Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove opencensus after being removed in distro #85

Merged
merged 1 commit into from
Apr 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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