Documentation ¶
Index ¶
Constants ¶
View Source
const Type = "loki"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { URL string `yaml:"url,omitempty" validate:"required"` ContentType string `yaml:"contentType,omitempty" default:"json" validate:"oneof=json protobuf"` TenantId string `yaml:"tenantId,omitempty"` Timeout time.Duration `yaml:"timeout,omitempty" default:"30s"` EntryLine string `yaml:"entryLine,omitempty"` Headers map[string]string `yaml:"header,omitempty"` InsecureSkipVerify bool `yaml:"insecureSkipVerify" default:"false"` }
Click to show internal directories.
Click to hide internal directories.