feat: several updates

This commit is contained in:
Xavier Morel
2025-12-09 14:35:20 +01:00
parent aec2e5bf63
commit a78704f30f
36 changed files with 826 additions and 150 deletions

View File

@@ -6,14 +6,14 @@
}:
{
out = ''
prometheus.exporter.unix "default" {
include_exporter_metrics = true
disable_collectors = ["mdadm"]
}
// prometheus.exporter.unix "default" {
// include_exporter_metrics = true
// disable_collectors = ["mdadm"]
// }
prometheus.scrape "default" {
targets = array.concat(
prometheus.exporter.unix.default.targets,
// prometheus.exporter.unix.default.targets,
[{
// Self-collect metrics
job = "alloy",