Hello,
I am looking at the default Istio Pilot Dashboard under the xDS section.All the panels in that section have no information.
Then I checked our external prometheus and noticed we dont have any metrics for:
envoy_cluster_update_attempt{}
We use a Service Monitor for prometheus as such:
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: istio-monitor
namespace: monitoring
prometheus: kube-prometheus
labels:
monitoring: services
prometheus: kube-prometheus
spec:
selector:
matchExpressions:
- {key: istio, operator: In, values: [pilot, mixer, citadel, galley, ingressgateway]}
namespaceSelector:
matchNames:
- istio-system
jobLabel: istio
endpoints:
- port: prometheus
interval: 15s
- port: http-monitoring
interval: 15s
However Im not seeing any envoy_cluster_*
metrics. How can I enable that using a service monitor