How do I perform this kind of query in grafana?
select some_column from some_table where some_datetime < now();
I've made a dashboard variable that's populated from SELECT CURRENT_TIMESTAMP;
but i can't figure out how to get that into the query in grafana. I'm tempted to make some views in the db for this stuff.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742322129a4422024.html
评论列表(0条)