this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(wolumonde): add perses metrics

dusk 792d7e01 96866256

+9
+9
hosts/wolumonde/modules/perses.nix
··· 105 105 }; 106 106 }; 107 107 108 + # scrape perses metrics 109 + services.victoriametrics.prometheusConfig.scrape_configs = [ 110 + { 111 + job_name = "perses"; 112 + metrics_path = "/metrics"; 113 + static_configs = [ { targets = [ "localhost:${toString port}" ]; } ]; 114 + } 115 + ]; 116 + 108 117 # podmanning 109 118 virtualisation.podman = { 110 119 enable = true;