How to show “33 minutes ago” on Grafana dashboard with InfluxDB?

前端 未结 2 1525
日久生厌
日久生厌 2021-01-02 08:22

I have recently set up Grafana with InfluxDB. I\'d like to show a panel that indicates how long it has been since an event took place.

Examples:

  • Server
相关标签:
2条回答
  • 2021-01-02 08:47

    Since Grafana(4.6.0) this is now possible with singlestat panels.

    1. GoTo the Options-Tab
    2. Select Value -> Stat -> Time of last point
    3. Select Value -> Stat -> Unit -> Date & time -> From Now

    0 讨论(0)
  • 2021-01-02 08:52

    Its currently(4.0.3) not possible to show the last timestamp in singlestat panels. But there is an issue for supporting this. Hopefully we will find time to implement this in the future.

    0 讨论(0)
提交回复
热议问题