dd-trace-go icon indicating copy to clipboard operation
dd-trace-go copied to clipboard

profiler: make profile_seq an event attribute

Open nsrip-dd opened this issue 3 years ago • 0 comments

All tag values are treated as strings in the Datadog UI. In particular, proflie_seq is treated as text when submitted as a tag, which breaks sorting.

Instead, we can add profile_seq as an entry in the event.json payload. This makes it an attribute, which can have much more rich type information. See https://docs.datadoghq.com/logs/explorer/facets/

nsrip-dd avatar Sep 02 '22 13:09 nsrip-dd