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

feat: change otlp http receiver port - tracing #2170

Merged
merged 6 commits into from
Mar 3, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3261,7 +3261,7 @@ otelagent:
grpc:
endpoint: "0.0.0.0:4317"
http:
endpoint: "0.0.0.0:55681"
endpoint: "0.0.0.0:4318"
zipkin:
endpoint: "0.0.0.0:9411"
processors:
Expand Down Expand Up @@ -3380,7 +3380,7 @@ otelcol:
grpc:
endpoint: "0.0.0.0:4317"
http:
endpoint: "0.0.0.0:55681"
endpoint: "0.0.0.0:4318"
zipkin:
endpoint: "0.0.0.0:9411"
processors:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ data:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:55681
endpoint: 0.0.0.0:4318
zipkin:
endpoint: 0.0.0.0:9411
service:
Expand Down
2 changes: 1 addition & 1 deletion tests/helm/tracing/static/simple.output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ data:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:55681
endpoint: 0.0.0.0:4318
zipkin:
endpoint: 0.0.0.0:9411
service:
Expand Down