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

1.2.0 - 2018-06-04

Latest
Compare
Choose a tag to compare
@brancz brancz released this 04 Jun 12:33
· 27 commits to master since this release
v1.2.0
c225b8c

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.