Hi
On my Grafana Dashboard, there is a drop down to select run ID from influxdb, whose query is
SHOW TAG VALUES FROM "requestsRaw" WITH KEY ="runId"
Its “Sort” is “disabled”, however the output list is in ascii order. Yet I want to make my latest Id show up first, so I change it to:
SHOW TAG VALUES FROM "requestsRaw" WITH KEY ="runId" ORDER BY time DESC
but the show up list is still in ascii order. How to get what I want please?
2 posts - 2 participants