You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove docs/TELEMETRY.md, spec/telemetry-design.md,
spec/telemetry-sprint-plan.md, spec/telemetry-test-completion-summary.md
and revert README.md — these ~4.9k lines of markdown are being
split into a stacked docs-only PR on top of this branch to keep the
[4/7] diff focused on code.
Co-authored-by: Isaac
Signed-off-by: samikshya-chand_data <samikshya.chand@databricks.com>
Copy file name to clipboardExpand all lines: README.md
-47Lines changed: 0 additions & 47 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,53 +51,6 @@ client
51
51
});
52
52
```
53
53
54
-
## Telemetry
55
-
56
-
The Databricks SQL Driver for Node.js includes an **opt-in telemetry system** that collects driver usage metrics and performance data to help improve the driver. Telemetry is **disabled by default** and follows a **privacy-first design**.
57
-
58
-
### Key Features
59
-
60
-
-**Privacy-first**: No SQL queries, results, or sensitive data is ever collected
61
-
-**Opt-in**: Controlled by server-side feature flag (disabled by default)
62
-
-**Non-blocking**: All telemetry operations are asynchronous and never impact your queries
63
-
-**Resilient**: Circuit breaker protection prevents telemetry failures from affecting your application
telemetryEnabled:false, // Disable for this connection
96
-
});
97
-
```
98
-
99
-
For detailed documentation including configuration options, event types, troubleshooting, and privacy details, see [docs/TELEMETRY.md](docs/TELEMETRY.md).
0 commit comments