diff --git a/helm-charts/splunk-otel-collector/Chart.yaml b/helm-charts/splunk-otel-collector/Chart.yaml index 7207d632b3..a36178efc6 100644 --- a/helm-charts/splunk-otel-collector/Chart.yaml +++ b/helm-charts/splunk-otel-collector/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: splunk-otel-collector -version: 0.24.0 +version: 0.24.1 description: Splunk OpenTelemetry Connector for Kubernetes type: application keywords: diff --git a/helm-charts/splunk-otel-collector/templates/config/_common.tpl b/helm-charts/splunk-otel-collector/templates/config/_common.tpl index edc1c45503..e376df9569 100644 --- a/helm-charts/splunk-otel-collector/templates/config/_common.tpl +++ b/helm-charts/splunk-otel-collector/templates/config/_common.tpl @@ -38,6 +38,4 @@ jaeger: endpoint: 0.0.0.0:14250 zipkin: endpoint: 0.0.0.0:9411 -opencensus: - endpoint: 0.0.0.0:55678 {{- end }} diff --git a/helm-charts/splunk-otel-collector/templates/config/_otel-agent.tpl b/helm-charts/splunk-otel-collector/templates/config/_otel-agent.tpl index 2c0540d466..b1dd6ca1e6 100644 --- a/helm-charts/splunk-otel-collector/templates/config/_otel-agent.tpl +++ b/helm-charts/splunk-otel-collector/templates/config/_otel-agent.tpl @@ -165,7 +165,7 @@ service: # default traces pipeline traces: - receivers: [otlp, jaeger, zipkin, opencensus] + receivers: [otlp, jaeger, zipkin] processors: - memory_limiter - resourcedetection diff --git a/helm-charts/splunk-otel-collector/templates/config/_otel-collector.tpl b/helm-charts/splunk-otel-collector/templates/config/_otel-collector.tpl index f6dda9215f..ef20c2846a 100644 --- a/helm-charts/splunk-otel-collector/templates/config/_otel-collector.tpl +++ b/helm-charts/splunk-otel-collector/templates/config/_otel-collector.tpl @@ -86,8 +86,8 @@ service: # default traces pipeline traces: - receivers: [otlp, jaeger, zipkin, opencensus, sapm] - processors: + receivers: [otlp, jaeger, zipkin, sapm] + processors: - memory_limiter - batch - k8s_tagger diff --git a/helm-charts/splunk-otel-collector/values.yaml b/helm-charts/splunk-otel-collector/values.yaml index 930f0e1f8a..0d1052161d 100644 --- a/helm-charts/splunk-otel-collector/values.yaml +++ b/helm-charts/splunk-otel-collector/values.yaml @@ -126,10 +126,6 @@ otelAgent: containerPort: 8006 hostPort: 8006 protocol: TCP - # opencensus: - # containerPort: 55678 - # hostPort: 55678 - # protocol: TCP resources: limits: @@ -636,9 +632,6 @@ otelCollector: http-forwarder: containerPort: 6060 protocol: TCP - # opencensus: - # containerPort: 55678 - # protocol: TCP resources: limits: @@ -707,7 +700,3 @@ service: containerPort: 6060 targetPort: http-forwarder protocol: TCP - # opencensus: - # containerPort: 55678 - # targetPort: opencensus - # protocol: TCP