fix ip for funnel prometheus

This commit is contained in:
Markus Schmidl 2023-11-24 15:58:51 +01:00
parent 7a307ce3da
commit c3dc8f2b0c
1 changed files with 2 additions and 8 deletions

View File

@ -66,19 +66,13 @@ in
{
job_name = "funnel-connections-prod";
static_configs = [{
targets = [ "10.13.37.1:9010" ];
targets = [ "10.13.37.1:10012" ];
}];
}
{
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" ];
targets = [ "10.13.37.5:10012" ];
}];
}
];