Search code examples
asp.net-core-mvcreal-timegrafanadashboard

How to be real time with grafana?


I am using ASP.NET Core MVC to create a web page, which contains a dashboard created with Grafana.

<iframe src="URL" width="xxx" hight="xxx" frameborder="0"> </iframe>

Now I have a problem. It can show the dashboard, but the data presented is the data before the URL was obtained by pressing share. In other words, it can not be presented in real time.

How can I let it be real time ? Does someone have any idea?


Solution

  • I find the way to show the real time. Just remove Fromxxxtoxxx