struct

Loki::Client::Config

Inherits Struct < Value < Object

Constructors

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)
Source

Class methods

from_env
Source

Instance methods

address
Source
auth_header
Source
bearer_token
Source
bearer_token_file
Source
ca_cert
Source
client_cert
Source
key_path
Source
org_id
Source
password
Source
proxy
Source
query_tags
Source
req_headers
Source
tls_context
Source
tls_skip_verify?
Source
username
Source