내용으로 건너뛰기

AWS Managed Grafana Query Timeout

0

Hi,

I am trying to increase the query timeout for my Timescale database (hosted on Timescale) on AWS Grafana. Currently it is capped at 1 minute. Is it possible to increase it to 10 minutes?

Best, Alan Kuo

질문됨 5달 전80회 조회
2개 답변
0

In Amazon Managed Grafana, there is a data source timeout limit that applies to all queries, including those to your Timescale database. This timeout limit is a service quota set by AWS Managed Grafana and will override any timeout limit you configure on your data source if the AWS limit is lower.

While you can configure timeout settings in your data source configuration, the Amazon Managed Grafana service quota will take precedence. The lower of the two limits (your configured timeout vs. AWS service quota) will be applied.

To find the specific timeout limit for Amazon Managed Grafana and whether it can be increased to 10 minutes, you would need to check the Amazon Managed Grafana service quotas in the AWS General Reference documentation. If the current limit is less than your desired 10 minutes, you may need to request a quota increase through AWS Support.

As an alternative approach to handle long-running queries, you might consider:

  • Optimizing your queries to return fewer data points
  • Increasing the minimum interval time in query options
  • Using group by functions in your queries to reduce the data volume

These approaches can help improve query performance and potentially avoid hitting the timeout limits altogether.
Sources
Troubleshoot queries - Amazon Managed Grafana
Connect to data sources - Amazon Managed Grafana

답변함 5달 전
0

I think the limitation you are facing is coming from the database. Check your database configuration if it has a max timeout for queries set to 60 seconds. If you configuration a connection string or connection configuration, check for any timeout settings.

전문가
답변함 5달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.