5 lines
109 B
Ruby
5 lines
109 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Gitlab::HealthChecks
|
|
Metric = Struct.new(:name, :value, :labels)
|
|
end
|