Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Releases: grpc-ecosystem/go-grpc-prometheus

1.2.0 - 2018-06-04

04 Jun 12:33
v1.2.0
c225b8c
Compare
Choose a tag to compare

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.

Client-Side Interceptor Release

10 Sep 22:27
Compare
Choose a tag to compare

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

First Release

10 Sep 17:33
Compare
Choose a tag to compare

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