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 `river:"forward_to,attr"`
// The relabelling rules to apply to each metric before it's forwarded.
MetricRelabelConfigs []*flow_relabel.Config `river:"rule,block,optional"`
}
Arguments holds values which are used to configure the prometheus.relabel component.
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
Component implements the prometheus.relabel component.
func New ¶
func New(o component.Options, args Arguments) (*Component, error)
New creates a new prometheus.relabel component.
Click to show internal directories.
Click to hide internal directories.