Documentation ¶
Overview ¶
Package prometheus provides an otelcol.receiver.prometheus component.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Arguments ¶
type Arguments struct { // Output configures where to send received data. Required. Output *otelcol.ConsumerArguments `river:"output,block"` }
Arguments configures the otelcol.receiver.prometheus component.
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
Component is the otelcol.receiver.prometheus component.
type Exports ¶
type Exports struct {
Receiver storage.Appendable `river:"receiver,attr"`
}
Exports are the set of fields exposed by the otelcol.receiver.prometheus component.
Directories ¶
Path | Synopsis |
---|---|
Package internal is a near copy of https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.87.0/receiver/prometheusreceiver/internal A copy was made because the upstream package is internal.
|
Package internal is a near copy of https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.87.0/receiver/prometheusreceiver/internal A copy was made because the upstream package is internal. |
Click to show internal directories.
Click to hide internal directories.