prometheus: static config for self and ceph
1 files changed, 6 insertions(+), 0 deletions(-) M monitoring/prometheus/configmap.yaml
M monitoring/prometheus/configmap.yaml => monitoring/prometheus/configmap.yaml +6 -0
@@ 54,3 54,9 @@ data: target_label: node - action: labelmap regex: __meta_kubernetes_pod_annotation_prometheus_xdavidwu_link_(.+) + - job_name: 'prometheus' + static_configs: + - targets: ['localhost:9090'] + - job_name: 'ceph' + static_configs: + - targets: ['10.0.3.1:9283']