add jetstream ingest to prometheus config
Charlotte Som charlotte@som.codes
Tue, 29 Oct 2024 00:29:38 +0000
1 files changed,
6 insertions(+),
1 deletions(-)
M
profiles/runestone/grafana-prometheus.nix
→
profiles/runestone/grafana-prometheus.nix
@@ -19,7 +19,12 @@ services.prometheus.scrapeConfigs = [
{ job_name = "runestone"; static_configs = [ - { targets = [ "127.0.0.1:${toString config.services.prometheus.exporters.node.port}" ]; } + { + targets = [ + "127.0.0.1:${toString config.services.prometheus.exporters.node.port}" + "anchor.bunny-hops.ts.net:6009" + ]; + } ]; } ];