mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-27 19:37:08 +00:00
Update scripts/metricsgen/metricsdiff/metricsdiff.go
Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user