-
Notifications
You must be signed in to change notification settings - Fork 472
DOC-14292 Product Change- PR #149705 - release-25.3: tracing: add background execution tracer (+ debug zip export) #19935
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?
Conversation
In troubleshooting.json, troubleshooting-overview.md and automatic-cpu-profiler.md, added link to new page.
✅ Deploy Preview for cockroachdb-api-docs canceled.
|
✅ Deploy Preview for cockroachdb-interactivetutorials-docs canceled.
|
Files changed:
|
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
||
- The automatic Go execution tracer saves the captured traces to disk on each node's file system in the [logging directory]({% link {{ page.version.version }}/configure-logs.md %}#logging-directory). The default path is `cockroach-data/logs/executiontrace_dump`. | ||
- To access these Go execution traces, you must use the node file system. | ||
- Each file represents a single trace session, includes the `executiontrace.` prefix and `.out` extension, and is timestamped to support correlation with other logs and profiles. For example, the trace file could be named `executiontrace.2025-07-14T18_41_22.216.out`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this timestamp the time the session started or ended?
Fixes DOC-14292 DOC-14184
Added automatic-go-execution-tracer.md.
In troubleshooting.json, troubleshooting-overview.md and automatic-cpu-profiler.md, added link to new page.
Rendered preview