newrelic-ruby-agent icon indicating copy to clipboard operation
newrelic-ruby-agent copied to clipboard

Spec: Truncate custom event attributes

Open tannalynn opened this issue 1 year ago • 1 comments

The ruby agent does not truncate custom event attributes currently, but attributes that are longer than expected will be dropped by the collector. To align with the current spec, we should implement truncation for the follow:

Custom event names MUST be limited to 255 characters. Custom event attribute values MUST be limited to a maximum of 4095 characters. Custom event attributes MUST be limited to a maximum of 64 attributes.

Spec PR

tannalynn avatar Dec 11 '23 22:12 tannalynn

https://new-relic.atlassian.net/browse/NR-189825

Completed by #2401

kaylareopelle avatar Feb 26 '24 17:02 kaylareopelle