Documentation ¶
Index ¶
Constants ¶
View Source
const (
// TypeStr for noop receiver.
TypeStr = "noop"
)
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
func NewFactory() component.ReceiverFactory
NewFactory creates noop receiver factory.
Types ¶
type Config ¶
type Config struct {
configmodels.Receiver `mapstructure:",squash"` // squash ensures fields are correctly decoded in embedded struct.
}
Config defines configuration for noop receiver.
Click to show internal directories.
Click to hide internal directories.