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:49:15 -04:00
committed by GitHub
co-authored by M. J. Fromberger
parent 035356df64
commit 8c5f42949f
@@ -38,8 +38,7 @@ type Diff struct {
LabelDiffs []LabelDiff
}
// MetricsDiff contains the set of labels that were modified for a single metric
// between two files containing prometheus metrics output.
// LabelDiff describes the label changes between two versions of the same metric.
type LabelDiff struct {
MetricsName string
Adds []string