-
Notifications
You must be signed in to change notification settings - Fork 18
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
initial commit of skywalking-rust with full-tracing features. #5
Conversation
@wu-sheng PTAL |
Whoo, you have finished this. |
BTW, we should add our own WDYT? |
How is |
We could start with adding a local tag? And tag/log and other types of span. |
This is a suggestion, we could do that in another PR later. |
Ah ok. What you said is like this? |
Oh, I mean this https://doc.rust-lang.org/reference/procedural-macros.html. Something like #[span(xxx)]
pub fn one_function(....) -> .... {
....
} |
Got it. SG and worth doing to add this feature. |
CI fails. |
You seems forgot to add e2e into GHA control file. |
I'm debugging e2e CI in my local repository. I will send another PR if it is ready. |
No description provided.