Documentation
¶
Overview ¶
Package datadogsemanticsprocessor contains the logic to transform OpenTelemetry semantic conventions to Datadog semantic conventions. This processor is deprecated and will be removed in a future release. If you need help, please contact Datadog support: https://www.datadoghq.com/support.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory
deprecated
Types ¶
type Config ¶
type Config struct {
// OverrideIncomingDatadogFields specifies what is done with incoming Datadog fields.
// If it is false, any fields namespaced with "datadog." will pass through unchanged.
// If it is true, all fields in the "datadog." namespace will be recomputed by the processor.
// Default: false.
OverrideIncomingDatadogFields bool `mapstructure:"override_incoming_datadog_fields"`
// contains filtered or unexported fields
}
Config defines configuration for Datadog semantics processor.
Click to show internal directories.
Click to hide internal directories.