Skip to content

Commit c00abcd

Browse files
simplify the name for the prometheus jobs and bots for agg mode
1 parent 816e710 commit c00abcd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

prometheus/prometheus.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,23 @@ scrape_configs:
3838
labels:
3939
bot: "node-exporter"
4040

41-
- job_name: "gateway-api"
41+
- job_name: "gateway-http"
4242
scrape_interval: 60s
4343
static_configs:
4444
- targets: ["host.docker.internal:8089"]
4545
labels:
46-
bot: "gateway-exporter"
46+
bot: "gateway-http"
4747

48-
- job_name: "aggregation-mode-gateway"
48+
- job_name: "gateway"
4949
scrape_interval: 1s
5050
static_configs:
5151
- targets: ["host.docker.internal:9094"]
5252
labels:
53-
bot: "aggregation-gateway"
53+
bot: "gateway"
5454

55-
- job_name: "aggregation-mode-payments-poller"
55+
- job_name: "poller"
5656
scrape_interval: 1s
5757
static_configs:
5858
- targets: ["host.docker.internal:9095"]
5959
labels:
60-
bot: "aggregation-poller"
60+
bot: "poller"

0 commit comments

Comments
 (0)