Scrape grafana/loki/mimir own metrics
This commit is contained in:
parent
209f71c63a
commit
9f0e601d84
|
@ -141,5 +141,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
bagel.monitoring.grafana-agent.exporters.grafana.port = 2342;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -96,5 +96,7 @@ in
|
||||||
basicAuthFile = config.age.secrets.metrics-push-htpasswd.path;
|
basicAuthFile = config.age.secrets.metrics-push-htpasswd.path;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
bagel.monitoring.grafana-agent.exporters.loki.port = 9090;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -88,5 +88,7 @@ in
|
||||||
basicAuthFile = config.age.secrets.metrics-push-htpasswd.path;
|
basicAuthFile = config.age.secrets.metrics-push-htpasswd.path;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
bagel.monitoring.grafana-agent.exporters.mimir.port = 9009;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue