Skip to content

Fix error when queries have wildcard at beginning of path selector

Created by: szarsti

Right now runing query SELECT avg(*.'b'.'c' BUCKET x) LAST 60s is throwing error.

Following patch fixes handling call to list metrics with empty prefix.

Merge request reports