This commit is contained in:
Yevgeniy Ulyantsev
2026-01-29 00:43:02 +03:00
parent 191be3bdcd
commit ad5c0447b1

View File

@@ -16,6 +16,11 @@ exporters:
prometheus:
endpoint: 0.0.0.0:8889
otlp/tempo:
endpoint: tempo:4317
tls:
insecure: true
service:
telemetry:
metrics:
@@ -31,3 +36,8 @@ service:
receivers: [otlp]
processors: [batch]
exporters: [prometheus]
traces:
receivers: [otlp]
processors: [batch]
exporters: [otlp/tempo]