mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-04 11:02:06 +00:00
Update scripts/metricsgen/metricsdiff/metricsdiff.go
Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
This commit is contained in:
@@ -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