We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mimirtool remote-read export fails
Steps to reproduce the behavior:
git clone https://github.com/grafana/mimir.git
mimir/docs/sources/mimir/get-started/play-with-grafana-mimir
docker compose up -d
docker run grafana/mimirtool remote-read export --address=https://host.docker.internal:9009/ --id="anonymous"
docker run grafana/mimirtool remote-read export --address=https://host.docker.internal:9009/ --id="anonymous" time="2024-10-18T10:05:13Z" level=info msg="Created remote read client using endpoint 'https://host.docker.internal:9009/prometheus/api/v1/read'" time="2024-10-18T10:05:13Z" level=info msg="Created TSDB in path '/tmp/mimirtool-tsdb1342615180'" time="2024-10-18T10:05:13Z" level=info msg="Querying time from=2024-10-18T09:05:13Z to=2024-10-18T10:05:13Z with selector=up" time="2024-10-18T10:05:13Z" level=info msg="Store TSDB blocks in '/tmp/mimirtool-tsdb1342615180'" mimirtool: error: process blocks: input: chunkedReader: message size exceeded the limit 0 bytes; got: 1763 bytes, try --help
Export works correctly
The text was updated successfully, but these errors were encountered:
multitenancy_enabled: false
Most likely the issue was introduced by that commit / PR
This is the first version I've reproduced the problem with: Docker
This is a backport of the PR above: commit
Sorry, something went wrong.
@krajorama Could you check if the PR mentioned by @pio-kol could have introduced this bug?
Do we have any update on the issue? Did you had a chance to reproduce it?
No branches or pull requests
Describe the bug
mimirtool remote-read export fails
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/grafana/mimir.git
mimir/docs/sources/mimir/get-started/play-with-grafana-mimir
docker compose up -d
docker run grafana/mimirtool remote-read export --address=https://host.docker.internal:9009/ --id="anonymous"
Expected behavior
Export works correctly
Environment
Additional Context
The text was updated successfully, but these errors were encountered: