Skip to content

docs: update tokio-console guide to use upstream crate#37022

Merged
jasonhernandez merged 1 commit into
mainfrom
jh/update-tokio-console-guide
Jun 13, 2026
Merged

docs: update tokio-console guide to use upstream crate#37022
jasonhernandez merged 1 commit into
mainfrom
jh/update-tokio-console-guide

Conversation

@jasonhernandez

Copy link
Copy Markdown
Contributor

Summary

The guide-tokio-console.md was directing developers to install from the
MaterializeInc/tokio-console fork because Unix domain socket support was
"still pending upstream." That's no longer true:

  • tokio-rs/console#388 (UDS support, authored by @benesch) merged upstream in March 2023.
  • The latest upstream release is tokio-console v0.1.14 (October 2025).
  • The MaterializeInc fork is 192+ commits behind and unused.

This PR removes the fork install instruction and the now-dead [uds-pr]
footnote. Developers can now just cargo install tokio-console.

The rust-prometheus fork mentioned in guide-changes.md as a cautionary
example is also no longer in use (we're on the upstream crates.io prometheus
v0.14.0), but that reference is historical context rather than an install
instruction, so no change is needed there.

Test plan

  • Doc-only change; no code modified.

🤖 Generated with Claude Code

UDS support (tokio-rs/console#388) merged upstream in March 2023 and
has shipped in several releases since. The MaterializeInc fork is 192+
commits behind and no longer needed.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@jasonhernandez jasonhernandez marked this pull request as ready for review June 12, 2026 22:51
@jasonhernandez jasonhernandez requested review from def- and kay-kim June 12, 2026 22:52
@jasonhernandez jasonhernandez enabled auto-merge (squash) June 12, 2026 22:52
@jasonhernandez jasonhernandez merged commit fbb89c9 into main Jun 13, 2026
10 checks passed
@jasonhernandez jasonhernandez deleted the jh/update-tokio-console-guide branch June 13, 2026 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants