update prom
This commit is contained in:
parent
60a917146c
commit
3e65efcb6a
1 changed files with 7 additions and 4 deletions
|
@ -26,12 +26,15 @@ scrape_configs:
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['docker.host:9393']
|
- targets: ['docker.host:9393']
|
||||||
|
|
||||||
- job_name: node
|
- job_name: 'node'
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['docker.host:9100']
|
- targets: ['docker.host:9100']
|
||||||
|
|
||||||
# - job_name: dendrite
|
|
||||||
|
|
||||||
|
- job_name: 'gitea'
|
||||||
|
bearer_token: thesemetricsmaybepublic
|
||||||
|
static_configs:
|
||||||
|
- targets: ['https://git.ixvd.net']
|
||||||
|
|
||||||
- job_name: 'blackbox'
|
- job_name: 'blackbox'
|
||||||
metrics_path: /probe
|
metrics_path: /probe
|
||||||
params:
|
params:
|
||||||
|
|
Reference in a new issue