grpc-java/core
Eric Anderson b6f7b693e7 Add gauge metric API and Otel implementation
This is needed by gRFC A78 for xds metrics, and for RLS metrics. Since
gauges need to acquire a lock (or other synchronization) in the
callback, the callback allows batching multiple gauges together to avoid
acquiring-and-requiring such locks.

Unlike other metrics, gauges are reported on-demand to the MetricSink.
This means not all sinks will receive the same data, as the sinks will
ask for the gauges at different times.
2024-05-08 19:28:28 -07:00
..
src Add gauge metric API and Otel implementation 2024-05-08 19:28:28 -07:00
BUILD.bazel bazel: Use the `artifact` macro for loading maven deps 2024-03-28 14:33:32 -07:00
build.gradle Remove semi-circular dependency between core and util 2024-02-16 12:31:54 -08:00