Welcome to mirror list, hosted at ThFree Co, Russian Federation.

metric.rb « health_checks « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1a2eab0b005fb3ff52d6bb61dbf561000d247875 (plain)
1
2
3
module Gitlab::HealthChecks
  Metric = Struct.new(:name, :value, :labels)
end