struct Loki::Client::Config
- Loki::Client::Config
- Struct
- Value
- Object
Defined in:
config.crConstructors
Class Method Summary
Instance Method Summary
- #address : String
- #auth_header : String | Nil
- #bearer_token : String | Nil
- #bearer_token_file : String | Nil
- #ca_cert : Path | Nil
- #client_cert : Path | Nil
- #key_path : Path | Nil
- #org_id : String | Nil
- #password : String | Nil
- #proxy : Loki::ProxyConfig | Nil
- #query_tags : String | Nil
- #req_headers
- #tls_context : HTTP::Client::TLSContext | Nil
- #tls_skip_verify? : Bool
- #username : String | Nil
Constructor Detail
def self.new(address : String, username : Nil | String = nil, password : Nil | String = nil, ca_cert : Path | Nil = nil, tls_skip_verify : Bool = false, client_cert : Path | Nil = nil, key_path : Path | Nil = nil, org_id : Nil | String = nil, query_tags : Nil | String = nil, bearer_token : Nil | String = nil, bearer_token_file : Nil | String = nil, auth_header : Nil | String = nil, proxy : Loki::ProxyConfig | Nil = nil)
#