diff --git a/charts/operator-wandb/charts/otel/charts/agent/templates/_config.tpl b/charts/operator-wandb/charts/otel/charts/agent/templates/_config.tpl index 9c7dea59..b536a84d 100644 --- a/charts/operator-wandb/charts/otel/charts/agent/templates/_config.tpl +++ b/charts/operator-wandb/charts/otel/charts/agent/templates/_config.tpl @@ -48,7 +48,6 @@ extensions: {{- define "otelAgent.processors" -}} processors: batch: {} - attributes: {} memory_limiter: check_interval: 5s limit_percentage: 80 @@ -97,4 +96,4 @@ service: telemetry: metrics: address: ${env:POD_IP}:8888 -{{- end }} \ No newline at end of file +{{- end }}