Uses of Class
io.helidon.grpc.metrics.GrpcMetrics
-
Packages that use GrpcMetrics Package Description io.helidon.grpc.metrics Classes to support adding metrics to gRPC calls. -
-
Uses of GrpcMetrics in io.helidon.grpc.metrics
Methods in io.helidon.grpc.metrics that return GrpcMetrics Modifier and Type Method Description static GrpcMetricsGrpcMetrics. counted()A static factory method to create aGrpcMetricsinstance to count gRPC method calls.GrpcMetricsGrpcMetrics. description(String description)Set the description 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.GrpcMetricsGrpcMetrics. nameFunction(GrpcMetrics.NamingFunction function)Set theGrpcMetrics.NamingFunctionto use to generate the metric name.GrpcMetricsGrpcMetrics. tags(Map<String,String> tags)Set the tags to apply to the metric.static GrpcMetricsGrpcMetrics. timed()A static factory method to create aGrpcMetricsinstance to time gRPC method calls.GrpcMetricsGrpcMetrics. units(String units)Set the units to apply to the metric.
-