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

Replace JAEGER_IMAGE_TAG with JAEGER_VERSION #6613

Closed
wants to merge 3 commits into from

Conversation

ADI-ROXX
Copy link
Contributor

Which problem is this PR solving?

Description of the changes

  • Replace JAEGER_IMAGE_TAG with JAEGER_VERSION in .yml files

How was this change tested?

Checklist

@ADI-ROXX ADI-ROXX requested a review from a team as a code owner January 26, 2025 16:41
@ADI-ROXX ADI-ROXX requested a review from jkowall January 26, 2025 16:41
@dosubot dosubot bot added the docker Pull requests that update Docker code label Jan 26, 2025
@@ -183,7 +183,7 @@ func (aH *APIHandler) transformOTLP(w http.ResponseWriter, r *http.Request) {
}

traces, err := otlp2traces(body)
if aH.handleError(w, err, http.StatusInternalServerError) {
if aH.handleError(w, err, http.StatusBadRequest) {
Copy link
Member

Choose a reason for hiding this comment

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

why is this in this PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll fix it right away.

Copy link

codecov bot commented Jan 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.95%. Comparing base (3cfff2d) to head (88a7fdc).
Report is 11 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6613      +/-   ##
==========================================
- Coverage   96.23%   95.95%   -0.28%     
==========================================
  Files         377      364      -13     
  Lines       21421    20750     -671     
==========================================
- Hits        20614    19911     -703     
- Misses        614      640      +26     
- Partials      193      199       +6     
Flag Coverage Δ
badger_v1 9.88% <ø> (-0.75%) ⬇️
badger_v2 1.83% <ø> (-0.96%) ⬇️
cassandra-4.x-v1-manual 15.02% <ø> (-1.62%) ⬇️
cassandra-4.x-v2-auto 1.82% <ø> (-0.90%) ⬇️
cassandra-4.x-v2-manual 1.82% <ø> (-0.90%) ⬇️
cassandra-5.x-v1-manual 15.02% <ø> (-1.62%) ⬇️
cassandra-5.x-v2-auto 1.82% <ø> (-0.90%) ⬇️
cassandra-5.x-v2-manual 1.82% <ø> (-0.90%) ⬇️
elasticsearch-6.x-v1 19.23% <ø> (-1.20%) ⬇️
elasticsearch-7.x-v1 19.31% <ø> (-1.21%) ⬇️
elasticsearch-8.x-v1 19.48% <ø> (-1.18%) ⬇️
elasticsearch-8.x-v2 1.83% <ø> (-0.95%) ⬇️
grpc_v1 ?
grpc_v2 8.04% <ø> (-1.01%) ⬇️
kafka-3.x-v1 10.17% <ø> (-0.19%) ⬇️
kafka-3.x-v2 1.83% <ø> (-0.96%) ⬇️
memory_v2 1.83% <ø> (-0.96%) ⬇️
opensearch-1.x-v1 19.36% <ø> (-1.19%) ⬇️
opensearch-2.x-v1 19.36% <ø> (-1.19%) ⬇️
opensearch-2.x-v2 1.83% <ø> (-0.95%) ⬇️
tailsampling-processor 0.48% <ø> (-0.04%) ⬇️
unittests 94.82% <100.00%> (-0.27%) ⬇️

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.

@ADI-ROXX
Copy link
Contributor Author

@yurishkuro The issue in this pr is because of a commit that I have added to my main branch for another commit. I have fixed the main branch that I have forked. I have added a new pr #6614 that resolves this issue.

@ADI-ROXX ADI-ROXX closed this Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker Pull requests that update Docker code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Normalize env variables used for versions in docker compose files
2 participants