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:
|
||||
- targets: ['docker.host:9393']
|
||||
|
||||
- job_name: node
|
||||
- job_name: 'node'
|
||||
static_configs:
|
||||
- targets: ['docker.host:9100']
|
||||
|
||||
# - job_name: dendrite
|
||||
- targets: ['docker.host:9100']
|
||||
|
||||
- job_name: 'gitea'
|
||||
bearer_token: thesemetricsmaybepublic
|
||||
static_configs:
|
||||
- targets: ['https://git.ixvd.net']
|
||||
|
||||
- job_name: 'blackbox'
|
||||
metrics_path: /probe
|
||||
params:
|
||||
|
|
Reference in a new issue