-
Notifications
You must be signed in to change notification settings - Fork 131
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
Enabling tracing by usage of opentelemetry #128
base: new-index
Are you sure you want to change the base?
Conversation
I'm working on solving those conflict files |
@shesek conflicts resolved, it's ready to be merged. |
@rem1-dev when testing locally we ran into some errors
which may be related to cardinality or size of the spans. Possible causes:
|
@philippem how can I reproduce this locally? |
@shesek what do you think about adding a new macro to reduce the amount of copy-paste? will require new module |
@philippem: I think that wrapper macro actually requires too much code restructuring:
instead of:
it would require defining procedural macro. But that would require separate crate and I'll have to change code structure from:
to:
|
Enabling tracing by usage of opentelemetry