-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add env var for pinning trace-based test tool version #1239
chore: add env var for pinning trace-based test tool version #1239
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
It would be nice to have a blog post on how to to send PRs to the demo, using the odd approach, in order to ensure that everything works 🤩
I'm actually writing such a blog post right now. That's how I noticed the demo had an issue, and created this PR. 😄 I'll keep you in the loop on progress. 👌 |
Hi! Since the docs PR open-telemetry/opentelemetry.io#3526 was merged, should we also merge this PR? |
…lemetry#1239) * chore: add env var for pinning tracetesting image version * chore: add odd profile and start command * chore: fix yamllint * chore: update changelog * chore: update makefile comments
Changes
Added an env var to make sure the same image version is used for the trace-based test tool. Currently the image version pin in the
tracetesting/Dockerfile
differs from the image version pin in thedocker-compose.yaml
.Updated docs in this PR: open-telemetry/opentelemetry.io#3526
Merge Requirements
For new features contributions please make sure you have completed the following
essential items:
CHANGELOG.md
updated to document new feature additionsMaintainers will not merge until the above have been completed. If you're unsure
which docs need to be changed ping the
@open-telemetry/demo-approvers.