Signed-off-by: Roman Krasavtsev <mr.krasavtsev@gmail.com>
This commit is contained in:
Roman Krasavtsev 2019-01-04 21:07:29 +01:00
parent fb3d5cb2ad
commit c51ed6941c
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ type Collector interface {
// of the Describe method. If a Collector sometimes collects no metrics at all
// (for example vectors like CounterVec, GaugeVec, etc., which only collect
// metrics after a metric with a fully specified label set has been accessed),
// it might even get registered as an unchecked Collecter (cf. the Register
// it might even get registered as an unchecked Collector (cf. the Register
// method of the Registerer interface). Hence, only use this shortcut
// implementation of Describe if you are certain to fulfill the contract.
//