Skip to content

Commit

Permalink
chore: set unique cluster_label for tempo-distributed memberlist
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbsh committed Apr 3, 2024
1 parent 7b85764 commit 2172e80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tempo-distributed/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: tempo-distributed
description: Grafana Tempo in MicroService mode
type: application
version: 1.9.1
version: 1.9.2
appVersion: 2.4.1
engine: gotpl
home: https://grafana.com/docs/tempo/latest/
Expand Down
1 change: 1 addition & 0 deletions charts/tempo-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,7 @@ traces:
# -- Memberlist configuration. Please refer to https://grafana.com/docs/tempo/latest/configuration/#memberlist
memberlist:
node_name: ""
cluster_label: "{{ .Release.Name }}.{{ .Release.Namespace }}"
randomize_node_name: true
stream_timeout: "10s"
retransmit_factor: 2
Expand Down

0 comments on commit 2172e80

Please sign in to comment.