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

Prometheus monitoring for your gRPC Go servers.

Results 33 go-grpc-prometheus issues
Sort by recently updated
recently updated
newest added

This issue is a wip collection of (compatibility-breaking) changes to consider for the next **major** version: - The package name currently is `grpc_prometheus`. However, the [recommendation for Go package names](https://blog.golang.org/package-names)...

```go test``` shows errors sometimes, It's not always happen there maybe errors like bellow ``` ➜ go-grpc-prometheus git:(master) go test --- FAIL: TestStreamingIncrementsHandled (0.00s) Error Trace: server_test.go:218 Error: Not equal:...

Are there any plans to implement the stats.Handler interface? It exposes more information about the payload and size of data on the wire.