summaryrefslogtreecommitdiff
path: root/lib/gitlab/health_checks/metric.rb
blob: 184083de2bc0e7f05edc901d9bbcb4c421139b39 (plain)
1
2
3
4
5
# frozen_string_literal: true

module Gitlab::HealthChecks
  Metric = Struct.new(:name, :value, :labels)
end