docs(csharp): add telemetry design document#119
Merged
jadewang-db merged 3 commits intomainfrom Jan 15, 2026
Merged
Conversation
…ign.md - Add ADBC Drivers Contributors copyright header - Add newline at end of file - Update .gitignore to exclude .idea/ and .DS_Store
jadewang-db
approved these changes
Jan 13, 2026
jadewang-db
added a commit
that referenced
this pull request
Jan 20, 2026
## 🥞 Stacked PR Use this [link](https://github.com/adbc-drivers/databricks/pull/134/files) to review incremental changes. - [**stack/client-telemetry**](#134) [[Files changed](https://github.com/adbc-drivers/databricks/pull/134/files)] - [stack/telemetry-configuration-wi-1.1](#135) [[Files changed](https://github.com/adbc-drivers/databricks/pull/135/files/21708504917f11f0776ba27f3cbfde9508740281..51291c57fac0cdfcab1d5ea2f5fae3393d1b16b4)] - [stack/tag-definition-system-wi-1.2](#136) [[Files changed](https://github.com/adbc-drivers/databricks/pull/136/files/51291c57fac0cdfcab1d5ea2f5fae3393d1b16b4..9a0315d7636e1a68f3a96d0f851805935d7765dc)] - [stack/exception-classifier-wi-1.3](#137) [[Files changed](https://github.com/adbc-drivers/databricks/pull/137/files/9a0315d7636e1a68f3a96d0f851805935d7765dc..d3cd0d56ee51570bbfe7270499100a3f01641796)] - [stack/telemetry-metric-wi-5.1](#138) [[Files changed](https://github.com/adbc-drivers/databricks/pull/138/files/d3cd0d56ee51570bbfe7270499100a3f01641796..ba42e709a277aaeef01e61e7058f2bbbf9f0eeb4)] - [stack/feature/telemetry-wi-2.1-feature-flag-cache](#139) [[Files changed](https://github.com/adbc-drivers/databricks/pull/139/files/ba42e709a277aaeef01e61e7058f2bbbf9f0eeb4..44e1f401783e5da77ff52daeb935a2803d498593)] - [stack/feature/telemetry-wi-3.1-circuit-breaker](#140) [[Files changed](https://github.com/adbc-drivers/databricks/pull/140/files/44e1f401783e5da77ff52daeb935a2803d498593..9a220116d13b4f26871e455a2043beaf9cb8abab)] - [stack/feature/telemetry-wi-2.2-client-manager](#141) [[Files changed](https://github.com/adbc-drivers/databricks/pull/141/files/9a220116d13b4f26871e455a2043beaf9cb8abab..b4b34f144e8f776618a8e773f5f091d46d48486a)] - [stack/feature/telemetry-wi-5.2-exporter](#142) [[Files changed](https://github.com/adbc-drivers/databricks/pull/142/files/b4b34f144e8f776618a8e773f5f091d46d48486a..11b90b501a8b015cf28f3dfdb3251c8334fb82fd)] - [stack/feature/telemetry-wi-5.3-circuit-breaker-wrapper](#143) [[Files changed](https://github.com/adbc-drivers/databricks/pull/143/files/11b90b501a8b015cf28f3dfdb3251c8334fb82fd..e3dc9f034b302a152f13a0764e5f059ac535a2c4)] - [stack/feature/telemetry-wi-5.4-metrics-aggregator](#144) [[Files changed](https://github.com/adbc-drivers/databricks/pull/144/files/e3dc9f034b302a152f13a0764e5f059ac535a2c4..a9685cac45ef4c957a3c01c109785adaa1a05e54)] - [stack/feature/telemetry-wi-5.5-activity-listener](#145) [[Files changed](https://github.com/adbc-drivers/databricks/pull/145/files/a9685cac45ef4c957a3c01c109785adaa1a05e54..522d11aaeb181f1839fcc29622a810a0c35d9861)] - [stack/feature/telemetry-wi-5.5-telemetry-client](#146) [[Files changed](https://github.com/adbc-drivers/databricks/pull/146/files/522d11aaeb181f1839fcc29622a810a0c35d9861..8fe8f858abac209831bc69d062ffede852041509)] - [stack/feature/wi-6.1-connection-telemetry-integration](#147) [[Files changed](https://github.com/adbc-drivers/databricks/pull/147/files/8fe8f858abac209831bc69d062ffede852041509..a11a6e11b5d94f90fc3804ee68b13445555e6f3e)] - [stack/wi-6.2-activity-tag-enhancement](#148) [[Files changed](https://github.com/adbc-drivers/databricks/pull/148/files/a11a6e11b5d94f90fc3804ee68b13445555e6f3e..47ce451a44468202c1aa16d0830f2d11bc95e04f)] - [stack/wi-6.3-e2e-telemetry-tests](#149) [[Files changed](https://github.com/adbc-drivers/databricks/pull/149/files/47ce451a44468202c1aa16d0830f2d11bc95e04f..567c039f469861c7263bc932c2ba4730098c3387)] --------- Co-authored-by: Jade Wang <jade.wang+data@databricks.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's Changed
Client telemetry design doc