mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-04-25 17:58:16 +02:00
9e24347586
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