DataDog / opentelemetry-mapping-go

Go modules that implement OpenTelemetry-to-Datadog mapping for all telemetry signals
Apache License 2.0
14 stars 6 forks source link

Add remaining entities to OriginIDFromAttributes #332

Open liustanley opened 4 months ago

liustanley commented 4 months ago

What does this PR do?

Adds remaining entities from entity list: https://github.com/DataDog/datadog-agent/tree/main/comp/core/tagger#entity-ids.

I'm not sure if we have proper mappings for container_image_metadata, ecs_task and host.

Motivation