-
Notifications
You must be signed in to change notification settings - Fork 30
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
Fix: Dont append deprecated span metrics connector flag #1036
Conversation
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
a202fd5
to
1495102
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1036 +/- ##
==========================================
- Coverage 73.08% 73.07% -0.01%
==========================================
Files 106 106
Lines 6624 6623 -1
==========================================
- Hits 4841 4840 -1
Misses 1493 1493
Partials 290 290
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -366,7 +366,6 @@ func enableMonitoringTab(tempo v1alpha1.TempoStack, jaegerQueryContainer corev1. | |||
}, | |||
}, | |||
Args: []string{ | |||
"--prometheus.query.support-spanmetrics-connector", |
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.
Should the env var be set somewhere instead of the cli arg?
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.
It should be no longer needed. Previously it was already enabled by default.
"msg": "http: superfluous response.WriteHeader call from github.com/gorilla/handlers.(*compressResponseWriter).WriteHeader (compress.go:26)", Looks like
It the first two aside from |
Since Jaeger 1.58.0 this flag no longer exists.