You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the observability for envoy is somehow skewed into otel connectors while neglecting how prometheus should be configured.
More than that, it looks like the "addon" chart does not solve the problem too, i.e. after installing prometheus there are no metrics from Envoy anywhere to be found.
It looks like the following needs to be created:
All the observability for envoy is somehow skewed into otel connectors while neglecting how prometheus should be configured.
More than that, it looks like the "addon" chart does not solve the problem too, i.e. after installing prometheus there are no metrics from Envoy anywhere to be found.
It looks like the following needs to be created:
PodMonitor
for envoy proxy metrics: https://github.com/envoyproxy/gateway/blob/main/examples/kubernetes/metric/pod-monitor.yamlCustomResourceStateMetrics
for gateway controller metrics (although these don't look useful much...)None of that is explained anywhere...
The text was updated successfully, but these errors were encountered: