newrelic-ruby-agent
newrelic-ruby-agent copied to clipboard
Spec: Truncate custom event attributes
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.
https://new-relic.atlassian.net/browse/NR-189825
Completed by #2401