template.yaml 395 B

123456789101112131415
  1. ---
  2. kind: compose
  3. metadata:
  4. name: Alloy - Docker Metrics
  5. description: Minimal fragment to collect Docker metrics (cAdvisor) for Alloy.
  6. version: 0.0.1
  7. author: Christian Lempa
  8. date: '2025-09-30'
  9. spec:
  10. general:
  11. vars:
  12. prometheus_url:
  13. type: url
  14. description: Prometheus remote write endpoint (http or https)
  15. default: "http://prometheus:9090/api/v1/write"