Go Grpc Prometheus Versions Save

Prometheus monitoring for your gRPC Go servers.

v1.2.0

5 years ago

Added

  • Provide metrics object as prometheus.Collector, for conventional metric registration.
  • Support non-default/global Prometheus registry.
  • Allow configuring counters with prometheus.CounterOpts.

Changed

  • Remove usage of deprecated grpc.Code().
  • Remove usage of deprecated grpc.Errorf and replace with status.Errorf.

v1.1

7 years ago

Contains beta quality client-side interceptor implementation. This is marked as beta, since it is relying on experimental APIs of grpc-go

v1.0

7 years ago

Contains Production-quality server-side interceptors for gRPC Go.

  • Optional histogram of RPC latencies.
  • Customisable histograms.

Install using go get gopkg.in/grpc-ecostystem/go-grpc-prometheus.v1.0