Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultArguments = Arguments{ QuerySampleArguments: QuerySampleArguments{ CollectInterval: 15 * time.Second, DisableQueryRedaction: false, }, QueryTablesArguments: QueryTablesArguments{ CollectInterval: 1 * time.Minute, }, }
Functions ¶
This section is empty.
Types ¶
type Arguments ¶
type Arguments struct {
DataSourceName alloytypes.Secret `alloy:"data_source_name,attr"`
ForwardTo []loki.LogsReceiver `alloy:"forward_to,attr"`
Targets []discovery.Target `alloy:"targets,attr,optional"`
EnableCollectors []string `alloy:"enable_collectors,attr,optional"`
DisableCollectors []string `alloy:"disable_collectors,attr,optional"`
QuerySampleArguments QuerySampleArguments `alloy:"query_samples,block,optional"`
QueryTablesArguments QueryTablesArguments `alloy:"query_details,block,optional"`
}
func (*Arguments) SetToDefault ¶
func (a *Arguments) SetToDefault()
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
func (*Component) CurrentHealth ¶
type QuerySampleArguments ¶ added in v1.11.0
type QueryTablesArguments ¶ added in v1.11.0
Click to show internal directories.
Click to hide internal directories.