From 4ebc37e47b680f96b29a92acd4e6cdae33259843 Mon Sep 17 00:00:00 2001 From: Alok Kumar Singh <alok.singh@practo.com> Date: Thu, 12 Mar 2020 10:40:06 +0530 Subject: [PATCH] Fixed the port name for weave-net metrics endpoint --- jsonnet/kube-prometheus/kube-prometheus-weave-net.libsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonnet/kube-prometheus/kube-prometheus-weave-net.libsonnet b/jsonnet/kube-prometheus/kube-prometheus-weave-net.libsonnet index 42928f6b..c75587ab 100644 --- a/jsonnet/kube-prometheus/kube-prometheus-weave-net.libsonnet +++ b/jsonnet/kube-prometheus/kube-prometheus-weave-net.libsonnet @@ -23,7 +23,7 @@ local servicePort = k.core.v1.service.mixin.spec.portsType; jobLabel: 'k8s-app', endpoints: [ { - port: 'weave-metrics', + port: 'weave-net-metrics', path: '/metrics', interval: '15s', }, -- GitLab