We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816e710 commit c00abcdCopy full SHA for c00abcd
1 file changed
prometheus/prometheus.yaml
@@ -38,23 +38,23 @@ scrape_configs:
38
labels:
39
bot: "node-exporter"
40
41
- - job_name: "gateway-api"
+ - job_name: "gateway-http"
42
scrape_interval: 60s
43
static_configs:
44
- targets: ["host.docker.internal:8089"]
45
46
- bot: "gateway-exporter"
+ bot: "gateway-http"
47
48
- - job_name: "aggregation-mode-gateway"
+ - job_name: "gateway"
49
scrape_interval: 1s
50
51
- targets: ["host.docker.internal:9094"]
52
53
- bot: "aggregation-gateway"
+ bot: "gateway"
54
55
- - job_name: "aggregation-mode-payments-poller"
+ - job_name: "poller"
56
57
58
- targets: ["host.docker.internal:9095"]
59
60
- bot: "aggregation-poller"
+ bot: "poller"
0 commit comments