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 GrpcMetricsGrpcMetrics.concurrentGauge()A static factory method to create aGrpcMetricsinstance to time gRPC method calls.static GrpcMetricsGrpcMetrics.counted()A static factory method to create aGrpcMetricsinstance 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 GrpcMetricsGrpcMetrics.histogram()A static factory method to create aGrpcMetricsinstance to create a histogram of gRPC method calls.static GrpcMetricsGrpcMetrics.metered()A static factory method to create aGrpcMetricsinstance to meter gRPC method calls.GrpcMetrics.nameFunction(GrpcMetrics.NamingFunction function) Set theGrpcMetrics.NamingFunctionto use to generate the metric name.static GrpcMetricsGrpcMetrics.simplyTimed()A static factory method to create aGrpcMetricsinstance to time gRPC method calls.Set the tags to apply to the metric.static GrpcMetricsGrpcMetrics.timed()A static factory method to create aGrpcMetricsinstance to time gRPC method calls.Set the units to apply to the metric.