datadogsemanticsprocessor

package module
v0.147.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 2, 2026 License: Apache-2.0 Imports: 18 Imported by: 1

README

Datadog Semantics Processor

Status
Stability deprecated: traces
Deprecation of traces Date: 2026-02-16
Migration Note: Please contact Datadog support if you need help: https://www.datadoghq.com/support/
Distributions []
Issues Open issues Closed issues
Code coverage codecov
Code Owners @songy23, @IbraheemA, @mx-psi, @dineshg13, @jade-guiton-dd
Emeritus @jackgopack4, @ankitpatel96

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

func NewFactory() processor.Factory

NewFactory returns a new factory for the Datadog semantics processor.

Deprecated: [v0.146.0] This processor is deprecated and will be removed in a future release.

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.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL