Skip to content

Commit

Permalink
Merge pull request #40 from parca-dev/rename-cpu-profile
Browse files Browse the repository at this point in the history
pkg/agent: Rename profile series name to `parca_agent_cpu`
  • Loading branch information
brancz authored Sep 27, 2021
2 parents 603ac63 + 0005fb1 commit 72b5504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/agent/profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func (p *CgroupProfiler) Labels() []*profilestorepb.Label {
labels := append(p.target.Labels(),
&profilestorepb.Label{
Name: "__name__",
Value: "cpu",
Value: "parca_agent_cpu",
})
for key, value := range p.externalLabels {
labels = append(labels, &profilestorepb.Label{
Expand Down

0 comments on commit 72b5504

Please sign in to comment.