update comment
This commit is contained in:
@@ -25,7 +25,7 @@ func labelReplace(input, ns string) (string, error) {
|
|||||||
return root.String(), nil
|
return root.String(), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// Inspired by https://github.com/openshift/prom-label-proxy
|
// Inspired by https://github.com/prometheus-community/prom-label-proxy
|
||||||
func setRecursive(node promql.Node, namespace string) (err error) {
|
func setRecursive(node promql.Node, namespace string) (err error) {
|
||||||
switch n := node.(type) {
|
switch n := node.(type) {
|
||||||
case *promql.EvalStmt:
|
case *promql.EvalStmt:
|
||||||
|
|||||||
Reference in New Issue
Block a user