Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
NewFactory creates a new OTLP receiver factory.
Types ¶
type Config ¶
type Config struct {
HTTP configoptional.Optional[HTTPConfig] `mapstructure:"http"`
AuthAPI string `mapstructure:"auth_api"`
Wrapper string `mapstructure:"wrapper"`
FieldMapConfig libhoneyevent.FieldMapConfig `mapstructure:"fields"`
// contains filtered or unexported fields
}
Config represents the receiver config settings within the collector's config.yaml
type HTTPConfig ¶
type HTTPConfig struct {
confighttp.ServerConfig `mapstructure:",squash"`
// The URL path to receive traces on. If omitted "/" will be used.
TracesURLPaths []string `mapstructure:"traces_url_paths,omitempty"`
// contains filtered or unexported fields
}
HTTPConfig defines the configuration for the HTTP server receiving traces.
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
codec
Package codec provides encoding and decoding for the libhoney event format.
|
Package codec provides encoding and decoding for the libhoney event format. |
|
metadata
Package metadata contains the autogenerated telemetry and build information for the receiver/libhoney component.
|
Package metadata contains the autogenerated telemetry and build information for the receiver/libhoney component. |
Click to show internal directories.
Click to hide internal directories.