Files
Aananth V 9e24347586 Introduce UpDownCounter instrument type.
This change adds a new instrument type, `UpDownCounter`, to the gRPC telemetry system. Unlike a standard `Counter`, an `UpDownCounter` can be incremented and decremented. It can be thought of as a UInt Gauge that is stored rather than being queried when the MetricsQuery is run.

PiperOrigin-RevId: 833686033
2025-11-18 00:22:36 -08:00
..