adding NRIA_EVENT_QUEUE_DEPTH to increase in-memory cache of the agent (#22149)

Signed-off-by: ismael Fernandez <fernandez.molina.ismael@gmail.com>
Signed-off-by: ismael Fernandez <fernandez.molina.ismael@gmail.com>
Signed-off-by: ismael.fernandez <fernandez.molina.ismael@gmail.com>
This commit is contained in:
Ismael Fernandez Molina
2020-04-27 10:33:29 -07:00
committed by GitHub
parent 1204e15a78
commit d3f86d237e
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart to deploy the New Relic Infrastructure Agent as a DaemonSet
name: newrelic-infrastructure
version: 0.13.31
version: 0.13.32
appVersion: 1.20.0
home: https://hub.docker.com/r/newrelic/infrastructure-k8s/
source:
+1
View File
@@ -41,6 +41,7 @@ This chart will deploy the New Relic Infrastructure agent as a Daemonset.
| `apiServerEndpointUrl` | Explicitly sets the api server componenturl. | |
| `schedulerEndpointUrl` | Explicitly sets the scheduler component url. | |
| `controllerManagerEndpointUrl` | Explicitly sets the controller manager component url. | |
| `eventQueueDepth` | Iincreases the in-memory cache of the agent to accommodate for more samples at a time.
## Example
@@ -108,6 +108,10 @@ spec:
- name: "CONTROLLER_MANAGER_ENDPOINT_URL"
value: {{ .Values.controllerManagerEndpointUrl | quote }}
{{- end }}
{{- if .Values.eventQueueDepth }}
- name: "NRIA_EVENT_QUEUE_DEPTH"
value: {{ .Values.eventQueueDepth | quote }}
{{- end }}
- name: "NRIA_DISPLAY_NAME"
valueFrom:
fieldRef: