envoyproxy/gateway

Observability configuration for prometheus is not explained at all anywhere

Open

#5.139 geöffnet am 24. Jan. 2025

Auf GitHub ansehen
 (8 Kommentare) (10 Reaktionen) (0 zugewiesene Personen)Go (802 Forks)auto 404
documentationhelp wanted

Repository-Metriken

Stars
 (2.871 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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:

  1. PodMonitor for envoy proxy metrics: https://github.com/envoyproxy/gateway/blob/main/examples/kubernetes/metric/pod-monitor.yaml
  2. CustomResourceStateMetrics for gateway controller metrics (although these don't look useful much...)

None of that is explained anywhere...

Contributor Guide