monitoring: drop duplicate titan-db scrape job

This commit is contained in:
Brad Stein 2025-12-12 21:48:03 -03:00
parent 4def298b83
commit 580d1731f9

View File

@ -218,16 +218,6 @@ spec:
- action: keep
source_labels: [__meta_kubernetes_namespace, __meta_kubernetes_pod_label_app_kubernetes_io_part_of]
regex: flux-system;flux
- job_name: "titan-db"
static_configs:
- targets: ["titan-db:9100"]
relabel_configs:
- source_labels: [__address__]
target_label: instance
metric_relabel_configs:
- source_labels: [instance]
target_label: node
replacement: titan-db
---