Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- receivers:
- hostmetrics:
- collection_interval: 10s
- scrapers:
- memory:
- extensions:
- health_check:
- path: "/health"
- endpoint: "0.0.0.0:9893"
- check_collector_pipeline:
- enabled: true
- interval: "60s"
- exporter_failure_threshold: 1
- exporters:
- # Just a random exporter, which I expect to always fail.
- opencensus:
- endpoint: opencensus2:55678
- service:
- extensions: [health_check]
- telemetry:
- logs:
- level: debug
- metrics:
- level: detailed
- pipelines:
- metrics/1:
- receivers: [hostmetrics]
- exporters: [opencensus]
- processors: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement