Skip to content

Commit d1e7fd3

Browse files
Fix formatting for autoscaling behavior fields
1 parent 2ab0a32 commit d1e7fd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/helm/sumologic/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ The following table lists the configurable parameters of the Sumo Logic chart an
350350
| `otelcolInstrumentation.config.override` | Configuration for otelcol-instrumentation collector, replaces defaults. | {} |
351351
| `otelcolInstrumentation.autoscaling.targetCPUUtilizationPercentage` | The desired target CPU utilization for autoscaling. | `100` |
352352
| `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. | `{}` |
354354
| `otelcolInstrumentation.statefulset.replicaCount` | Set the number of otelcol-instrumentation replicasets. | `3` |
355355
| `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/) | `{}` |
356356
| `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
387387
| `tracesGateway.autoscaling.maxReplicas` | Default max replicas for autoscaling | `10` |
388388
| `tracesGateway.autoscaling.targetCPUUtilizationPercentage` | The desired target CPU utilization for autoscaling. | `100` |
389389
| `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. | `{}` |
391391
| `tracesGateway.deployment.replicas` | Set the number of OpenTelemetry Collector replicas. | `1` |
392392
| `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/) | `{}` |
393393
| `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
498498
| `metadata.metrics.autoscaling.maxReplicas` | Default max replicas for autoscaling | `10` |
499499
| `metadata.metrics.autoscaling.targetCPUUtilizationPercentage` | The desired target CPU utilization for autoscaling. | `80` |
500500
| `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. | `{}` |
502502
| `metadata.metrics.podDisruptionBudget` | Pod Disruption Budget for metrics metadata enrichment (otelcol) statefulset and for otelcol metrics collector. | `{"minAvailable": 2}` |
503503
| `metadata.logs.enabled` | Flag to control deploying the otelcol logs statefulsets. | `true` |
504504
| `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

Comments
 (0)