-
Notifications
You must be signed in to change notification settings - Fork 134
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 |
I provided a macro that wraps long |
Looks good! I like the new macro :) Now that we have it, perhaps we could also implement my suggestion from the prior PR to expand That way we won't need the negative |
I'm glad new macro looks good. I looked at possibility of removal of negative feature flag:
so whether above is applied to main or not is controlled by |
Since we no longer need any dependencies for the "no otlp" case, the |
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.
The refactoring looks great! 👍
Added a couple minor comments.
TACK 4421d |
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.
TACK 4421d1f
I'm not sure why CI failed ... it suggests setting version for home crate:
I haven't introduced On the other hand at some point I regenerated Cargo.lock because I was not able to handle all merge conflict. That's when home version was bumped from 0.5.9 to 0.5.11 so I'll try doing:
|
Enabling tracing by usage of opentelemetry