Open
Description
openedon Sep 13, 2024
The profilecli query
commands issue a query towards a Pyrosope server (a query frontend).
It would be nice to have a similar command that works on one or more local or remote (object storage) blocks. This would help in cases where we observe issues in the read path that are related to the data and we can't easily reproduce them.
Example usage
profilecli query block series --local-path <path-to-a-local-dir-containing-blocks>
profilecli query block merge --local-path <path-to-a-local-dir-containing-blocks>
profilecli query block series --bucket-name dev-us-central-0-profiles-dev-001-data --block-ids <one-or-more-block-ids>
profilecli query block merge --bucket-name dev-us-central-0-profiles-dev-001-data --block-ids <one-or-more-block-ids>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment