feat(metrics): Attribute integration-emitted metrics - #3071
Merged
sl0thentr0py merged 5 commits intoSep 3, 2026
Conversation
Co-Authored-By: Johannes Daxboeck <johannes.daxboeck@sentry.io>
Member
|
The canonical way is to add the metrics methods with an attribute passthrough in I can just take this over if you don't mind. |
Member
|
sdk.name and sdk.version should only be filled in scope.apply_to_telemetry, don't fill them in in |
Member
|
|
sl0thentr0py
requested changes
Sep 3, 2026
sl0thentr0py
approved these changes
Sep 3, 2026
sl0thentr0py
marked this pull request as ready for review
September 3, 2026 13:17
sl0thentr0py
deleted the
feat/ruby-210-metric-integration-attribution
branch
September 3, 2026 13:31
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allow registered integrations to identify metrics emitted through the shared metrics API. Integration metadata now reaches metric attributes and envelope headers, with mixed batches partitioned by SDK identity so manual metrics remain attributed to
sentry.ruby.Wire the Yabeda adapter as the first consumer so its metrics are reported as
sentry.ruby.yabeda.Linear: https://linear.app/getsentry/issue/RUBY-210/attribute-auto-emitted-metrics-to-integrations
Requested by johdax.