snowflakedb / snowpark-java-scala

Snowflake Snowpark Java & Scala API
Apache License 2.0
18 stars 20 forks source link

SNOW-1562975: Add an option to disable/enable tracing #127

Open sfc-gh-jfreeberg opened 1 month ago

sfc-gh-jfreeberg commented 1 month ago

Similar to Yuyang's work here: https://github.com/snowflakedb/snowpark-python/pull/1906/files

Customers may be running Snowpark client in external envs that have open telemerty installed, and they may not want tracing to be emitted from our package. So we should add a parameter to allow customers to disable tracing in this context.