Add support for the spanmetrics connector#4452
Add support for the spanmetrics connector#4452yurishkuro merged 12 commits intojaegertracing:mainfrom
Conversation
Signed-off-by: albertteoh <see.kwang.teoh@gmail.com>
Signed-off-by: albertteoh <see.kwang.teoh@gmail.com>
Signed-off-by: albertteoh <see.kwang.teoh@gmail.com>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #4452 +/- ##
==========================================
- Coverage 97.05% 97.04% -0.02%
==========================================
Files 300 300
Lines 17740 17813 +73
==========================================
+ Hits 17217 17286 +69
- Misses 419 422 +3
- Partials 104 105 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Signed-off-by: albertteoh <see.kwang.teoh@gmail.com>
Signed-off-by: albertteoh <see.kwang.teoh@gmail.com>
Signed-off-by: albertteoh <see.kwang.teoh@gmail.com>
Signed-off-by: albertteoh <see.kwang.teoh@gmail.com>
Signed-off-by: albertteoh <see.kwang.teoh@gmail.com>
Signed-off-by: albertteoh <see.kwang.teoh@gmail.com>
Signed-off-by: albertteoh <see.kwang.teoh@gmail.com>
|
@yurishkuro please let me know if there's anything else that needs addressing in this PR. |
|
hi @albertteoh @yurishkuro. Are the changes included in all the images of Jaeger componets (agent, colector, query,....) version 1.45 ? If not, is any addional configuration needed to add ? Thanks |
@hdong69 this change should be available from the next release (version 1.46.0), and is only relevant to jaeger all-in-one and jaeger-query components.
Please find instructions here: https://github.com/jaegertracing/jaeger/tree/main/docker-compose/monitor#migrating |
|
@albertteoh thanks for your feedback. so I understand that following the instruction (adding some variables in jaeger-query,...) could make the current version of jaeger query (jaegertracing/jaeger-query:1.45) works (curently, p95 doesnot appear in my Jaeger UI ) ? please correct me if i am wrong. thanks |
Apologies, I wasn't clear. The instructions above only apply from version 1.46. jaeger-query 1.45 will only work (for Latencies) with OTEL collector versions 0.70.0 and below. It was broken because of a change to the prometheusexporter in OTEL collector. I'll create a PR that updates the v1.46 documentation to include these details. |
okay i got it. Many thanks |
|
Can we get a 1.46 release out? |
Which problem is this PR solving?
Resolves #4345
Short description of the changes
Testing