We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcbb6c commit c493632Copy full SHA for c493632
1 file changed
expr/rewrite/applyByNode/function.go
@@ -55,7 +55,7 @@ func (f *applyByNode) Do(ctx context.Context, eval interfaces.Evaluator, e parse
55
rv := make([]string, 0, len(args))
56
for _, a := range args {
57
var node string
58
- metric := a.Tags["name"]
+ metric := types.ExtractName(a.Name)
59
nodes := strings.Split(metric, ".")
60
if nodeNum >= len(nodes) {
61
// field overflow
0 commit comments