envoyproxy/envoy

Migrating to gRPC stats filter for gRPC stats

Open

#10.374 geöffnet am 13. März 2020

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (5.373 Forks)batch import
area/grpcarea/statshelp wanted

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

Title: Will using gRPC stats filter in conjunction with gRPC bridge filter lead to twice the number of gRPC stats being emitted?

Description: As of v1.12.0, "The use of gRPC bridge filter for gRPC stats has been deprecated in favor of the dedicated gRPC stats filter." If we still use the gRPC bridge filter for bridging but want to use gRPC stats for stats now that telemetry from the bridge filter is considered deprecated, would it be safe to have both filters? I'm primarily concerned about stats duplication.

Contributor Guide