Skip to content

Commit

Permalink
feat: query-backend read path (#3524)
Browse files Browse the repository at this point in the history
* add read path router scratches

* fix segment writer client sent bytes metric

* wire up querier methods

* implement frontend for backend

* remove unused fields

* init read path router

* register VSC metrics in idempotent way

* stack trace query format

* implement pprof query

* add unit tests for read path router

* Fix typo in file name
  • Loading branch information
kolesnikovae authored Sep 3, 2024
1 parent a718d43 commit e5ba001
Show file tree
Hide file tree
Showing 96 changed files with 6,102 additions and 2,409 deletions.
4 changes: 3 additions & 1 deletion .mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ packages:
github.com/grafana/pyroscope/api/gen/proto/go/metastore/v1:
interfaces:
MetastoreServiceClient:

github.com/grafana/pyroscope/api/gen/proto/go/querier/v1/querierv1connect:
interfaces:
QuerierServiceClient:
Loading

0 comments on commit e5ba001

Please sign in to comment.