Pyroscope: Send start/end with profile types query (#77523)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user