Last active
April 1, 2019 23:59
-
-
Save logicalhan/f0ab01d444c8b038c0a09c68b08b602e to your computer and use it in GitHub Desktop.
Metric instantiation with deprecated version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var RegisteredWatchers = kubemetrics.NewGaugeVec( | |
kubemetrics.GaugeOpts{ | |
Name: "apiserver_registered_watchers", | |
Help: "Number of currently registered watchers for a given resources", | |
DeprecatedVersion: "1.15" | |
}, | |
[]string{"group", "version", "kind"}, | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment