Class: Gitlab::Database::HealthStatus::Signals::Unknown

Inherits:
Base
  • Object
show all
Defined in:
lib/gitlab/database/health_status/signals.rb

Overview

When given an Signals::Unknown, something unexpected happened while we evaluated system indicators.

Instance Attribute Summary

Attributes inherited from Base

#indicator_class, #reason

Instance Method Summary collapse

Methods inherited from Base

#initialize, #short_name, #stop?, #to_s

Constructor Details

This class inherits a constructor from Gitlab::Database::HealthStatus::Signals::Base

Instance Method Details

#log_info?Boolean

Returns:

  • (Boolean)


52
53
54
# File 'lib/gitlab/database/health_status/signals.rb', line 52

def log_info?
  true
end