Uses of Class
io.helidon.grpc.metrics.GrpcMetrics
Packages that use GrpcMetrics
-
Uses of GrpcMetrics in io.helidon.grpc.metrics
Methods in io.helidon.grpc.metrics that return GrpcMetricsModifier and TypeMethodDescriptionstatic GrpcMetrics
GrpcMetrics.concurrentGauge()
A static factory method to create aGrpcMetrics
instance to time gRPC method calls.static GrpcMetrics
GrpcMetrics.counted()
A static factory method to create aGrpcMetrics
instance to count gRPC method calls.GrpcMetrics.description
(String description) Set the description to apply to the metric.GrpcMetrics.displayName
(String displayName) Set the display name to apply to the metric.static GrpcMetrics
GrpcMetrics.histogram()
A static factory method to create aGrpcMetrics
instance to create a histogram of gRPC method calls.static GrpcMetrics
GrpcMetrics.metered()
A static factory method to create aGrpcMetrics
instance to meter gRPC method calls.GrpcMetrics.nameFunction
(GrpcMetrics.NamingFunction function) Set theGrpcMetrics.NamingFunction
to use to generate the metric name.static GrpcMetrics
GrpcMetrics.simplyTimed()
A static factory method to create aGrpcMetrics
instance to time gRPC method calls.Set the tags to apply to the metric.static GrpcMetrics
GrpcMetrics.timed()
A static factory method to create aGrpcMetrics
instance to time gRPC method calls.Set the units to apply to the metric.