Erlenmeyer is a proxy used to parse common Open Source TimeSeries DataBase query endpoints like OpenTSDB, Prometheus/PromQL, InfluxQL or Graphite. Parsed queries are translated into WarpScript to produce native Warp 10 queries.
I have a little problem with Erlenmeyer when I query the influxQL protocol from Grafana. At first glance the function works but when I try to do a WHERE according to the value of a label, I no longer have any results. Below is a screenshot. the grafana datasource found the label as well as all its values, however the filtering is not done.
Below is the generated influxQL query:
SELECT mean("salon") FROM "autogen"."gtb" WHERE ("#type"::tag = 'consignes') AND $timeFilter GROUP BY time($__interval) fill(null)
Hello,
I have a little problem with Erlenmeyer when I query the influxQL protocol from Grafana. At first glance the function works but when I try to do a WHERE according to the value of a label, I no longer have any results. Below is a screenshot. the grafana datasource found the label as well as all its values, however the filtering is not done.
Below is the generated influxQL query:
SELECT mean("salon") FROM "autogen"."gtb" WHERE ("#type"::tag = 'consignes') AND $timeFilter GROUP BY time($__interval) fill(null)