diff options
Diffstat (limited to 'vnfs/DAaaS/collection/charts/prometheus')
-rw-r--r-- | vnfs/DAaaS/collection/charts/prometheus/values.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vnfs/DAaaS/collection/charts/prometheus/values.yaml b/vnfs/DAaaS/collection/charts/prometheus/values.yaml index 1a5fc94c..08a07751 100644 --- a/vnfs/DAaaS/collection/charts/prometheus/values.yaml +++ b/vnfs/DAaaS/collection/charts/prometheus/values.yaml @@ -13,6 +13,16 @@ prometheus: - port: collectd-prometheus interval: 10s path: /metrics + - name: service-monitor-node-exporter + additionalLabels: + collector: prometheus-node-exporter + jobLabel: node-exporter + selector: + matchLabels: + app: prometheus-node-exporter + endpoints: + - port: metrics + interval: 30s service: annotations: {} |