diff --git a/Common/UI/Components/Icon/Icon.tsx b/Common/UI/Components/Icon/Icon.tsx index fa1978556f..712c99d883 100644 --- a/Common/UI/Components/Icon/Icon.tsx +++ b/Common/UI/Components/Icon/Icon.tsx @@ -2764,9 +2764,8 @@ const Icon: FunctionComponent = ({ y1={sy.toFixed(2)} x2={ex.toFixed(2)} y2={ey.toFixed(2)} - stroke="currentColor" - strokeWidth="1.5" strokeLinecap="round" + strokeLinejoin="round" />, ); } @@ -2775,12 +2774,16 @@ const Icon: FunctionComponent = ({ <> + - {spokes} , ); diff --git a/HelmChart/Public/kubernetes-agent/templates/configmap-deployment.yaml b/HelmChart/Public/kubernetes-agent/templates/configmap-deployment.yaml index 3ab5556cd9..6615a62248 100644 --- a/HelmChart/Public/kubernetes-agent/templates/configmap-deployment.yaml +++ b/HelmChart/Public/kubernetes-agent/templates/configmap-deployment.yaml @@ -154,8 +154,8 @@ data: # Batch telemetry for efficient export batch: - send_batch_size: 200 - send_batch_max_size: 500 + send_batch_size: 100 + send_batch_max_size: 200 timeout: 10s # Limit memory usage @@ -169,6 +169,15 @@ data: endpoint: "{{ .Values.oneuptime.url }}/otlp" headers: x-oneuptime-token: "${env:ONEUPTIME_API_KEY}" + sending_queue: + enabled: true + num_consumers: 10 + queue_size: 5000 + retry_on_failure: + enabled: true + initial_interval: 5s + max_interval: 60s + max_elapsed_time: 300s service: extensions: