Skip to content

Commit

Permalink
feat(collector): enable thrift-compact ports by default (#97)
Browse files Browse the repository at this point in the history
* feat(collector): enable jaeger-thrift-compact protocol by default
  • Loading branch information
secustor authored Nov 11, 2021
1 parent 18a9f96 commit 1b90b45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/opentelemetry-collector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: opentelemetry-collector
version: 0.7.2
version: 0.8.0
description: OpenTelemetry Collector Helm chart for Kubernetes
type: application
home: https://opentelemetry.io/
Expand Down
8 changes: 8 additions & 0 deletions charts/opentelemetry-collector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ config:
endpoint: 0.0.0.0:14250
thrift_http:
endpoint: 0.0.0.0:14268
thrift_compact:
endpoint: 0.0.0.0:6831
otlp:
protocols:
grpc:
Expand Down Expand Up @@ -154,6 +156,12 @@ ports:
servicePort: 4318
hostPort: 4318
protocol: TCP
jaeger-compact:
enabled: true
containerPort: 6831
servicePort: 6831
hostPort: 6831
protocol: UDP
jaeger-thrift:
enabled: true
containerPort: 14268
Expand Down

0 comments on commit 1b90b45

Please sign in to comment.