-
Notifications
You must be signed in to change notification settings - Fork 157
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
Update Grafana Tempo helm chart #5396
Conversation
Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
memberlist: | ||
cluster_label: "{{ .Release.Name }}.{{ .Release.Namespace }}" |
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.
This change follows the upstream change.
grafana/helm-charts@e66f68a
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5396 +/- ##
==========================================
- Coverage 25.81% 25.80% -0.02%
==========================================
Files 450 450
Lines 48357 48357
==========================================
- Hits 12484 12478 -6
- Misses 34902 34908 +6
Partials 971 971 ☔ View full report in Codecov by Sentry. |
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.
👍
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.
👍
What this PR does:
upgrade tempo chart
Why we need it:
I want to use the config below, introduced at Tempo v2.6.
The helm chart v1.10.2 points to Tempo v2.5.0, so I want to upgrade the chart.
ref; https://grafana.com/docs/tempo/latest/release-notes/v2-6/#operational-change-for-traceql-metrics
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: