update comment

This commit is contained in:
Guangzhe Huang
2020-06-19 16:55:39 +08:00
committed by GitHub
parent 0493a352dc
commit 1fcb5116df

View File

@@ -25,7 +25,7 @@ func labelReplace(input, ns string) (string, error) {
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) {
switch n := node.(type) {
case *promql.EvalStmt: