Pyroscope: Send start/end with profile types query (#77523)

This commit is contained in:
Bryan Huhta
2024-01-04 16:35:47 +01:00
committed by GitHub
parent e93c150406
commit e64cb8541f
9 changed files with 65 additions and 17 deletions
@@ -275,7 +275,7 @@ type FakeClient struct {
Args []any
}
func (f *FakeClient) ProfileTypes(ctx context.Context) ([]*ProfileType, error) {
func (f *FakeClient) ProfileTypes(ctx context.Context, start int64, end int64) ([]*ProfileType, error) {
return []*ProfileType{
{
ID: "type:1",