forked from PinSpace-Org/GistPin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscrape-configs.yml
More file actions
31 lines (28 loc) · 862 Bytes
/
Copy pathscrape-configs.yml
File metadata and controls
31 lines (28 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Prometheus scrape configs — GistPin custom exporters
# Append these scrape_configs entries to prometheus.yml
- job_name: "gistpin-gist-exporter"
static_configs:
- targets: ["gistpin-monitoring:9101"]
metrics_path: /metrics
scrape_interval: 30s
scrape_timeout: 10s
relabel_configs:
- source_labels: [__address__]
target_label: instance
replacement: "gist-exporter"
- job_name: "gistpin-soroban-exporter"
static_configs:
- targets: ["gistpin-monitoring:9102"]
metrics_path: /metrics
scrape_interval: 30s
scrape_timeout: 15s
relabel_configs:
- source_labels: [__address__]
target_label: instance
replacement: "soroban-exporter"
- job_name: "gistpin-postgres-exporter"
static_configs:
- targets: ["postgres-exporter:9187"]
metrics_path: /metrics
scrape_interval: 30s
scrape_timeout: 10s