📖 DOC: Save all Data to delete Grafana Server on Hertzner [Task Stopped]
This commit is contained in:
@@ -10,11 +10,22 @@ global:
|
||||
# Here it's Prometheus itself.
|
||||
scrape_configs:
|
||||
# The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.
|
||||
- job_name: "prometheus"
|
||||
- job_name: "Prometheus Server"
|
||||
# Override the global default and scrape targets from this job every 5 seconds.
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets: ["localhost:9090", "159.69.200.205"]
|
||||
- targets: ["localhost:9090"] # "10.2.0.0", "10.2.0.3", "10.2.0.4"
|
||||
|
||||
- job_name: "Phx Yuri Server"
|
||||
# Override the global default and scrape targets from this job every 5 seconds.
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets: ["162.55.52.253:3000"]
|
||||
- job_name: "Demo"
|
||||
# Override the global default and scrape targets from this job every 5 seconds.
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets: ["demo.promlabs.com:10000"]
|
||||
|
||||
# Example job for node_exporter
|
||||
# - job_name: 'node_exporter'
|
||||
|
||||
Reference in New Issue
Block a user