Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.2.0 - 2018-06-04 source code.tar.gz | 2018-06-04 | 24.8 kB | |
1.2.0 - 2018-06-04 source code.zip | 2018-06-04 | 36.7 kB | |
README.md | 2018-06-04 | 354 Bytes | |
Totals: 3 Items | 61.8 kB | 0 |
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
.