I am doing load testing for the persistent queue how the queue behaves we have deployed in the argcd yaml so how can i do it target: kind: Application name: splunk patch: |- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: splunk spec: source: helm: parameters: - name: clusterName value: -QA - name: distribution value: openshift - name: splunkObservability.realm value: eu0 - name: splunkPlatform.endpoint value: 'https://131.97/services/collector' - name: splunkPlatform.index value: 122049 - name: splunkPlatform.insecureSkipVerify value: "true" - name: splunkPlatform.sendingQueue.persistentQueue.enabled value: "true" - name: splunkPlatform.sendingQueue.persistentQueue.storagePath value: "/var/addon/splunk/exporter_queue" - name: agent.resources.limits.memory value: "0.5Gi" can someone help me how can i do it
... View more