Custom riemann fields added by smap forwarded to influxdb not visible in grafana auto complete, but exists in influxdb select query.
pid is added custom field to event in riemann config.
This query in influxdb works:
SELECT mean(“value”) FROM “gls.inetcommsmanager.gls.overallDataTXRate” WHERE (“pid” = ‘7624’)
But in query builder field pid is not visible:
But manually add field pid to the query is working
