-
Notifications
You must be signed in to change notification settings - Fork 112
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
move attribute smodule to api #618
Conversation
194d2a7
to
d0d52dd
Compare
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #618 +/- ##
=======================================
Coverage 72.49% 72.49%
=======================================
Files 61 61
Lines 1923 1923
=======================================
Hits 1394 1394
Misses 529 529
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
What's prompting the move? |
@bryannaegele it was in the wrong place. Not sure why it was ever in the SDK. But motivating it to happen now is the desire to support |
At the moment attributes are stored (in spans and metrics ets tables) as provided by the user, should we cast them to attributes record before saving them? |
@albertored not sure what you mean. In the ets table the attributes are the record. |
@tsloughter my bad, span ETS table contains indeed attributes as records but the same is not true for metrics, there attributes are stored as raw maps. I think we should do the same for metrics (storing the record), I can open a PR for that if you think is right |
No description provided.