grafana refresh rate 3s

Ramin Najafi 0 Reputation points
2025-08-27T12:06:57.1066667+00:00

How can i add 3s refresh in azure managed grafana ?

Azure Managed Applications
Azure Managed Applications
An Azure service that enables managed service providers, independent software vendors, and enterprise IT teams to deliver turnkey solutions through the Azure Marketplace or service catalog.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jose Benjamin Solis Nolasco 5,716 Reputation points
    2025-08-27T12:51:48.41+00:00

    @Ramin Najafi Welcome to Microsoft Q&A

    To set a 3-second refresh rate in Azure Managed Grafana, you’ll need to customize the dashboard or panel settings manually—Grafana doesn’t offer 3s as a default option in the dropdown, but you can add it yourself. Here's how:

    Steps to Add a 3s Refresh Rate:

    1- Open your dashboard in Azure Managed Grafana.

    2- Click the refresh dropdown (top-right corner, next to the time range).

    3- Scroll to the bottom and click "Add custom interval".

    4- Type 3s and hit Enter.

    You can also add multiple intervals like 3s,5s,10s if needed.

    Select 3s from the list to activate it.

    Things to Keep in Mind

    Performance impact: Refreshing every 3 seconds can be heavy on your data source and Grafana backend. Use it only for lightweight queries or real-time dashboards.

    Azure Monitor data source: If you're using Azure Monitor or Log Analytics, they may not support such frequent polling due to backend throttling. Prometheus and InfluxDB are better suited for high-frequency refreshes.

    Permissions: You need Editor or Admin rights in Grafana to modify dashboard settings.

    😊 If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily. Thanks!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.