- 
                Notifications
    You must be signed in to change notification settings 
- Fork 5
Open
Labels
Description
I'm using the check-azurerm-monitor-metric.rb check with Azure Postgres metrics (cpu_percent, memory_percent, storage_percent)
The issue I'm having is that metrics are always a few minutes behind so the latest value is almost always 0.0.
My first thought was to select a different timespan to use a start time from 2 or 3 minutes ago but it doesn't seem to be possible currently with this check. I did test it by changing the code directly and it worked.
Any ideas on how I could get around this issue?
Should we add a new option for the timespan start time?