struct GlusterMetricsExporter::Config

Included Modules

Defined in:

config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new #

[View source]

Instance Method Detail

def all_metrics : Array(String) #

[View source]
def all_metrics=(all_metrics : Array(String)) #

[View source]
def disable_all_metrics=(disable_all_metrics : Bool) #

[View source]
def disable_all_metrics? : Bool #

[View source]
def disable_volumes_all=(disable_volumes_all : Bool) #

[View source]
def disable_volumes_all? : Bool #

[View source]
def disabled_metrics : Array(String) #

[View source]
def disabled_metrics=(disabled_metrics : Array(String)) #

[View source]
def disabled_volumes : Array(String) #

[View source]
def disabled_volumes=(disabled_volumes : Array(String)) #

[View source]
def enabled?(name) #

[View source]
def enabled_metrics : Array(String) #

[View source]
def enabled_metrics=(enabled_metrics : Array(String)) #

[View source]
def enabled_volumes : Array(String) #

[View source]
def enabled_volumes=(enabled_volumes : Array(String)) #

[View source]
def gluster_cli_socket_path : String #

[View source]
def gluster_cli_socket_path=(gluster_cli_socket_path : String) #

[View source]
def gluster_executable_path : String #

[View source]
def gluster_executable_path=(gluster_executable_path : String) #

[View source]
def gluster_host : String #

[View source]
def gluster_host=(gluster_host : String) #

[View source]
def gluster_log_dir : String #

[View source]
def gluster_log_dir=(gluster_log_dir : String) #

[View source]
def glusterd_dir : String #

[View source]
def glusterd_dir=(glusterd_dir : String) #

[View source]
def log_dir : String #

[View source]
def log_dir=(log_dir : String) #

[View source]
def log_file : String #

[View source]
def log_file=(log_file : String) #

[View source]
def log_level : String #

[View source]
def log_level=(log_level : String) #

[View source]
def metrics_path : String #

[View source]
def metrics_path=(metrics_path : String) #

[View source]
def port : Int32 #

[View source]
def port=(port : Int32) #

[View source]
def verbose=(verbose : Bool) #

[View source]
def verbose? : Bool #

[View source]