newrelic / nri-mssql

New Relic Infrastructure Mssql Integration
MIT License
8 stars 18 forks source link

Add insert_sql_max_length capability like is available on the java agent #81

Closed nr-vette closed 2 years ago

nr-vette commented 2 years ago

Is your feature request related to a problem? Please describe.

On large database queries, the query text gets cut off due to buffer size limitations in the integration.

Feature Description

Looking for comparable configuration feature like what is provided in the Java APM agent. The agent is configurable in that you can override the default buffer size for query text (2000) by setting the insert_sql_max_length variable above 2000 length value in the newrelic.yml configuration file. See New Relic documentation https://docs.newrelic.com/docs/apm/agents/java-agent/configuration/java-agent-configuration-config-file/

Describe Alternatives

Some other way to capture the entire text of large query statements

Additional context

Priority

Please help us better understand this feature request by choosing a priority from the following options: Really Want

paologallinaharbur commented 2 years ago

Hello!

Can you provide more information regarding your use case and the impact this limitation is having? Do you have any log you can share showing the issue you are facing?

alvarocabanas commented 2 years ago

Closed due to inactivity