auto: update Prometheus scrape config
This commit is contained in:
parent
7e08a5c189
commit
b0e863a81a
@ -9,22 +9,16 @@ type: Opaque
|
|||||||
stringData:
|
stringData:
|
||||||
additional-scrape-configs.yaml: |
|
additional-scrape-configs.yaml: |
|
||||||
# This content will be auto-updated by the pipeline
|
# This content will be auto-updated by the pipeline
|
||||||
- job_name: harbor
|
- job_name: dev-tools
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- harbor-core.dev-tools.svc.cluster.local:8001
|
- harbor-core.dev-tools.svc.cluster.local:8001
|
||||||
- job_name: vault
|
|
||||||
static_configs:
|
|
||||||
- targets:
|
- targets:
|
||||||
- vault.dev-tools.svc.cluster.local:8200
|
- vault.dev-tools.svc.cluster.local:8200
|
||||||
metrics_path: /v1/sys/metrics
|
|
||||||
scheme: http
|
|
||||||
- job_name: woodpecker
|
|
||||||
static_configs:
|
|
||||||
- targets:
|
- targets:
|
||||||
- woodpecker-server.dev-tools.svc.cluster.local:9000
|
- woodpecker-server.dev-tools.svc.cluster.local:9000
|
||||||
- job_name: gitea
|
|
||||||
static_configs:
|
|
||||||
- targets:
|
- targets:
|
||||||
- gitea-http.dev-tools.svc.cluster.local:3000
|
- gitea-http.dev-tools.svc.cluster.local:3000
|
||||||
|
metrics_path: /v1/sys/metrics
|
||||||
|
scheme: http
|
||||||
bearer_token: prometheusmetricstoken
|
bearer_token: prometheusmetricstoken
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user