Conversation
✅ Deploy Preview for cockroachdb-interactivetutorials-docs canceled.
|
Files changed:
|
✅ Deploy Preview for cockroachdb-api-docs canceled.
|
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify project configuration. |
Diagram Anchor Check: PassedAll |
kevin-v-ngo
left a comment
There was a problem hiding this comment.
Great doc Brandon! Added my feedback.
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
233ef1c to
77e0329
Compare
| - [Metrics]({% link {{ page.version.version }}/metrics.md %}) | ||
| - CPU profiles | ||
| - A script (`hot-ranges.sh`) that summarizes the hottest ranges (ranges receiving a high number of reads or writes) | ||
| - [Active Session History]({% link {{ page.version.version }}/active-session-history.md %}) data |
There was a problem hiding this comment.
@alyshanjahani-crl
Is this in the right spot? In the list of unfilterable items?
There was a problem hiding this comment.
Sorry what is this referring to? what is included in the debug.zip?
ASH tables aren't dumped as part of debug.zip directly
- indirectly though the heap_profiler directory that is included in debug.zip will have ASH dumps/reports whenever goroutine dumps were taken or cpu profiles.
- indirectly through logs - ash logs periodically to ops channel
There was a problem hiding this comment.
@alyshanjahani-crl I was basing this on the following from the current draft of the doc:
Debug zip integration
When the environment sampler triggers goroutine dumps or CPU profiles, ASH writes aggregated report files (.txt and .json) alongside them. These reports are included in cockroach debug zip output. The lookback window for these reports is controlled by the obs.ash.log_interval cluster setting.
Can you help me be more specific about this? So they're not in a separate part of the zip, ASH data instead appears within the existing heap profiles and log files? If so I can remove the change I made to that file.
DOC-16498