Update test/instrumentation/error.go

Co-authored-by: Damien Grisonnet <damien.grisonnet@epita.fr>
This commit is contained in:
Han Kang 2022-07-26 11:01:59 -07:00
parent e452850ec3
commit cefa194998

View File

@ -33,7 +33,7 @@ const (
errBadImportedVariableAttribute = "Metric attribute was not correctly set. Please use only global consts in correctly impoprted same file"
errFieldNotSupported = "Field %s is not supported"
errBuckets = "Buckets should be set to list of floats, result from function call of prometheus.LinearBuckets or prometheus.ExponentialBuckets"
errObjectives = "Buckets should be set to map of floats to floats"
errObjectives = "Objectives should be set to map of floats to floats"
errDecodeUint32 = "Should decode to uint32"
errDecodeInt64 = "Should decode to int64"