grafana / kairosdb-datasource

Data source plugin for KairosDB
Apache License 2.0
30 stars 62 forks source link

Empty metrics() query returns no matching metrics #72

Open dino2gnt opened 6 years ago

dino2gnt commented 6 years ago

According to the documentation (?), an empty metrics() query should return all metrics and currently returns an error.

RevengeComing commented 6 years ago

i have the same issue on using "metrics()" in Variables>Edit>query options>query . getting this error :

Template variables could not be initialized: matchedFunction is undefined
gucharbon commented 6 years ago

Did you try with a space in the function call ?

metrics( )

It worked for us