Skip to content

Commit

Permalink
Remove opencensus after being removed in distro (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcamp authored Apr 7, 2021
1 parent 6939175 commit 6cb7e67
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 17 deletions.
2 changes: 1 addition & 1 deletion helm-charts/splunk-otel-collector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ service:

# default traces pipeline
traces:
receivers: [otlp, jaeger, zipkin, opencensus]
receivers: [otlp, jaeger, zipkin]
processors:
- memory_limiter
- resourcedetection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 0 additions & 11 deletions helm-charts/splunk-otel-collector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,6 @@ otelAgent:
containerPort: 8006
hostPort: 8006
protocol: TCP
# opencensus:
# containerPort: 55678
# hostPort: 55678
# protocol: TCP

resources:
limits:
Expand Down Expand Up @@ -636,9 +632,6 @@ otelCollector:
http-forwarder:
containerPort: 6060
protocol: TCP
# opencensus:
# containerPort: 55678
# protocol: TCP

resources:
limits:
Expand Down Expand Up @@ -707,7 +700,3 @@ service:
containerPort: 6060
targetPort: http-forwarder
protocol: TCP
# opencensus:
# containerPort: 55678
# targetPort: opencensus
# protocol: TCP

0 comments on commit 6cb7e67

Please sign in to comment.