1. 28 1月, 2020 1 次提交
  2. 11 1月, 2020 1 次提交
  3. 09 1月, 2020 1 次提交
  4. 08 1月, 2020 1 次提交
  5. 07 1月, 2020 1 次提交
  6. 17 12月, 2019 1 次提交
  7. 28 11月, 2019 1 次提交
  8. 26 9月, 2019 2 次提交
  9. 18 9月, 2019 1 次提交
  10. 07 9月, 2019 1 次提交
  11. 05 9月, 2019 1 次提交
  12. 27 8月, 2019 2 次提交
  13. 23 8月, 2019 1 次提交
    • D
      62514 - update prometheus metrics docs · 7b917bf9
      David Wilkins 提交于
      - Strikeout for metrics that aren't reported anymore
      
      - added 👍 for all the metrics that appear to be still
        available
      
      - Added 🆕 for the new metrics.
      
      - Determine Release when the new metrics appeared
      
      - Add descriptions for the new metrics
      
      - remove the adornments 🆕 and 👍
      
      - removce the lines with strikeout
      7b917bf9
  14. 14 8月, 2019 1 次提交
  15. 19 7月, 2019 1 次提交
    • B
      Adjust redis cache metrics · 442f5991
      Ben Kochie 提交于
      * Remove `controller` and `action` labels from duration histogram.
      * Create a new simple counter for `controller` and `action`.
      * Adjust histogram buckets to observe smaller response times.
      442f5991
  16. 08 7月, 2019 1 次提交
  17. 04 7月, 2019 1 次提交
    • R
      Fix process start time · 04962880
      Ryan Cobb 提交于
      Previously we were recording process start time as seconds from boot.
      This makes it so we record as epoch time.
      04962880
  18. 03 7月, 2019 1 次提交
  19. 11 6月, 2019 1 次提交
  20. 30 5月, 2019 2 次提交
  21. 29 5月, 2019 1 次提交
    • J
      Add Puma sampler · a5adc6a0
      Jan Provaznik 提交于
      This sampler gathers Puma-specific metrics which can be used by
      Prometheus then.
      a5adc6a0
  22. 21 5月, 2019 1 次提交
    • R
      Adds ruby and unicorn instrumentation · 9eeedfcc
      Ryan Cobb 提交于
      This adds ruby and unicorn instrumentation. This was originally
      intended in 11.11 but due to performance concerns it was reverted. This
      new commit foregoes the sys-proctable gem was causing performance issues
      previously.
      9eeedfcc
  23. 20 5月, 2019 1 次提交
  24. 05 5月, 2019 1 次提交
  25. 02 5月, 2019 1 次提交
  26. 30 4月, 2019 1 次提交
  27. 25 4月, 2019 1 次提交
  28. 25 2月, 2019 1 次提交
  29. 20 2月, 2019 1 次提交
  30. 06 2月, 2019 1 次提交
    • B
      Update metrics docs · e1ea47bb
      Ben Kochie 提交于
      Update the list of GitLab metrics to include the missing metric names.
      e1ea47bb
  31. 08 11月, 2018 1 次提交
  32. 07 11月, 2018 1 次提交
  33. 10 10月, 2018 1 次提交
    • Z
      Remove Git circuit breaker · 30b4ce94
      Zeger-Jan van de Weg 提交于
      Was introduced in the time that GitLab still used NFS, which is not
      required anymore in most cases. By removing this, the API it calls will
      return empty responses. This interface has to be removed in the next
      major release, expected to be 12.0.
      30b4ce94
  34. 18 7月, 2018 1 次提交
  35. 04 7月, 2018 1 次提交
  36. 22 6月, 2018 1 次提交
    • B
      Cleanup ruby sampler metrics · 78a99915
      Ben Kochie 提交于
      * Use a simple counter for sampler duration instead of a histogram.
      * Use a counter to collect GC time.
      * Remove unused objects metric.
      * Cleanup metric names to match Prometheus conventions.
      * Prefix generic GC stats with `gc_stat`.
      * Include worker label on memory and file descriptor metrics.
      78a99915
  37. 21 5月, 2018 1 次提交