Skip to content

Commit

Permalink
nix flake update
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneberger committed Jul 28, 2023
1 parent ab44cf0 commit ea9c3b9
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 19 deletions.
36 changes: 18 additions & 18 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion hosts/notice-me-senpai/grafana.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,23 @@ in
in
TLMSScrapeConfigs ++ [
{
job_name = "funnel-connections";
job_name = "funnel-connections-prod";
static_configs = [{
targets = [ "10.13.37.1:9010" ];
}];
}
{
job_name = "funnel-connections-staging";
static_configs = [{
targets = [ "10.13.37.5:9010" ];
}];
}
{
job_name = "funnel-connections-borken";
static_configs = [{
targets = [ "10.13.37.7:9010" ];
}];
}
];
};
# log collector
Expand Down

0 comments on commit ea9c3b9

Please sign in to comment.