GlusterMetricsExporter::Config
Inherits YAML::Serializable / Struct / Value / Object
Constructors
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Sourcenew
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
all_metrics
Sourceall_metrics=(all_metrics : Array(String))
Sourcedisable_all_metrics=(disable_all_metrics : Bool)
Sourcedisable_all_metrics?
Sourcedisable_volumes_all=(disable_volumes_all : Bool)
Sourcedisable_volumes_all?
Sourcedisabled_metrics
Sourcedisabled_metrics=(disabled_metrics : Array(String))
Sourcedisabled_volumes
Sourcedisabled_volumes=(disabled_volumes : Array(String))
Sourceenabled?(name)
Sourceenabled_metrics
Sourceenabled_metrics=(enabled_metrics : Array(String))
Sourceenabled_volumes
Sourceenabled_volumes=(enabled_volumes : Array(String))
Sourcegluster_cli_socket_path
Sourcegluster_cli_socket_path=(gluster_cli_socket_path : String)
Sourcegluster_executable_path
Sourcegluster_executable_path=(gluster_executable_path : String)
Sourcegluster_host
Sourcegluster_host=(gluster_host : String)
Sourcegluster_log_dir
Sourcegluster_log_dir=(gluster_log_dir : String)
Sourceglusterd_dir
Sourceglusterd_dir=(glusterd_dir : String)
Sourcehost_binding
Sourcehost_binding=(host_binding : String)
Sourcelog_dir
Sourcelog_dir=(log_dir : String)
Sourcelog_file
Sourcelog_file=(log_file : String)
Sourcelog_level
Sourcelog_level=(log_level : String)
Sourcemetrics_path
Sourcemetrics_path=(metrics_path : String)
Sourceport
Sourceport=(port : Int32)
Sourceverbose=(verbose : Bool)
Sourceverbose?
Source