Discover Packages
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/datadogreceiver
package
module
Version:
v0.83.0
Opens a new window with list of versions in this module.
Published: Aug 15, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 25
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
README
README
¶
Datadog APM Receiver
Overview
Accepts traces in the Datadog APM format.
Supported Datadog APIs
v0.3 (msgpack and json)
v0.4 (msgpack and json)
v0.5 (msgpack custom format)
v0.6
v0.7
Configuration
Example:
receivers:
datadog:
endpoint: localhost:8126
read_timeout: 60s
read_timeout (Optional)
The read timeout of the HTTP Server
Default: 60s
HTTP Service Config
All config params here are valid as well
https://github.com/open-telemetry/opentelemetry-collector/tree/main/config/confighttp#server-configuration
Default Attributes
dd.span.Resource
: The datadog resource name (as distinct from the span name)
Expand ▾
Collapse ▴
Documentation
¶
Package datadogreceiver ingests traces in the Datadog APM format and translates them OpenTelemetry for collector usage
NewFactory creates a factory for DataDog receiver.
Source Files
¶
Directories
¶
internal
Click to show internal directories.
Click to hide internal directories.