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. Aug 07, 2019
  2. Aug 06, 2019
  3. Aug 05, 2019
  4. Aug 04, 2019
  5. Aug 03, 2019
  6. Aug 02, 2019
  7. Aug 01, 2019
  8. Jul 31, 2019
    • Advait Bhatwadekar's avatar
      Added query logging for prometheus. Issue #1315 (#5794) · 5d401f1e
      Advait Bhatwadekar authored
      
      * Added query logging for prometheus.
      Options added:
      1) active.queries.filepath: Filename where queries will be recorded
      2) active.queries.filesize: Size of the file where queries will be recorded.
      
      Functionality added:
      All active queries are now logged in a file. If prometheus crashes unexpectedly, these queries are also printed out on stdout in the rerun.
      
      Queries are written concurrently to an mmaped file, and removed once they are done. Their positions in the file are reused. They are written in json format. However, due to dynamic nature of application, the json has an extra comma after the last query, and is missing an ending ']'. There may also null bytes in the tail of file.
      
      Signed-off-by: default avatarAdvait Bhatwadekar <advait123@ymail.com>
      5d401f1e
  9. Jul 29, 2019
  10. Jul 27, 2019
  11. Jul 24, 2019
  12. Jul 23, 2019
  13. Jul 22, 2019
  14. Jul 20, 2019
  15. Jul 19, 2019
  16. Jul 18, 2019
  17. Jul 17, 2019
  18. Jul 15, 2019
  19. Jul 11, 2019
  20. Jul 10, 2019