OpenTelemetry Bot d680729c09 [chore] Prepare release 0.90.0 (#29543) 1 year ago
..
internal 57f9f53421 [chore][receiver/datadog] create metadata (#21838) 1 year ago
Makefile 259b55a516 [receiver/datadog] Add Datadog receiver (#5836) 1 year ago
README.md 562dc48d10 Link component issue badges to the respective issue page (#24642) 1 year ago
config.go 5133f4ccd6 [chore] use license shortform (#22052) 1 year ago
config_test.go 5133f4ccd6 [chore] use license shortform (#22052) 1 year ago
doc.go 5133f4ccd6 [chore] use license shortform (#22052) 1 year ago
factory.go 84e3963a50 [chore] addressing lint issues (#22862) 1 year ago
factory_test.go b149984fcb [chore] fix flaky test for datadogreceiver server binding (#24895) 1 year ago
go.mod d680729c09 [chore] Prepare release 0.90.0 (#29543) 1 year ago
go.sum 40b485f08a Update core for v0.90.0 release (#29539) 1 year ago
metadata.yaml 8a4348cb00 [chore] add codeowners to metadata (#24404) 1 year ago
receiver.go dae730c0a4 Add a translator for api/v0.2/traces protocol (#27672) 1 year ago
receiver_test.go b149984fcb [chore] fix flaky test for datadogreceiver server binding (#24895) 1 year ago
translator.go 506813e41e [datadogreceiver] Fix set telemetry.sdk.language=dotnet instead of .NET (#29460) 1 year ago
translator_test.go 506813e41e [datadogreceiver] Fix set telemetry.sdk.language=dotnet instead of .NET (#29460) 1 year ago

README.md

Datadog APM Receiver

Status
Stability alpha: traces
Distributions contrib, sumo
Issues Open issues Closed issues
Code Owners @boostchicken, @gouthamve, @jpkrohling, @MovieStoreGuy

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)