Skip to content

Commit

Permalink
chore(v2): metastore API refactoring (#3679)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolesnikovae authored Nov 15, 2024
1 parent 51b77e8 commit 7ca3dcf
Show file tree
Hide file tree
Showing 132 changed files with 9,407 additions and 7,607 deletions.
15 changes: 10 additions & 5 deletions .mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,22 @@ packages:
Bucket:
github.com/grafana/pyroscope/api/gen/proto/go/metastore/v1:
interfaces:
MetastoreServiceClient:
MetastoreServiceServer:
IndexServiceClient:
IndexServiceServer:
CompactionServiceClient:
CompactionServiceServer:
MetadataQueryServiceClient:
MetadataQueryServiceServer:
TenantServiceClient:
TenantServiceServer:
RaftNodeServiceClient:
RaftNodeServiceServer:
github.com/grafana/pyroscope/api/gen/proto/go/querier/v1/querierv1connect:
interfaces:
QuerierServiceClient:
github.com/grafana/pyroscope/pkg/frontend:
interfaces:
Limits:
github.com/grafana/pyroscope/api/gen/proto/go/compactor/v1:
interfaces:
CompactionPlannerServer:
github.com/grafana/pyroscope/pkg/experiment/metastore/discovery:
interfaces:
Discovery:
Expand Down
147 changes: 0 additions & 147 deletions api/gen/proto/go/compactor/v1/compactorv1connect/compactor.connect.go

This file was deleted.

Loading

0 comments on commit 7ca3dcf

Please sign in to comment.