Skip to content

Commit

Permalink
fix pgo export
Browse files Browse the repository at this point in the history
  • Loading branch information
mazrean committed Aug 9, 2024
1 parent 4e1c4a3 commit 56a15b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiler/pyroscope.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func DownloadPGO(ctx context.Context, b *benchmark.Benchmark) {
)...,
)

res, err := client.SelectMergeSpanProfile(ctx, connect.NewRequest(&querierv1.SelectMergeSpanProfileRequest{
res, err := client.SelectMergeProfile(ctx, connect.NewRequest(&querierv1.SelectMergeProfileRequest{
ProfileTypeID: profileType,
Start: b.Start.UnixMilli(),
End: b.End.UnixMilli(),
Expand Down

0 comments on commit 56a15b2

Please sign in to comment.