-
Notifications
You must be signed in to change notification settings - Fork 20
Split tracer inner segment sender and receiver into traits. #37
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
Codecov Report
@@ Coverage Diff @@
## master #37 +/- ##
==========================================
+ Coverage 38.08% 42.59% +4.51%
==========================================
Files 13 14 +1
Lines 323 385 +62
==========================================
+ Hits 123 164 +41
- Misses 200 221 +21
Help us with your feedback. Take ten seconds to tell us how you rate us. |
|
What is |
The |
|
OK, so, you want to propagate collected segments or tracing context, or both? |
Only segments. |
|
So, generally, you just want one process to report segments? Because this has better perf.? |
There is one manager process to report segments to skywalking server via grpc, and multi worker process to handle request, generate segments and transmit to manager process via ipc channel. |
So users can customize the channel inside the tracer, such as using ipc channel.