Commit 1480ade
docs: add SSL troubleshooting to delete traces script (#1537)
Add troubleshooting section to the delete traces script documentation to
help users resolve SSL connection issues when attempting to delete
traces from ClickHouse.
## Type of change
**Type:** Update existing documentation
## Additional notes
Users encountering "Could not find trace IDs" errors when running the
delete_trace_by_id script often need to add the `--ssl` flag to properly
connect to ClickHouse. This troubleshooting entry documents the solution
and provides an alternative verification method using `clickhouse-cli`.
---------
Co-authored-by: Lauren Hirata Singh <[email protected]>1 parent 406d730 commit 1480ade
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
0 commit comments