Update configs/otel-collector-configs/config.yaml
This commit is contained in:
parent
0a95844b3c
commit
de29f7f28e
@ -1 +0,0 @@
|
||||
1
|
||||
29
configs/otel-collector-configs/config.yaml
Normal file
29
configs/otel-collector-configs/config.yaml
Normal file
@ -0,0 +1,29 @@
|
||||
receivers:
|
||||
otlp:
|
||||
protocols:
|
||||
grpc:
|
||||
|
||||
exporters:
|
||||
prometheus:
|
||||
endpoint: "0.0.0.0:8889"
|
||||
|
||||
processors:
|
||||
batch:
|
||||
|
||||
extensions:
|
||||
health_check:
|
||||
endpoint: "0.0.0.0:13133"
|
||||
path: "/health/status"
|
||||
check_collector_pipeline:
|
||||
enabled: true
|
||||
interval: "5m"
|
||||
exporter_failure_threshold: 5
|
||||
|
||||
service:
|
||||
extensions: [health_check]
|
||||
pipelines:
|
||||
metrics:
|
||||
receivers: [otlp]
|
||||
processors: [batch]
|
||||
exporters: [prometheus]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user