16
templates/prometheus.yaml
Normal file
16
templates/prometheus.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: "sq-cluster"
|
||||
static_configs:
|
||||
- targets:
|
||||
- "sq-1:6062"
|
||||
- "sq-2:6062"
|
||||
- "sq-3:6062"
|
||||
metrics_path: /health
|
||||
|
||||
# Scrape Jaeger for its own metrics.
|
||||
- job_name: "jaeger"
|
||||
static_configs:
|
||||
- targets: ["jaeger:14269"]
|
||||
Reference in New Issue
Block a user