Skip to content

Commit

Permalink
Merge pull request opensearch-project#18 from parca-dev/name-kind
Browse files Browse the repository at this point in the history
Only set the profile name to the kind
  • Loading branch information
brancz authored Aug 23, 2021
2 parents eba6a9b + c0e1e45 commit eabffbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func (p *CgroupProfiler) Stop() {
func (p *CgroupProfiler) Labels() []*profilestorepb.Label {
return append(p.target.Labels(), &profilestorepb.Label{
Name: "__name__",
Value: "cpu_samples",
Value: "cpu",
})
}

Expand Down

0 comments on commit eabffbd

Please sign in to comment.