Azure Grafana 90 days query issue

Sakit Atakishiyev 50 Reputation points Microsoft Employee
2024-12-12T09:42:21.1533333+00:00

Hello,

I try to add a widget to show last 90 days data. I configure my query and put 90 days but when try to run the query it returns following errors.

Status: 500. Message: 1. Current requested time range of 90.0416666666667 days exceeds limit of 90 days per request for simple series.
Azure Managed Grafana
Azure Managed Grafana
An Azure service used to deploy Grafana dashboards for analytics and monitoring solutions.
117 questions
{count} votes

Accepted answer
  1. SadiqhAhmed-MSFT 48,256 Reputation points Microsoft Employee
    2024-12-19T10:16:06.9433333+00:00

    @Sakit Atakishiyev Which data source, is this Geneva, ADX, or something else?

    From just looking at it on the surface, it feels like it’s not a Grafana problem but more like a backend problem. When Grafana issues the query, it probably snaps the time now – 90 days. When the request gets to the backend, the current now has advanced by a second or half a second so the time range seen by ADX or Geneva or whichever your server is appears to be more than 90 days.

    If this is a Geneva Metrics (MDM) query limit to keep query costs down. The query time range must be less than 90 days.

    See Query Limits | Geneva Monitoring Docs

    Hope this helps!


    If the response helped, do "Accept Answer" and up-vote it

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.