Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 2月 14, 2024
  2. 2月 13, 2024
  3. 2月 08, 2024
  4. 2月 07, 2024
  5. 2月 06, 2024
  6. 2月 03, 2024
  7. 2月 02, 2024
  8. 2月 01, 2024
  9. 1月 31, 2024
  10. 1月 29, 2024
  11. 1月 26, 2024
  12. 1月 23, 2024
  13. 1月 19, 2024
  14. 1月 08, 2024
  15. 1月 03, 2024
  16. 12月 25, 2023
  17. 12月 20, 2023
    • Jonas Larsen's avatar
      Change i_code_review_create_mr metric to total counts · 7fd2d70f
      Jonas Larsen 创作于
      Now that we support total counts with 7d and 28d time frames, we can
      stop using a distinct counter to implement the
      redis_hll_counters.code_review.i_code_review_create_mr_*
      metrics and instead count the number of i_code_review_user_create_mr
      events triggered.
      
      Changelog: changed
      7fd2d70f
  18. 12月 19, 2023
  19. 12月 15, 2023
  20. 12月 13, 2023
  21. 12月 12, 2023
    • Jonas Larsen's avatar
      Remove duplicated metric · 273b5331
      Jonas Larsen 创作于
      The same metric was defined in these two files
      20211126090835_p_analytics_ci_cd_deployment_frequency_monthly.yml
      20211126090002_p_analytics_ci_cd_deployment_frequency.yml
      273b5331
    • Jonas Larsen's avatar
      Make events root property prohibited in redis_event metrics · 56e7aaaf
      Jonas Larsen 创作于
      The root property `events` is used by metrics with the `data_source: internal_events`.
      Sometimes we forget to update the `data_source` when we migrate a metric from RedisHLL to InternalEvents.
      
      This change makes sure the spec will fail if we add a `events` root property and keep the `redis_hll` `data_source`.
      56e7aaaf
  22. 12月 09, 2023
  23. 12月 07, 2023
  24. 12月 04, 2023
  25. 12月 01, 2023
  26. 11月 30, 2023
加载中