Package io.micrometer.core.instrument.binder.grpc
@NonNullApi
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.Context
for gRPC client.ObservationConvention
for gRPC client.ObservationDocumentation
for gRPC.Observation.Context
for gRPC server.ObservationConvention
for 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
.