Skip to content

Conversation

Frapschen
Copy link
Contributor

Description

fix: #36805

@Frapschen Frapschen requested a review from a team as a code owner April 3, 2025 09:47
@Frapschen Frapschen requested a review from MovieStoreGuy April 3, 2025 09:47
@github-actions github-actions bot requested a review from portertech April 3, 2025 09:47
@MovieStoreGuy MovieStoreGuy changed the title [connector/spanmetricsconnector] add separate additional dmensions for calls and duration metrics [connector/spanmetricsconnector] add separate additional dimensions for calls and duration metrics Apr 8, 2025
@Frapschen
Copy link
Contributor Author

@portertech Hi please review

Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@Frapschen
Copy link
Contributor Author

wait PR #39664


rscAndEventAttrs.EnsureCapacity(resourceAttr.Len() + event.Attributes().Len())
resourceAttr.CopyTo(rscAndEventAttrs)
// We cannot use CopyTo because it overrides the existing keys.
Copy link
Contributor

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)

Copy link
Contributor Author

@Frapschen Frapschen Apr 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.