all repos — char/flake @ 638a73492ffad1f5e69e8703c48158d646e724b7

nixos flake

add jetstream ingest to prometheus config
Charlotte Som charlotte@som.codes
Tue, 29 Oct 2024 00:29:38 +0000
commit

638a73492ffad1f5e69e8703c48158d646e724b7

parent

226e5623a14403b3ba346921b74fe44fb6d6e9c2

1 files changed, 6 insertions(+), 1 deletions(-)

jump to
M profiles/runestone/grafana-prometheus.nixprofiles/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" + ]; + } ]; } ];