Update scripts/metricsgen/metricsdiff/metricsdiff.go

Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
This commit is contained in:
William Banfield
2022-05-11 09:48:19 -04:00
committed by GitHub
parent 672a26a3cf
commit 035356df64

View File

@@ -29,9 +29,9 @@ label sets from path1 to path2.
}
}
// MetricsDiff contains the set of metrics that were modified between two files
// Diff contains the set of metrics that were modified between two files
// containing prometheus metrics output.
type MetricsDiff struct {
type Diff struct {
Adds []string
Removes []string