List influxdb series by filtering on series name -


i using influxdb in conjunction grafana. part of grafana query, i'd select influx series' part of set know already. if series named 'a', 'b', , 'c', i'd "show series"-like command return eg. 'a', 'b'. possible influx?

i not sure if understand question correct can select multiple series with:

select * a, b; 

if questions how can solve in grafana, can create graph 2 query's. 1 selects a , 1 selects b


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -