Skip to content

Commit

Permalink
chore: decompose metastore API
Browse files Browse the repository at this point in the history
  • Loading branch information
kolesnikovae committed Nov 13, 2024
1 parent 04186d8 commit 346e8c0
Show file tree
Hide file tree
Showing 126 changed files with 9,148 additions and 7,147 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 346e8c0

Please sign in to comment.