This project is mirrored from https://gitlab.com/gitlab-org/build/omnibus-mirror/prometheus.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Feb 01, 2024
-
-
dependabot[bot] authored
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 4.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8...13aacd865c20de90d75de3b17ebe84f7a17d57d2 ) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Faustas Butkus authored
Add histogram_avg function --------- Signed-off-by:
Faustas Butkus <faustas.butkus@gmail.com> Signed-off-by:
Björn Rabenstein <github@rabenste.in> Co-authored-by:
Björn Rabenstein <github@rabenste.in>
-
Alan Protasio authored
* Reusing points slice from previous series when the slice is under utilized * Adding comments on the bench test Signed-off-by:
Alan Protasio <alanprot@gmail.com>
-
Mikhail Fesenko authored
Signed-off-by:
Mikhail Fesenko <proggga@gmail.com> Signed-off-by:
Jesus Vazquez <jesusvzpg@gmail.com>
-
Ayoub Mrini authored
* fix(discovery/kubernetes/endpoints): react to changes on Pods because some modifications can occur on them without triggering an update on the related Endpoints (The Pod phase changing from Pending to Running e.g.). --------- Signed-off-by:
machine424 <ayoubmrini424@gmail.com> Co-authored-by:
Guillermo Sanchez Gavier <gsanchez@newrelic.com>
-
- Jan 31, 2024
-
-
Bryan Boreham authored
storage/remote: document why two benchmarks are skipped
-
- Jan 30, 2024
-
-
Bryan Boreham authored
One was silently doing nothing; one was doing something but the work didn't go up linearly with iteration count. Signed-off-by:
Bryan Boreham <bjboreham@gmail.com>
-
gotjosh authored
Evaluate independent rules concurrently
-
Bryan Boreham authored
tsdb: use cheaper Mutex on series
-
- Jan 29, 2024
-
-
Marco Pracucci authored
This PR is a reference implementation of the proposal described in #10420. In addition to what described in #10420, in this PR I've introduced labels.StableHash(). The idea is to offer an hashing function which doesn't change over time, and that's used by query sharding in order to get a stable behaviour over time. The implementation of labels.StableHash() is the hashing function used by Prometheus before stringlabels, and what's used by Grafana Mimir for query sharding (because built before stringlabels was a thing). Follow up work As mentioned in #10420, if this PR is accepted I'm also open to upload another foundamental piece used by Grafana Mimir query sharding to accelerate the query execution: an optional, configurable and fast in-memory cache for the series hashes. Signed-off-by:
Marco Pracucci <marco@pracucci.com>
-
Leegin authored
Converted maps into labels.Labels to avoid a lot of copying of data which leads to very high memory consumption while opening the /service-discovery endpoint in the Prometheus UI Signed-off-by:
Leegin <114397475+Leegin-darknight@users.noreply.github.com>
-
Leegin authored
Converted maps into labels.Labels to avoid a lot of copying of data which leads to very high memory consumption while opening the /service-discovery endpoint in the Prometheus UI Signed-off-by:
Leegin <114397475+Leegin-darknight@users.noreply.github.com>
-
Marco Pracucci authored
Signed-off-by:
Marco Pracucci <marco@pracucci.com>
-
Marco Pracucci authored
Signed-off-by:
Marco Pracucci <marco@pracucci.com>
-
Marco Pracucci authored
Signed-off-by:
Marco Pracucci <marco@pracucci.com>
-
Marco Pracucci authored
Signed-off-by:
Marco Pracucci <marco@pracucci.com>
-
Marco Pracucci authored
Signed-off-by:
Marco Pracucci <marco@pracucci.com>
-
Marco Pracucci authored
Signed-off-by:
Marco Pracucci <marco@pracucci.com>
-
Marco Pracucci authored
Signed-off-by:
Marco Pracucci <marco@pracucci.com>
-
Marco Pracucci authored
Signed-off-by:
Marco Pracucci <marco@pracucci.com>
-
Marco Pracucci authored
Signed-off-by:
Marco Pracucci <marco@pracucci.com>
-
Danny Kopping authored
Updated & added tests Review feedback nits Return empty map if not indeterminate Use highWatermark to track inflight requests counter Appease the linter Clarify feature flag Signed-off-by:
Danny Kopping <danny.kopping@grafana.com>
-
Danny Kopping authored
Signed-off-by:
Danny Kopping <danny.kopping@grafana.com>
-
Danny Kopping authored
Signed-off-by:
Danny Kopping <danny.kopping@grafana.com>
-
Danny Kopping authored
Signed-off-by:
Danny Kopping <danny.kopping@grafana.com>
-
Danny Kopping authored
Signed-off-by:
Danny Kopping <danny.kopping@grafana.com>
-
Danny Kopping authored
Signed-off-by:
Danny Kopping <danny.kopping@grafana.com>
-
Danny Kopping authored
Signed-off-by:
Danny Kopping <danny.kopping@grafana.com>
-
Danny Kopping authored
NOTE: Rebased from main after refactor in #13014 Signed-off-by:
Danny Kopping <danny.kopping@grafana.com>
-
- Jan 27, 2024
-
-
Björn Rabenstein authored
Merge release-2.50 branch back into main
-
- Jan 26, 2024
-
-
Björn Rabenstein authored
Fix last_over_time for native histograms
-
Bartlomiej Plotka authored
Name @beorn7 and @krajorama as maintainers for native histograms
-
Julien Pivotto authored
Change metric label for Puppet SD from 'http' to 'puppetdb'
-
Filip Petkovski authored
The last_over_time retains a histogram sample without making a copy. This sample is now coming from the buffered iterator used for windowing functions, and can be reused for reading subsequent samples as the iterator progresses. I would propose copying the sample in the last_over_time function, similar to how it is done for rate, sum_over_time and others. Signed-off-by:
Filip Petkovski <filip.petkovsky@gmail.com>
-
Goutham Veeramachaneni authored
otlptranslator/update-copy.sh: Fix sed command lines
-
Bryan Boreham authored
Mutex is 8 bytes; RWMutex is 24 bytes and much more complicated. Since `RLock` is only used in two places, `UpdateMetadata` and `Delete`, neither of which are hotspots, we should use the cheaper one. Signed-off-by:
Bryan Boreham <bjboreham@gmail.com>
-
Yury Molodov authored
Signed-off-by:
Yury Moladau <yurymolodov@gmail.com>
-
- Jan 25, 2024
-
-
Björn Rabenstein authored
scrape: Prometheus server support exemplar in native histogram
-
beorn7 authored
I have been the de-facto maintainer for native histograms from the beginning. So let's put this into MAINTAINERS.md. In addition, I hereby proposose George Krajcsovits AKA Krajo as a co-maintainer. He has contributed a lot of native histogram code, but more importantly, he has contributed substantially to reviewing other contributors' native histogram code, up to a point where I was merely rubberstamping the PRs he had already reviewed. I'm confident that he is ready to to be granted commit rights as outlined in the "Maintainers" section of the governance: https://prometheus.io/governance/#maintainers According to the same section of the governance, I will announce the proposed change on the developers mailing list and will give some time for lazy consensus before merging this PR. Signed-off-by:
beorn7 <beorn@grafana.com>
-
Arve Knudsen authored
Signed-off-by:
Arve Knudsen <arve.knudsen@gmail.com>
-