databricks-sql-go
databricks-sql-go copied to clipboard
Add circuit breaker for telemetry + amend design plan to be similar to include more details on circuit breaker and config
Changes :
The changes in this PR :
- Add config params for telemetry similar to oss jdbc
- Add circuit breaker logic code (Note : this will be integrated at a later point in time)
- Keep the lowest level of logging for telemetry (to keep telemetry as silent as possible)
The original design doc was changed to :
- Keep config names similar to the ones used in JDBC.
- Add more details to circuit breaker logic. (This will be useful from a spec driven development perspective )