diff --git a/deploy/helm/sumologic/conf/instrumentation/otelcol.instrumentation.conf.yaml b/deploy/helm/sumologic/conf/instrumentation/otelcol.instrumentation.conf.yaml index 25a2e6ee4..5223be817 100644 --- a/deploy/helm/sumologic/conf/instrumentation/otelcol.instrumentation.conf.yaml +++ b/deploy/helm/sumologic/conf/instrumentation/otelcol.instrumentation.conf.yaml @@ -56,7 +56,7 @@ exporters: resolver: dns: hostname: '{{ include "tracesgateway.exporter.loadbalancing.endpoint" . }}' - port: 4317 + port: '4317' {{- end }} receivers: jaeger: diff --git a/deploy/helm/sumologic/conf/instrumentation/traces.gateway.conf.yaml b/deploy/helm/sumologic/conf/instrumentation/traces.gateway.conf.yaml index 928743485..f708c7e4a 100644 --- a/deploy/helm/sumologic/conf/instrumentation/traces.gateway.conf.yaml +++ b/deploy/helm/sumologic/conf/instrumentation/traces.gateway.conf.yaml @@ -18,7 +18,7 @@ exporters: resolver: dns: hostname: '{{ include "tracesgateway.exporter.loadbalancing.endpoint" . }}' - port: 4317 + port: '4317' receivers: otlp: diff --git a/deploy/helm/sumologic/conf/metrics/otelcol/processors.yaml b/deploy/helm/sumologic/conf/metrics/otelcol/processors.yaml index 50e49bf51..85de55897 100644 --- a/deploy/helm/sumologic/conf/metrics/otelcol/processors.yaml +++ b/deploy/helm/sumologic/conf/metrics/otelcol/processors.yaml @@ -70,10 +70,10 @@ memory_limiter: metricstransform: transforms: ## rename all prometheus_remote_write_$name metrics to $name - action: update - include: ^prometheus_remote_write_(.*)$$ - match_type: regexp - new_name: $$1 + - action: update + include: ^prometheus_remote_write_(.*)$$ + match_type: regexp + new_name: $$1 ## Configuration for Resource Processor resource: