Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Arguments ¶
type Arguments struct {
// Where the relabelled metrics should be forwarded to.
ForwardTo []storage.Appendable `alloy:"forward_to,attr"`
// The relabelling rules to apply to each metric before it's forwarded.
MetricRelabelConfigs []*alloy_relabel.Config `alloy:"rule,block,optional"`
// Cache size to use for LRU cache.
CacheSize int `alloy:"max_cache_size,attr,optional"`
}
Arguments holds values which are used to configure the prometheus.relabel component.
func (*Arguments) SetToDefault ¶
func (arg *Arguments) SetToDefault()
SetToDefault implements syntax.Defaulter.
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
Component implements the prometheus.relabel component.
type Exports ¶
type Exports struct {
Receiver storage.Appendable `alloy:"receiver,attr"`
Rules alloy_relabel.Rules `alloy:"rules,attr"`
}
Exports holds values which are exported by the prometheus.relabel component.
Click to show internal directories.
Click to hide internal directories.