put the jetstream stuff on anchor i will run a node exporter there too some time
Charlotte Som charlotte@som.codes
Tue, 29 Oct 2024 00:54:02 +0000
1 files changed,
10 insertions(+),
0 deletions(-)
M
profiles/runestone/grafana-prometheus.nix
→
profiles/runestone/grafana-prometheus.nix
@@ -22,6 +22,16 @@ static_configs = [
{ targets = [ "127.0.0.1:${toString config.services.prometheus.exporters.node.port}" + ]; + } + ]; + } + { + job_name = "anchor"; + scrape_interval = "1s"; + static_configs = [ + { + targets = [ "anchor.bunny-hops.ts.net:6009" ]; }