config.alloy 573 B

12345678910111213141516
  1. /* Grafana Alloy Configuration Examples
  2. * ---
  3. * LINK: For more details, visit https://github.com/grafana/alloy-scenarios
  4. * This file intentionally contains no pipeline/function definitions.
  5. * Use the sub-templates to generate specific configuration fragments:
  6. * - alloy.system-logs
  7. * - alloy.system-metrics
  8. * - alloy.docker-metrics
  9. * - alloy.docker-logs
  10. *
  11. * When generating a full configuration you can concatenate the generated
  12. * fragments into `config/config.alloy` or manage them as separate files.
  13. */
  14. // Minimal placeholder - no functions here by design.