-
Notifications
You must be signed in to change notification settings - Fork 608
fix: set OpenTelemetry Tracer/Accesslog default protocol to GRPC #7694
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
Conversation
Signed-off-by: zirain <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7694 +/- ##
==========================================
- Coverage 72.36% 72.30% -0.06%
==========================================
Files 233 234 +1
Lines 34343 34487 +144
==========================================
+ Hits 24851 24937 +86
- Misses 7712 7763 +51
- Partials 1780 1787 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: zirain <[email protected]>
|
agree for now, but soon we'll get http in envoyproxy/envoy#42445 cc @arkodg |
Signed-off-by: zirain <[email protected]>
we can still check the configuration and enable h2 when is a grpc backend. |
|
/retest |
| return nil, err | ||
| } | ||
|
|
||
| // EG currently support OTel tracing only, change protocol to GRPC. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, can we do the same for metrics and access logs as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update for accesslog.
Metrics is [done].(
| http2_protocol_options: {} |
| namespace: envoy-gateway-system | ||
| name: tracing/backend/-1 | ||
| protocol: TCP | ||
| protocol: GRPC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we also add a test case in xds lib as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| protocol: "GRPC" |
Signed-off-by: zirain <[email protected]>
arkodg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks
|
/retest |
fixes: #7690
Currently, EG support GRPC OpenTelemetry Tracer only, it should be better to change the default to GRPC.