Merge pull request #666 from jeffwidman/patch-1

Remove old reference to basicMetricVec
This commit is contained in:
Björn Rabenstein 2019-10-18 19:37:37 +02:00 committed by GitHub
commit 1b4c821666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import (
// their label values. metricVec is not used directly (and therefore
// unexported). It is used as a building block for implementations of vectors of
// a given metric type, like GaugeVec, CounterVec, SummaryVec, and HistogramVec.
// It also handles label currying. It uses basicMetricVec internally.
// It also handles label currying.
type metricVec struct {
*metricMap