Skip to content

Commit

Permalink
Add batching value
Browse files Browse the repository at this point in the history
  • Loading branch information
hkfgo committed Oct 25, 2024
1 parent 6b69b08 commit a5ca6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion promitor-agent-scraper/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ data:
{{- end }}
{{- if or .Values.azureMonitor.integration.history.startingFromInHours .Values.azureMonitor.integration.useAzureMonitorSdk .Values.azureMonitor.integration.metricsBatching.enabled }}
integration:
{{- if hasKey .Values.azureMonitor.integration "metricsBatching" }}
{{- if .Values.azureMonitor.integration.metricsBatching.enabled }}
metricsBatching:
enabled: true
maxBatchSize: {{ .Values.azureMonitor.integration.metricsBatching.maxBatchSize }}
Expand Down

0 comments on commit a5ca6f0

Please sign in to comment.