Matt Bolt пре 4 година
родитељ
комит
98cdb2a7b4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pkg/prom/error.go

+ 1 - 1
pkg/prom/error.go

@@ -82,7 +82,7 @@ type ErrorsAndWarningStrings struct {
 }
 }
 
 
 // QueryErrorCollector is used to collect prometheus query errors and warnings, and also meets the
 // QueryErrorCollector is used to collect prometheus query errors and warnings, and also meets the
-// Error
+// Error interface
 type QueryErrorCollector struct {
 type QueryErrorCollector struct {
 	m        sync.RWMutex
 	m        sync.RWMutex
 	errors   []*QueryError
 	errors   []*QueryError