struct GlusterMetricsExporter::Config
- GlusterMetricsExporter::Config
- Struct
- Value
- Object
Included Modules
- YAML::Serializable
Defined in:
config.crConstructors
Instance Method Summary
- #all_metrics : Array(String)
- #all_metrics=(all_metrics : Array(String))
- #disable_all_metrics=(disable_all_metrics : Bool)
- #disable_all_metrics? : Bool
- #disable_volumes_all=(disable_volumes_all : Bool)
- #disable_volumes_all? : Bool
- #disabled_metrics : Array(String)
- #disabled_metrics=(disabled_metrics : Array(String))
- #disabled_volumes : Array(String)
- #disabled_volumes=(disabled_volumes : Array(String))
- #enabled?(name)
- #enabled_metrics : Array(String)
- #enabled_metrics=(enabled_metrics : Array(String))
- #enabled_volumes : Array(String)
- #enabled_volumes=(enabled_volumes : Array(String))
- #gluster_cli_socket_path : String
- #gluster_cli_socket_path=(gluster_cli_socket_path : String)
- #gluster_executable_path : String
- #gluster_executable_path=(gluster_executable_path : String)
- #gluster_host : String
- #gluster_host=(gluster_host : String)
- #gluster_log_dir : String
- #gluster_log_dir=(gluster_log_dir : String)
- #glusterd_dir : String
- #glusterd_dir=(glusterd_dir : String)
- #log_dir : String
- #log_dir=(log_dir : String)
- #log_file : String
- #log_file=(log_file : String)
- #log_level : String
- #log_level=(log_level : String)
- #metrics_path : String
- #metrics_path=(metrics_path : String)
- #port : Int32
- #port=(port : Int32)
- #verbose=(verbose : Bool)
- #verbose? : Bool