mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
21 lines
475 B
YAML
21 lines
475 B
YAML
|
server:
|
||
|
log_level: debug
|
||
|
http_listen_port: 12345
|
||
|
|
||
|
tempo:
|
||
|
receivers:
|
||
|
otlp:
|
||
|
protocols:
|
||
|
grpc:
|
||
|
endpoint: ":9096"
|
||
|
attributes:
|
||
|
actions:
|
||
|
- action: upsert
|
||
|
key: env
|
||
|
value: prod
|
||
|
push_config:
|
||
|
endpoint: tempo-us-central1.grafana.net:443
|
||
|
basic_auth:
|
||
|
username: $(gopass show caos-secrets/technical/boom/grafana-cloud/tempo-user)
|
||
|
password: $(gopass show caos-secrets/technical/boom/grafana-cloud/tempo-password)
|