You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "MetricIdentifier defines the name and optionally selector for a metric",
"required": [
"name"
],
"properties": {
"name": {
"description": "name is the name of the given metric",
"type": [
"string",
"null"
]
},
"selector": {
"description": "selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics.",