Add tempo

Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
This commit is contained in:
Michel Hollands
2023-06-29 17:04:48 +01:00
parent 537307d467
commit 35bee083a3
7 changed files with 119 additions and 4 deletions

View File

@@ -15,6 +15,10 @@ cloud:
endpoint:
username:
password:
traces:
endpoint:
username:
password:
global:
minio:
@@ -27,8 +31,6 @@ global:
loki:
loki:
auth_enabled: false
commonConfig:
replication_factor: 1
storage:
type: "s3"
s3:
@@ -90,6 +92,25 @@ mimir-distributed:
secret_access_key: "{{ .Values.global.minio.rootPassword }}"
insecure: true
tempo-distributed:
tempo:
structuredConfig:
storage:
trace:
backend: s3
s3:
bucket: tempo
endpoint: "{{ .Release.Name }}-minio.{{ .Release.Namespace }}.svc:9000"
access_key: "{{ .Values.global.minio.rootUser }}"
secret_key: "{{ .Values.global.minio.rootPassword }}"
insecure: true
traces:
otlp:
http:
enabled: true
grpc:
enabled: true
minio:
rootUser: rootuser
rootPassword: rootpassword