DataDog / datadog-go

go dogstatsd client library for datadog
MIT License
353 stars 132 forks source link

Fix issue where tags of aggregated context could be modified #258

Closed hush-hush closed 2 years ago

hush-hush commented 2 years ago

When using aggregation, the context for Count, Gauge and Set did not copy the slice for the tags but held a reference to it. This meant that the caller could change the context tags after sampling a metric.