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: deploy/helm/sumologic/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -350,7 +350,7 @@ The following table lists the configurable parameters of the Sumo Logic chart an
350
350
|`otelcolInstrumentation.config.override`| Configuration for otelcol-instrumentation collector, replaces defaults. | {} |
351
351
|`otelcolInstrumentation.autoscaling.targetCPUUtilizationPercentage`| The desired target CPU utilization for autoscaling. |`100`|
352
352
|`otelcolInstrumentation.autoscaling.targetMemoryUtilizationPercentage`| The desired target memory utilization for autoscaling. |`50`|
353
-
|`otelcolInstrumentation.autoscaling.behavior`| The desired target scaleUp and scaleDown behavior for autoscaling. |{}|
353
+
|`otelcolInstrumentation.autoscaling.behavior`| The desired target scaleUp and scaleDown behavior for autoscaling. |`{}`|
354
354
|`otelcolInstrumentation.statefulset.replicaCount`| Set the number of otelcol-instrumentation replicasets. |`3`|
355
355
|`otelcolInstrumentation.statefulset.nodeSelector`| Node selector for otelcol-instrumentation statefulset. [See help.sumologic.com/docs/send-data/kubernetes/best-practices for more information.](https://help.sumologic.com/docs/send-data/kubernetes/best-practices/)|`{}`|
356
356
|`otelcolInstrumentation.statefulset.priorityClassName`| Priority class name for otelcol-instrumentation pods. | If not provided then set to `RELEASE-NAME-sumologic-priorityclass`. |
@@ -387,7 +387,7 @@ The following table lists the configurable parameters of the Sumo Logic chart an
387
387
|`tracesGateway.autoscaling.maxReplicas`| Default max replicas for autoscaling |`10`|
388
388
|`tracesGateway.autoscaling.targetCPUUtilizationPercentage`| The desired target CPU utilization for autoscaling. |`100`|
389
389
|`tracesGateway.autoscaling.targetMemoryUtilizationPercentage`| The desired target memory utilization for autoscaling. |`50`|
390
-
|`tracesGateway.autoscaling.behavior`| The desired target scaleUp and scaleDown behavior for autoscaling. |{}|
390
+
|`tracesGateway.autoscaling.behavior`| The desired target scaleUp and scaleDown behavior for autoscaling. |`{}`|
391
391
|`tracesGateway.deployment.replicas`| Set the number of OpenTelemetry Collector replicas. |`1`|
392
392
|`tracesGateway.deployment.nodeSelector`| Node selector for otelcol deployment. [See help.sumologic.com/docs/send-data/kubernetes/best-practices for more information.](https://help.sumologic.com/docs/send-data/kubernetes/best-practices/)|`{}`|
393
393
|`tracesGateway.deployment.priorityClassName`| Priority class name for OpenTelemetry Collector log pods. |`Nil`|
@@ -498,7 +498,7 @@ The following table lists the configurable parameters of the Sumo Logic chart an
498
498
|`metadata.metrics.autoscaling.maxReplicas`| Default max replicas for autoscaling |`10`|
499
499
|`metadata.metrics.autoscaling.targetCPUUtilizationPercentage`| The desired target CPU utilization for autoscaling. |`80`|
500
500
|`metadata.metrics.autoscaling.targetMemoryUtilizationPercentage`| The desired target memory utilization for autoscaling. |`Nil`|
501
-
|`metadata.metrics.autoscaling.behavior`| The desired target scaleUp and scaleDown behavior for autoscaling. |{}|
501
+
|`metadata.metrics.autoscaling.behavior`| The desired target scaleUp and scaleDown behavior for autoscaling. |`{}`|
502
502
|`metadata.metrics.podDisruptionBudget`| Pod Disruption Budget for metrics metadata enrichment (otelcol) statefulset and for otelcol metrics collector. |`{"minAvailable": 2}`|
503
503
|`metadata.logs.enabled`| Flag to control deploying the otelcol logs statefulsets. |`true`|
504
504
|`metadata.logs.logLevel`| Flag to control logging level for OpenTelemetry Collector for logs. Can be `debug`, `info`, `warn`, `error`, `dpanic`, `panic`, `fatal`. |`info`|
0 commit comments