Advertisement
Guest User

Untitled

a guest
Jun 28th, 2022
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. receivers:
  2. hostmetrics:
  3. collection_interval: 10s
  4. scrapers:
  5. memory:
  6.  
  7. extensions:
  8. health_check:
  9. path: "/health"
  10. endpoint: "0.0.0.0:9893"
  11. check_collector_pipeline:
  12. enabled: true
  13. interval: "60s"
  14. exporter_failure_threshold: 1
  15.  
  16. exporters:
  17. # Just a random exporter, which I expect to always fail.
  18. opencensus:
  19. endpoint: opencensus2:55678
  20.  
  21. service:
  22. extensions: [health_check]
  23. telemetry:
  24. logs:
  25. level: debug
  26. metrics:
  27. level: detailed
  28.  
  29. pipelines:
  30. metrics/1:
  31. receivers: [hostmetrics]
  32. exporters: [opencensus]
  33. processors: []
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement