Skip to content
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

[PROF-9929] Export profiles as native family #13

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

nsavoire
Copy link
Collaborator

No description provided.

Gandem
Gandem previously approved these changes Jun 12, 2024
Copy link
Member

@Gandem Gandem left a comment

Choose a reason for hiding this comment

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

LGTM 👍 Curious whether we'd want to override the runtime tag as well in

tags = append(tags, "runtime:go")
?

@nsavoire
Copy link
Collaborator Author

LGTM 👍 Curious whether we'd want to override the runtime tag as well in

tags = append(tags, "runtime:go")

?

You're right, I will update it !

@nsavoire nsavoire requested a review from Gandem June 12, 2024 09:16
@nsavoire nsavoire changed the title Export profiles as native family [PROF-9929] Export profiles as native family Jun 12, 2024
@@ -323,7 +323,7 @@ func (r *DatadogReporter) reportProfile(ctx context.Context) error {
}

tags := strings.Split(config.ValidatedTags(), ";")
tags = append(tags, "runtime:go")
tags = append(tags, "runtime:native")
Copy link
Collaborator

Choose a reason for hiding this comment

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

We might want to change the actual runtime at one point if we want to make special rules to avoid having a service view.
Though I am fine with this 👍

Copy link
Collaborator

@r1viollet r1viollet left a comment

Choose a reason for hiding this comment

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

LGTM

@nsavoire nsavoire merged commit 8171585 into main Jun 12, 2024
5 checks passed
@nsavoire nsavoire deleted the nsavoire/export_as_native branch June 12, 2024 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants