all repos — char/flake @ c8ebe782d87af66a0528afd4cdfe59e115949b83

nixos flake

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
commit

c8ebe782d87af66a0528afd4cdfe59e115949b83

parent

638a73492ffad1f5e69e8703c48158d646e724b7

1 files changed, 10 insertions(+), 0 deletions(-)

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