This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
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 withstatus.Errorf
.