imrichardcole
imrichardcole

Reputation: 4695

Use time field from influxdb in grafana single stat

Is it possible to use the time field in a single stat panel in grafana?

I understand you cannot only query the time field in influxdb, but I can get the time of the stat I'm interested in like so:

select time, last(context_id) from "data_context"

And just need a way to show the time field from the execution of the query.

Upvotes: 3

Views: 1668

Answers (1)

IIIIIIIIIIIIIIIIIIIIII
IIIIIIIIIIIIIIIIIIIIII

Reputation: 4088

This is quiet often asked on stack overflow, but it is not possible at the moment. But there are open Feature requests for this on github:

Upvotes: 3

Related Questions