Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProtocolServerSettings ¶
type ProtocolServerSettings struct { // Endpoint configures the endpoint in the format 'address:port' for the receiver. // The default value is set by the receiver populating the struct. Endpoint string `mapstructure:"endpoint"` // Configures the protocol to use TLS. // The default value is nil, which will cause the protocol to not use TLS. TLSSettings *configtls.TLSServerSetting `mapstructure:"tls_settings, omitempty"` }
ProtocolServerSettings defines common settings for a single-protocol server configuration. Specific receivers or exporters can embed this struct and extend it with more fields if needed.
Click to show internal directories.
Click to hide internal directories.