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: promitor-agent-scraper/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,9 @@ their default values.
113
113
|`azureMonitor.logging.enabled`| Indication whether or not to provide logs on the integration with Azure Monitor and its APIs |`false`|
114
114
|`azureMonitor.logging.logLevel`| Minimum level of logging for Azure Monitor interactions | N/A |
115
115
| `azureMonitor.integration.useAzureMonitorSdk` | Whether to use the Azure Monitor SDK for scraping; alternative is the legacy Azure Management Library | `true`
116
+
| `azureMonitor.integration.metricsBatching.enabled` | Whether to scrape metrics in batch mode | `false`
117
+
| `azureMonitor.integration.metricsBatching.maxBatchSize` | Max number of resources within a batch | `50`
118
+
|`azureMonitor.integration.metricsBatching.azureRegion`| Azure region of resource targets for batching |
116
119
|`azureMonitor.integration.history.startingFromInHours`| Defines the amount of hours Promitor will use to define the starting point of the time window used for metric queries. | N/A |
117
120
|`rbac.create`| If true, create & use RBAC resources |`true`|
118
121
|`rbac.podSecurityPolicyEnabled`| Create pod security policy resources |`false`|
{{- if or .Values.azureMonitor.logging.enabled .Values.azureMonitor.integration.history.startingFromInHours .Values.azureMonitor.integration.useAzureMonitorSdk }}
72
+
{{- if or .Values.azureMonitor.logging.enabled .Values.azureMonitor.integration.history.startingFromInHours .Values.azureMonitor.integration.useAzureMonitorSdk .Values.azureMonitor.integration.metricsBatching.enabled }}
{{- if .Values.azureMonitor.integration.history.startingFromInHours }}
81
+
{{- if or .Values.azureMonitor.integration.history.startingFromInHours .Values.azureMonitor.integration.useAzureMonitorSdk .Values.azureMonitor.integration.metricsBatching.enabled }}
0 commit comments