Skip to content
Snippets Groups Projects
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 .
  1. Mar 13, 2025
  2. Mar 12, 2025
  3. Mar 11, 2025
  4. Mar 10, 2025
  5. Mar 08, 2025
    • Bryan Boreham's avatar
      [BUGFIX] Scraping: bump cache iteration after error (#16174) · e32d89af
      Bryan Boreham authored
      
      We use the cache iteration number to detect when the same metric has
      occurred twice in a scrape. We need to bump this number at the end of
      every scrape, not just successful scrapes.
      
      The `iter` number is also used:
      * After a successful scrape, to delete older metrics and metadata.
      * To detect when metadata changed in this scrape.
      
      None of those additional cases is broken by incrementing the number
      on error.
      
      Signed-off-by: default avatarBryan Boreham <bjboreham@gmail.com>
      e32d89af
  6. Mar 07, 2025