Commit 66608b7
authored
Add circuit breaker for telemetry + amend design plan to be similar to include more details on circuit breaker and config (#311)
### 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 )1 parent c4af6fa commit 66608b7
File tree
8 files changed
+1239
-98
lines changed- telemetry
8 files changed
+1239
-98
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
56 | 62 | | |
57 | 63 | | |
58 | 64 | | |
| |||
0 commit comments