Open
Description
What feature or improvement would you like to see?
I'd like to suggest the following plan based on the use of OpenTelemetry
Create a proof-of-concept
- Target a Go driver like Snowflake
- Enable the "zero code" automatic instrumentation option
Enable output to
- Local file logging
- Console logging
- Possibly to a remote tracing system
Determine if
- automatic instrumentation is a viable option
- if automatic instrumentation is too verbose, exposes private, or personally identifying information.
- or if we need to use complete manual instrumentation or some combination
- determine if cross-runtime contexts can be bridged and if so, how best to accomplish that.