envoyproxy/gateway
在 GitHub 查看Observability configuration for prometheus is not explained at all anywhere
Open
#5,139 创建于 2025年1月24日
documentationhelp wanted
仓库指标
- Star
- (2,871 star)
- PR 合并指标
- (PR 指标待抓取)
描述
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:
PodMonitorfor envoy proxy metrics: https://github.com/envoyproxy/gateway/blob/main/examples/kubernetes/metric/pod-monitor.yamlCustomResourceStateMetricsfor gateway controller metrics (although these don't look useful much...)
None of that is explained anywhere...