You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SQL statement limit for the INSERT_SQL_MAX_LENGTH attribute in Transaction Segments and Slow Query SQL Traces is currently set at 2000 characters and should be increased to 4096 characters. This change ensures consistency with the db.statement limit for Span Events.
Acceptance Criteria
Increase SQL truncation limit for the INSERT_SQL_MAX_LENGTH attribute.
Additional Considerations
Assess any potential impact due to increasing the sql statement threshold for truncation
Wait for the limit increase to be approved/finalized in the agent-specs before increasing the limit
Additional Context
The text was updated successfully, but these errors were encountered:
Description
The SQL statement limit for the
INSERT_SQL_MAX_LENGTH
attribute in Transaction Segments and Slow Query SQL Traces is currently set at2000
characters and should be increased to4096
characters. This change ensures consistency with thedb.statement
limit for Span Events.Acceptance Criteria
Increase SQL truncation limit for the
INSERT_SQL_MAX_LENGTH
attribute.Additional Considerations
Additional Context
The text was updated successfully, but these errors were encountered: