-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
support chunked Prometheus Remote Read #18528
Labels
Comments
jacobmarble
added a commit
that referenced
this issue
Jun 26, 2020
Helps #18528 This change bumps a couple of dependencies to prepare for something like #17814 which updates many dependencies at once. Turns out that change is based on an old commit, so several things have already been updated. After this, we should do a separate commit to update prometheus per #18528
jacobmarble
added a commit
that referenced
this issue
Jun 26, 2020
Helps #18528 This change bumps a couple of dependencies to prepare for something like #17814 which updates many dependencies at once. Turns out that change is based on an old commit, so several things have already been updated. After this, we should do a separate commit to update prometheus per #18528
jacobmarble
added a commit
that referenced
this issue
Jun 29, 2020
Helps #18528 This change bumps a couple of dependencies to prepare for something like #17814 which updates many dependencies at once. Turns out that change is based on an old commit, so several things have already been updated. After this, we should do a separate commit to update prometheus per #18528
jacobmarble
added a commit
that referenced
this issue
Jun 29, 2020
Helps #18528 This change bumps a couple of dependencies to prepare for something like #17814 which updates many dependencies at once. Turns out that change is based on an old commit, so several things have already been updated. After this, we should do a separate commit to update prometheus per #18528
jacobmarble
added a commit
that referenced
this issue
Jul 6, 2020
Helps #18528 This change bumps a couple of dependencies to prepare for something like #17814 which updates many dependencies at once. Turns out that change is based on an old commit, so several things have already been updated. After this, we should do a separate commit to update prometheus per #18528
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prometheus community has implemented streamed style Prometheus remote read API which introduced significant impromvent in terms of memory footprints and performance.
So influxdb 1.x may also take advantage of this enhancement, and it also keeps compatibility.
References:
The text was updated successfully, but these errors were encountered: