Creating a list of all available values per label with Prometheus as the Data source

hi!

I want to create a query to generate a list of all available values per a few labels of a metric, When I’m using Prometheus as my Data source

when using label_values(metric, label) I’m getting 'parse error at char 13: unknown function with name “label_values” ’ since it’s not a prometheus syntax

Is it possible to generate a list and not a graph/table?

Thanks!

I’ve the same problem, do you have a solution for this?