template.yaml 826 B

1234567891011121314151617181920212223242526272829
  1. ---
  2. kind: compose
  3. metadata:
  4. name: Prometheus
  5. description: >
  6. Prometheus is an open-source systems monitoring and alerting toolkit originally built at SoundCloud.
  7. It is designed for reliability and scalability, making it suitable for monitoring dynamic cloud environments.
  8. Prometheus collects and stores metrics as time series data, providing powerful querying capabilities and integration with various visualization tools.
  9. Project: https://prometheus.io/
  10. Documentation: https://prometheus.io/docs/
  11. GitHub: https://github.com/prometheus/prometheus
  12. version: v3.5.0
  13. author: Christian Lempa
  14. date: '2025-09-28'
  15. tags:
  16. - monitoring
  17. - alerting
  18. draft: true
  19. spec:
  20. general:
  21. vars:
  22. volumes_version:
  23. type: str
  24. description: Volumes version
  25. default: latest