Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

profilecli query local or remote blocks #3559

Open
aleks-p opened this issue Sep 13, 2024 · 0 comments
Open

profilecli query local or remote blocks #3559

aleks-p opened this issue Sep 13, 2024 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@aleks-p
Copy link
Contributor

aleks-p commented 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>

@aleks-p aleks-p added the good first issue Good for newcomers label Sep 13, 2024
@marcsanmi marcsanmi assigned marcsanmi and unassigned marcsanmi Sep 18, 2024
@alsoba13 alsoba13 self-assigned this Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants