Skip to content

Commit 596ba50

Browse files
committed
updates
1 parent 4e12296 commit 596ba50

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/azure-monitor/essentials/create-diagnostic-settings.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,15 @@ Diagnostic settings don't support resource IDs with non-ASCII characters. For ex
222222

223223
Every effort is made to ensure all log data is sent correctly to your destinations, however it's not possible to guarantee 100% data transfer of logs between endpoints. Retries and other mechanisms are in place to work around these issues and attempt to ensure log data arrives at the endpoint.
224224

225+
### Inactive resources
226+
227+
When a resource is inactive and exporting zero-value metrics, the diagnostic setting export mechanism back off incrementally to avoid unnecessary costs of exporting and storing zero values. The back-off may lead to a delay in the export of the next non-zero value.
228+
229+
When a resource is inactive for one hour, the export mechanism backs off to 15 minutes. This means that there is a potential latency of up to 15 minutes for the next nonzero value to be exported. The maximum backoff time of two hours is reached after seven days of inactivity. Once the resource starts exporting nonzero values, the export mechanism reverts to the original export latency of three minutes.
230+
231+
This behavior only applies to exported metrics and doesn't affect metrics-based alerts or autosacle.
232+
233+
225234
## Next steps
226235

227236
- [Review how to work with diagnostic settings in Azure Monitor](./diagnostic-settings.md)

0 commit comments

Comments
 (0)