Skip to content

InfluxQL WHERE from Grafana #4

@jtalbourdet

Description

@jtalbourdet

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.

image

Below is the generated influxQL query:

SELECT mean("salon") FROM "autogen"."gtb" WHERE ("#type"::tag = 'consignes') AND $timeFilter GROUP BY time($__interval) fill(null)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions