databricks-sql-go icon indicating copy to clipboard operation
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

Open samikshya-db opened this issue 1 month ago • 0 comments

Changes :

The changes in this PR :

  1. Add config params for telemetry similar to oss jdbc
  2. Add circuit breaker logic code (Note : this will be integrated at a later point in time)
  3. Keep the lowest level of logging for telemetry (to keep telemetry as silent as possible)

The original design doc was changed to :

  1. Keep config names similar to the ones used in JDBC.
  2. Add more details to circuit breaker logic. (This will be useful from a spec driven development perspective )

samikshya-db avatar Dec 15 '25 14:12 samikshya-db