Documentation ¶
Index ¶
- Constants
- func Register() bool
- type OTLPHTTPBackend
- func (b *OTLPHTTPBackend) ConfigToFormat(format string, metadata types.Metadata) (string, error)
- func (b *OTLPHTTPBackend) CreateFeatureConfig() []backend.ConfigFeature
- func (b *OTLPHTTPBackend) Metadata() interface{}
- func (b *OTLPHTTPBackend) ParseConfig(format string, config string) (retConfig types.Metadata, err error)
- func (b *OTLPHTTPBackend) ValidateConfiguration(config types.Metadata) error
Constants ¶
View Source
const CustomHeadersConfigFeature = "headers"
View Source
const EndpointFieldName = "endpoint"
View Source
const ExporterFieldName = "exporter"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OTLPHTTPBackend ¶
type OTLPHTTPBackend struct {
Endpoint string `yaml:"endpoint"`
}
func (*OTLPHTTPBackend) ConfigToFormat ¶
func (*OTLPHTTPBackend) CreateFeatureConfig ¶
func (b *OTLPHTTPBackend) CreateFeatureConfig() []backend.ConfigFeature
CreateFeatureConfig Not available since this is only supported in YAML configuration
func (*OTLPHTTPBackend) Metadata ¶
func (b *OTLPHTTPBackend) Metadata() interface{}
func (*OTLPHTTPBackend) ParseConfig ¶
func (*OTLPHTTPBackend) ValidateConfiguration ¶
func (b *OTLPHTTPBackend) ValidateConfiguration(config types.Metadata) error
Click to show internal directories.
Click to hide internal directories.