1. 02 May, 2021 1 commit
    • Stan Hu's avatar
      Add CI runner counts to usage ping · 366d29f8
      Stan Hu authored
      This commit adds a number of new metrics:
      
      * ci_runners_active: The number of active runners
      * ci_runners_instance_type_active: The number of active instance runners
      * ci_runners_group_type_active: The number of active group runners
      * ci_runners_project_type_active: The number of active project runners
      * ci_runners_instance_type_active_online: The number of active and
        online instance runners
      * ci_runners_group_type_active_online: The number of active and online
        group runners
      * ci_runners_project_type_active_online: The number of active and online
        project runners
      
      Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/27141
      
      Changelog: added
      366d29f8
  2. 30 Apr, 2021 39 commits