Uses of Class
me.dinowernli.grpc.prometheus.Configuration
-
Packages that use Configuration Package Description me.dinowernli.grpc.prometheus -
-
Uses of Configuration in me.dinowernli.grpc.prometheus
Methods in me.dinowernli.grpc.prometheus that return Configuration Modifier and Type Method Description static ConfigurationConfiguration. allMetrics()Returns aConfigurationfor recording all metrics about the rpcs.static ConfigurationConfiguration. cheapMetricsOnly()Returns aConfigurationfor recording all cheap metrics about the rpcs.ConfigurationConfiguration. withCollectorRegistry(io.prometheus.client.CollectorRegistry collectorRegistry)Returns a copyConfigurationwith the difference that Prometheus metrics are recorded using the suppliedCollectorRegistry.ConfigurationConfiguration. withLabelHeaders(java.util.List<java.lang.String> headers)Returns a copyConfigurationthat recognizes the given list of header names and uses their value from each request as prometheus labels.ConfigurationConfiguration. withLatencyBuckets(double[] buckets)Returns a copyConfigurationwith the difference that the latency histogram values are recorded with the specified set of buckets.Methods in me.dinowernli.grpc.prometheus with parameters of type Configuration Modifier and Type Method Description static MonitoringClientInterceptorMonitoringClientInterceptor. create(Configuration configuration)static MonitoringServerInterceptorMonitoringServerInterceptor. create(Configuration configuration)
-