Add tempo + portfolio

This commit is contained in:
2026-07-25 15:54:53 +00:00
parent e13bfe4502
commit cc2df9ea6b
8 changed files with 643 additions and 3 deletions
+7 -1
View File
@@ -27,10 +27,16 @@ processors:
exporters:
prometheusremotewrite:
endpoint: http://prometheus:9090/api/v1/write
otlphttp/tempo:
endpoint: http://tempo:4318
service:
pipelines:
metrics:
receivers: [otlp, prometheus]
processors: [memory_limiter, batch]
exporters: [prometheusremotewrite]
exporters: [prometheusremotewrite]
traces:
receivers: [otlp]
processors: [memory_limiter, batch]
exporters: [otlphttp/tempo]