You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/azure_metrics/_dev/build/docs/README.md
+30-1Lines changed: 30 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,7 +167,36 @@ The settings' main section contains all the options needed to access the Azure A
167
167
168
168
### Advanced options
169
169
170
-
There are three additional advanced options:
170
+
There are the following additional advanced options:
171
+
172
+
`Latency`_string_
173
+
: Optional. Latency is the time it takes for the Azure service to publish the metric values to Azure Monitor. The integration uses the latency value to compensate for the delay in metric value publishing.
174
+
175
+
Default value is `0`. Typical values are `30s` or `1m`.
: Optional. By default, the integration uses the Azure public environment. To override, users can provide a specific resource manager endpoint to use a different Azure environment.
Copy file name to clipboardExpand all lines: packages/azure_metrics/docs/README.md
+30-1Lines changed: 30 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,7 +167,36 @@ The settings' main section contains all the options needed to access the Azure A
167
167
168
168
### Advanced options
169
169
170
-
There are three additional advanced options:
170
+
There are the following additional advanced options:
171
+
172
+
`Latency`_string_
173
+
: Optional. Latency is the time it takes for the Azure service to publish the metric values to Azure Monitor. The integration uses the latency value to compensate for the delay in metric value publishing.
174
+
175
+
Default value is `0`. Typical values are `30s` or `1m`.
: Optional. By default, the integration uses the Azure public environment. To override, users can provide a specific resource manager endpoint to use a different Azure environment.
Copy file name to clipboardExpand all lines: packages/azure_metrics/manifest.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,7 @@ vars:
81
81
- name: latency
82
82
type: text
83
83
title: Latency
84
+
description: Latency is the time it takes for the Azure service to publish the metric values to Azure Monitor. The integration uses the latency value to compensate for the delay in metric value publishing. Default value is `0`. Typical values are `30s` or `1m`. [Learn more](https://www.elastic.co/docs/reference/integrations/azure_metrics/#advanced-options).
0 commit comments