-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
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.
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 ! |
fd9513b
to
72f5802
Compare
@@ -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") |
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.
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 👍
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.
LGTM
No description provided.