otel collector metrics generator
This commit is contained in:
parent
2d3ba05ef0
commit
beea88e795
2 changed files with 7 additions and 13 deletions
otel-collector
|
@ -31,6 +31,11 @@ exporters:
|
|||
otlphttp/loki:
|
||||
endpoint: http://loki:3100/otlp
|
||||
|
||||
connectors:
|
||||
spanmetrics:
|
||||
histogram:
|
||||
explicit:
|
||||
|
||||
service:
|
||||
extensions:
|
||||
- health_check
|
||||
|
@ -40,10 +45,9 @@ service:
|
|||
traces:
|
||||
receivers: [otlp]
|
||||
processors: [batch]
|
||||
exporters:
|
||||
- otlp/tempo
|
||||
exporters: [otlp/tempo, spanmetrics]
|
||||
metrics:
|
||||
receivers: [otlp, prometheus/self]
|
||||
receivers: [otlp, prometheus/self, spanmetrics]
|
||||
processors: [batch]
|
||||
exporters:
|
||||
- otlphttp/mimir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue