Add more harbor metrics
This commit is contained in:
parent
52f118ca6a
commit
ba9333898b
@ -9,7 +9,28 @@ 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: harbor-exporter
|
||||||
|
static_configs:
|
||||||
|
- targets:
|
||||||
|
- harbor-core.dev-tools.svc.cluster.local:8001
|
||||||
|
|
||||||
|
- job_name: harbor-core
|
||||||
|
params:
|
||||||
|
comp: [core]
|
||||||
|
static_configs:
|
||||||
|
- targets:
|
||||||
|
- harbor-core.dev-tools.svc.cluster.local:8001
|
||||||
|
|
||||||
|
- job_name: harbor-registry
|
||||||
|
params:
|
||||||
|
comp: [registry]
|
||||||
|
static_configs:
|
||||||
|
- targets:
|
||||||
|
- harbor-core.dev-tools.svc.cluster.local:8001
|
||||||
|
|
||||||
|
- job_name: harbor-jobservice
|
||||||
|
params:
|
||||||
|
comp: [jobservice]
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- harbor-core.dev-tools.svc.cluster.local:8001
|
- harbor-core.dev-tools.svc.cluster.local:8001
|
||||||
@ -19,10 +40,12 @@ stringData:
|
|||||||
- targets:
|
- targets:
|
||||||
- gitea-http.dev-tools.svc.cluster.local:3000
|
- gitea-http.dev-tools.svc.cluster.local:3000
|
||||||
bearer_token: prometheusmetricstoken
|
bearer_token: prometheusmetricstoken
|
||||||
|
|
||||||
- job_name: minio-bitnami
|
- job_name: minio-bitnami
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- minio.infra.svc.cluster.local:9000
|
- minio.infra.svc.cluster.local:9000
|
||||||
|
|
||||||
- job_name: uptime-kuma
|
- job_name: uptime-kuma
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user