-
Notifications
You must be signed in to change notification settings - Fork 3.1k
[connector/spanmetricsconnector] add separate additional dimensions for calls and duration metrics #39134
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
Conversation
@portertech Hi please review |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
wait PR #39664 |
|
||
rscAndEventAttrs.EnsureCapacity(resourceAttr.Len() + event.Attributes().Len()) | ||
resourceAttr.CopyTo(rscAndEventAttrs) | ||
// We cannot use CopyTo because it overrides the existing keys. |
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.
I think we should keep this comment because what cannot be done is to do event.Attributes().CopyTo(rscAdnEventAttrs)
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.
Description
fix: #36805