1. 09 8月, 2019 1 次提交
  2. 08 8月, 2019 1 次提交
  3. 07 8月, 2019 3 次提交
  4. 06 8月, 2019 3 次提交
  5. 05 8月, 2019 2 次提交
  6. 04 8月, 2019 1 次提交
  7. 03 8月, 2019 1 次提交
  8. 02 8月, 2019 1 次提交
  9. 01 8月, 2019 2 次提交
  10. 31 7月, 2019 1 次提交
    • A
      Added query logging for prometheus. Issue #1315 (#5794) · 5d401f1e
      Advait Bhatwadekar 提交于
      * 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: NAdvait Bhatwadekar <advait123@ymail.com>
      5d401f1e
  11. 30 7月, 2019 2 次提交
  12. 29 7月, 2019 3 次提交
  13. 28 7月, 2019 1 次提交
  14. 24 7月, 2019 3 次提交
  15. 23 7月, 2019 1 次提交
  16. 22 7月, 2019 1 次提交
  17. 20 7月, 2019 1 次提交
  18. 19 7月, 2019 2 次提交
  19. 18 7月, 2019 1 次提交
  20. 17 7月, 2019 1 次提交
  21. 16 7月, 2019 2 次提交
  22. 15 7月, 2019 3 次提交
  23. 11 7月, 2019 2 次提交
  24. 10 7月, 2019 1 次提交