Skip to content
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

Allow specifying version for HotROD docker-compose #5011

Merged
merged 3 commits into from
Dec 18, 2023

Conversation

yurishkuro
Copy link
Member

Which problem is this PR solving?

  • examples/hotrod/docker-compose.yml always used latest tag, which is not being refreshed by Docker unless you proactively do that. There was no way to override that.

Description of the changes

  • Add JAEGER_VERSION environment variable

How was this change tested?

  • Previously my latest tags were pointing to stale versions, and the example was not actually working (likely due to earlier changes to introducing OTEL SDK)
  • After this change: $ JAEGER_VERSION=1.52 docker compose up downloaded new versions and the tracing was working

Signed-off-by: Yuri Shkuro <github@ysh.us>
@yurishkuro yurishkuro requested a review from a team as a code owner December 18, 2023 02:21
Signed-off-by: Yuri Shkuro <github@ysh.us>
@@ -1,7 +1,11 @@
version: '3.7'

# To run a specific version of Jaeger, use environment variable, e.g.:
# JAEGER_VERSION=1.52 docker compose up
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added to README

Signed-off-by: Yuri Shkuro <github@ysh.us>
@yurishkuro yurishkuro enabled auto-merge (squash) December 18, 2023 06:02
Copy link

codecov bot commented Dec 18, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (747ee8d) 95.61% compared to head (1a653d5) 95.60%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5011      +/-   ##
==========================================
- Coverage   95.61%   95.60%   -0.02%     
==========================================
  Files         319      319              
  Lines       18786    18786              
==========================================
- Hits        17962    17960       -2     
- Misses        661      663       +2     
  Partials      163      163              
Flag Coverage Δ
cassandra-3.x 25.63% <ø> (ø)
cassandra-4.x 25.63% <ø> (ø)
elasticsearch-5.x 19.89% <ø> (-0.02%) ⬇️
elasticsearch-6.x 19.90% <ø> (+0.01%) ⬆️
elasticsearch-7.x 20.02% <ø> (-0.02%) ⬇️
elasticsearch-8.x 20.13% <ø> (ø)
grpc-badger 19.52% <ø> (ø)
kafka 14.12% <ø> (ø)
opensearch-1.x 20.04% <ø> (+0.01%) ⬆️
opensearch-2.x 20.02% <ø> (-0.02%) ⬇️
unittests 93.34% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yurishkuro yurishkuro merged commit 9f63383 into jaegertracing:main Dec 18, 2023
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants