java-grpc-prometheus icon indicating copy to clipboard operation
java-grpc-prometheus copied to clipboard

Java interceptors which can be used to monitor Grpc services using Prometheus.

Results 7 java-grpc-prometheus issues
Sort by recently updated
recently updated
newest added

Hello! I'd like to add status code label to the handled_latency_seconds histogram, to distinguish timings by this criteria. To activate this feature, a boolean flag could be added to Configuration....

Hey everyone, I'm having difficulties to get the library working. Right below I set a register and bind it to a pushgateway. In addition, I define a `gauge` and set...

Is there any way to create labels from grpc requests data? Let's say I have a GRPC endpoint that accepts four parameters: p1, p2, p3, and p4. I'd like to...

Following the guidance of Prometheus' best practices (https://prometheus.io/docs/practices/instrumentation/#avoid-missing-metrics), this library should pre-register its client/server interceptor metrics. The Go version currently does this successfully (see `InitializeMetrics` here: https://github.com/grpc-ecosystem/go-grpc-prometheus/blob/master/server_metrics.go#L132) The problem faced...

Hi @dinowernli and other creators. I want to add custom label "errorCode" to my metric. Is it even possible? I have such Configuration of GrpcMonitoringInterceptor: ``` @GRpcGlobalInterceptor public class GrpcMonitoringInterceptor...

Hi, Our service is a GRPC service, and I am trying to use this library with prometheus to manage the metrics, I have tried to setup my code following the...

The java-grpc-prometheus library utilizes `grpc-okhttp`, which in turn relies on the `okio` library. The `okio` library, specifically version `2.10.0`, contains a critical security vulnerability identified as CVE-2023-3635. This vulnerability has...