template.yaml 1.1 KB

12345678910111213141516171819202122
  1. ---
  2. kind: compose
  3. metadata:
  4. name: Grafana Alloy
  5. description: |
  6. Open-source telemetry collector and a distribution of the OpenTelemetry Collector, designed to gather and process logs, metrics, traces, and profiles from your applications and infrastructure. It integrates features from the OpenTelemetry Collector and Prometheus, offering programmable pipelines with a rich, expression-based syntax and support for multiple observability ecosystems. Alloy functions as a powerful, high-performance, and vendor-neutral tool for observability, acting as a successor to the Grafana Agent and providing enhanced features for scaling and managing telemetry data.
  7. Project: https://grafana.com/docs/alloy/
  8. Source: https://github.com/grafana/alloy
  9. Documentation: https://grafana.com/docs/alloy/latest/
  10. version: 0.0.1
  11. author: Christian Lempa
  12. date: '2025-09-28'
  13. tags:
  14. - monitoring
  15. - grafana
  16. spec:
  17. general:
  18. vars:
  19. container_hostname:
  20. extra: This is needed because when alloy runs in a container, it doesn't know the hostname of the docker host.
  21. ---