DataDog / opentelemetry-mapping-go

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

[pkg/otlp/metrics] Add WithSplatArrayAttributes #331

Open mx-psi opened 2 months ago

mx-psi commented 2 months ago

What does this PR do?

Adds support for 'splatting' array attributes into multiple tags with the same key and different values

Motivation

Updates #329

mx-psi commented 2 months ago

Re-requesting review since the code changed a bit