# frozen_string_literal: true require 'gitlab/utils/system' module Gitlab module Metrics module System extend Gitlab::Utils::System end end end