-
Notifications
You must be signed in to change notification settings - Fork 78
profiler documentation #2098
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
profiler documentation #2098
Conversation
|
✅ 51/51 passed, 10 flaky, 3m6s total Flaky tests:
Running from acceptance #2880 |
|
We need to add docs for deploying the local dashboard as well. The section of "The profiler will" should be more prominent, customers will have questions regarding runtimes, impact to their system, and probably some details about the output. |
That portion is still in development, can we iterate on that once @goodwillpunning is finished withat that? |
|
Yes, of course, but that will be done before we release the docs, this was just a note so that we don't forget to add functionality too before merging this branch |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2098 +/- ##
==========================================
- Coverage 64.87% 63.61% -1.26%
==========================================
Files 96 98 +2
Lines 7895 8210 +315
Branches 821 839 +18
==========================================
+ Hits 5122 5223 +101
- Misses 2593 2807 +214
Partials 180 180 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
## Changes This PR adds docs for executing the `create-profiler-dashboard` CLI command. The docs explain the purpose of the command, explain the command options (in a format similar to other Databricks docs), provides a sample command, and explains the results. ### Linked issues Stacked on top of #2098. ### Functionality - [X] added relevant user documentation - [ ] added new CLI command - [ ] modified existing command: `databricks labs lakebridge ...` - [ ] ... +add your own ### Tests - [X] manually tested - [ ] added unit tests - [ ] added integration tests
Changes
What does this PR do?
Adds documentation about profilers
Relevant implementation details
Caveats/things to watch out for when reviewing:
Linked issues
Resolves #..
Functionality
databricks labs lakebridge ...Tests