-
Notifications
You must be signed in to change notification settings - Fork 133
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 |
Enabling tracing by usage of opentelemetry