Scrape grafana/loki/mimir own metrics

This commit is contained in:
Ilya K 2024-07-08 10:25:15 +03:00
parent 209f71c63a
commit 9f0e601d84
3 changed files with 7 additions and 1 deletions

View file

@ -141,5 +141,7 @@ in
};
};
};
};
bagel.monitoring.grafana-agent.exporters.grafana.port = 2342;
};
}

View file

@ -96,5 +96,7 @@ in
basicAuthFile = config.age.secrets.metrics-push-htpasswd.path;
};
};
bagel.monitoring.grafana-agent.exporters.loki.port = 9090;
};
}

View file

@ -88,5 +88,7 @@ in
basicAuthFile = config.age.secrets.metrics-push-htpasswd.path;
};
};
bagel.monitoring.grafana-agent.exporters.mimir.port = 9009;
};
}