You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to envoy-users
Hello everyone..
I have been trying to find any clues about how to configure tracing for TCP proxies. The "Tracing" page seems to talk only about configuring tracing for the "HTTP connection manager".
Doesn't tracing work with TCP proxies?
Hobby Tan
unread,
May 6, 2020, 2:11:17 AM5/6/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to envoy-users
The thing you need to consider is where to put the tracing context info.
In http or grpc, these info can be put on http header or grpc metadata. but in TCP, where can this info be stored?