Package io.micrometer.core.instrument.binder.grpc
@NullMarked
package io.micrometer.core.instrument.binder.grpc
Collect metrics for grpc-java clients and servers.
Refer to
MetricCollectingClientInterceptor and
MetricCollectingServerInterceptor for
usage examples.-
ClassDescriptionAn abstract gRPC interceptor that will collect metrics.Container for all metrics of a certain call.Default convention for gRPC client.Default convention for gRPC server.
Observation.Contextfor gRPC client.ObservationConventionfor gRPC client.ObservationDocumentationfor gRPC.Observation.Contextfor gRPC server.ObservationConventionfor gRPC server.A gRPC client interceptor that will collect metrics using the givenMeterRegistry.A gRPC server interceptor that will collect metrics using the givenMeterRegistry.A gRPC client interceptor that works withObservation.A gRPC server interceptor that works withObservation.