mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-24 00:52:39 +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
672a26a3cf
commit
035356df64
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user