-
-
Notifications
You must be signed in to change notification settings - Fork 106
Reduce amount of ARM calls to get metric definitions #1914
Copy link
Copy link
Closed
Labels
agents:scraperAll issues related to the scraping agentAll issues related to the scraping agentenhancementEnhancements for current featuresEnhancements for current featuresmetric-source:azure-monitorAll issues that relate to scraping metrics that depends on Azure Monitor as a data sourceAll issues that relate to scraping metrics that depends on Azure Monitor as a data sourceperformancescrapingAll issues related to scrapingAll issues related to scraping
Milestone
Metadata
Metadata
Assignees
Labels
agents:scraperAll issues related to the scraping agentAll issues related to the scraping agentenhancementEnhancements for current featuresEnhancements for current featuresmetric-source:azure-monitorAll issues that relate to scraping metrics that depends on Azure Monitor as a data sourceAll issues that relate to scraping metrics that depends on Azure Monitor as a data sourceperformancescrapingAll issues related to scrapingAll issues related to scraping
Projects
Status
Done
Reduce number of ARM calls to get metric definitions allowing end-users to hit rate limiting less often.
Currently, every time we want to fetch the metrics for a given Azure resource we always:
Both step 1 & 3 are performing API calls while 1 will most likely provide the same result that was provided last execution. Because of that, we are caching the metric definitions for 1h.