Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/tokio-rs/console
a debugger for async rust!
https://github.com/tokio-rs/console
Found via these commands:
codespell .
markdownlint *.md --disable MD013
Fixes #382
0a6012b57b39673e4f9a5c95c34d648f857e55fe authored about 1 year ago by Antoine Büsch <[email protected]>
Build and add to the released binaries for `aarch64-unknown-linux-gnu`,
`aarch64-apple-darwin` ...
<a name="0.4.0"></a>
## 0.4.0 (2022-08-10)
#### Breaking Changes
* Update `tonic` to `0....
090b868a9a3a789dfc9c6f95e187380158439d36 authored about 1 year ago by Eliza Weisman <[email protected]>
Hey I noticed this out of date in my `Cargo.lock`, and since I didn't
see any PRs/issues open d...
Currently, the documented `cargo-run` in README no longer works, as now
there are two binaries:...
Needed for #374.
This configures clippy to ignore most of the generated code in
`console-api`.
Currently, the help text for the `r` and `t` keystrokes to switch to the
Resources and Tasks vi...
This commit adds `color_eyre`'s default backtrace frame filters, so we
skip stuff that's not rel...
This adds a dump of all the console's config options to the issue
metadata for GitHub issues gen...
<a name="0.1.7"></a>
## 0.1.7 (2022-08-10)
#### Features
* Update `tonic` to `0.8` (#364...
8b670686704e9f1fce9e4bd995b0891bc98d98cf authored about 1 year ago by Eliza Weisman <[email protected]>
<a name="0.1.7"></a>
## 0.1.7 (2022-08-10)
#### Features
* include config options in aut...
ba93c85cb0d56bf5c05d02dc6464bedff199953d authored about 1 year ago by Eliza Weisman <[email protected]>
This changes the console CLI's error handling so that GitHub issues are
only suggested for panic...
This way, if running a subcommand panics/errors, we still get nice
`color-eyre` reports.
This branch updates the console crates' dependency on `tonic` to v0.8.0
and `prost` to 0.11.0.
...
f9b8e03bd7ee1d0edb441c94a93a350d5b06ed3b authored about 1 year ago by Eliza Weisman <[email protected]>
Currently, there's a bit of repeated boilerplate code for processing
updates to the stored stat...
dd36e4ccb39023491f08c973a9ab81ad767d856c authored over 2 years ago by Taiki Endo <[email protected]>
The console TUI's state model deals with two different types of IDs:
- the actual `tracing` ...
6baf72d4a33f9a8293004888081f876850e67db6 authored over 2 years ago by Eliza Weisman <[email protected]>Signed-off-by: Eliza Weisman <[email protected]>
9699300ec7901b71dce0d3555a7be2c86ec4e533 authored over 2 years ago by Eliza Weisman <[email protected]>
<a name="0.1.6"></a>
## 0.1.6 (2022-05-24)
#### Bug Fixes
* default `--no_colors` to `fa...
ee24b068490adb03d77cbdbf2de95e9bf1dcefed authored over 2 years ago by Eliza Weisman <[email protected]>
This branch changes the CI configuration to run `cargo test` for the
`tokio-console` crate with...
This PR includes adding subcommand for shell completions. Generating a man page will be done as ...
df4d468375138b4115fb489b67ca72fbbd8f9ba1 authored over 2 years ago by nrskt | norisuke_takafuji <[email protected]>
<a name="0.1.6"></a>
## 0.1.6 (2022-05-23)
#### Features
* add `Builder::poll_duration_histog...
95a17b6f549ca6d9d22777043dc6f65432fdc69b authored over 2 years ago by Eliza Weisman <[email protected]>
<a name="0.3.0"></a>
## 0.3.0 (2022-05-23)
#### Features
* add optional histogram outlie...
5490d64c098d6997f4327e7ec08d5136ece2a2e5 authored over 2 years ago by Eliza Weisman <[email protected]>
This commit updates the console UI to display the outlier count and
highest outlier under the hi...
This commit adds a new method for configuring the poll duration
histogram's upper bound.
## Motivation
Currently, the console uses the [`hdrhistogram` crate][1] to record poll
duration...
Currently, the protobuf `TaskDetails` message sends only the raw
binary representation of an `hd...
This branch adds a copy of the `LICENSE` file to each crate's
directory. This should make it ea...
Default `no_colors` setting to false.
## Why?
### Before
Input below would produce no c...
e58352fe5e205620f1fe43acaceaff9cf7913394 authored over 2 years ago by Eugene <[email protected]>
<a name="0.1.5"></a>
## 0.1.5 (2022-04-30)
#### Bug Fixes
* always log to a file instead...
d91ecdf7d85443873c0b903b1dd0ca8ae24ec54a authored over 2 years ago by Eliza Weisman <[email protected]>
<a name="0.1.5"></a>
## 0.1.5 (2022-04-30)
#### Features
* add support for `EnvFilter` i...
0b3f59280070b1b9f44ec7473ff36279c4ad54c4 authored over 2 years ago by Eliza Weisman <[email protected]>Signed-off-by: Eliza Weisman <[email protected]>
178fb045f6806615a51f02c1f4bcbaaeec9eafe8 authored over 2 years ago by Eliza Weisman <[email protected]>## Motivation
Currently, the `tokio-console` CLI includes `tracing` support for
internal deb...
`console-subscriber`'s `Builder::init` and `init` functions construct
both a `ConsoleLayer` and...
In #318, the CI version was changed to Rust 1.58+ and installation of
tokio-console 0.1.4 on Ru...
This changes adds `default_target_addr`, `log`, and `retention` keys to the
configuration file....
Small typo causes 404
https://github.com/docs.rs/console-subscriber/latest/console_subscriber
...
Currently, the RustDoc for the `Server` type has a single backtick
without a corresponding back...
Signed-off-by: hi-rustin <[email protected]>
f3efb4419b261747788239ee57cba31a5c379320 authored over 2 years ago by 二手掉包工程师 <[email protected]>
This work is related to https://github.com/tokio-rs/console/pull/320#issuecomment-1095416429
re...
<a name="0.1.4"></a>
## 0.1.4 (2022-04-13)
#### Features
* add autogenerated example con...
ce901c8f359d0de99430b51abd0cde63513de66a authored over 2 years ago by Eliza Weisman <[email protected]>
This branch updates `tokio-console`'s documentation to include a
configuration reference descri...
This branch builds upon the config file support added in #320 and adds a
new `gen-config` subco...
Links to builder and init APIs were broken.
bebaa16b3b72ea08724bc0dc5d3aae60920485c7 authored over 2 years ago by Sebastián Magrí <[email protected]>During normal operation it won't show anything:
```
connection: http://127.0.0.1:6669/ (CONN...
Support config files as follows.
- $XDG_CONFIG_HOME/tokio-console/console.toml
- current con...
<a name="0.1.4"></a>
## 0.1.4 (2022-04-11)
#### Bug Fixes
* fix memory leak from historical ...
43fb91f58b1ed6255d21fe591c68275995ea8894 authored over 2 years ago by Eliza Weisman <[email protected]>
<a name=""></a>
## 0.2.0 (2022-04-08)
#### Breaking Changes
* Update `tonic` to `0.7` (#...
0d6d7a9af3a8174ca624f4289c5877ad3ac4f227 authored over 2 years ago by Eliza Weisman <[email protected]>## Description
This PR adds a section for installing the tokio-console crate as well as
fixe...
Enabling the console subscriber starts a server that generates a lot of
async activity. Intros...
* Warn against enabling compile time filters in the readme
* review feedback
* Apply sugge...
9a27cd23dfe1004c5cc8e04c58dfac187ebf93fa authored over 2 years ago by Lucas Kent <[email protected]>
Rust 1.60's version of `clippy` introduced a few new lints that now
trigger on the console code...
This change updates `tonic` and `prost` to their latest versions. In
addition this PR changes h...
## Motivation
Currently, `console-subscriber` retains all `PollOp`s that have been
recorded ...
## 0.1.3 (2022-03-09)
#### Bug Fixes
* exit crossterm before printing panic messages (#30...
3c559121e3c5ad175471718a3cf87ada0146a7cd authored almost 3 years ago by Eliza Weisman <[email protected]>
If the `tokio-console` CLI panics, we will eventually exit `crossterm`'s
terminal capturing and...
This branch adds an `▵` or `▿` icon (or `+`/`-` in ASCII-only mode) that
represents how the sel...
This branch adds a `CODEOWNERS` file to automatically assign reviewers
for PRs.
Currently, I...
be8bd8fc741378f4ea8e84cc056614b47f174217 authored almost 3 years ago by Eliza Weisman <[email protected]>
Changes duration_since and unchecked subtractions to assume
`Duration::ZERO` (via `Default`) if...
Currently, CI is configured to run on all pushes, and on all pull
requests. This means that whe...
It turns out GitHub automatically generates a security report link,
so it ended up duplicated. ...
Currently, when people report issues with the console, they just get a
blank issue. This makes ...
Currently, Clippy's [`unnecessary_to_owned`][1] lint is triggering in a
couple of places in `to...
9a9278e41d2497734efcf901b29c338cba492a69 authored almost 3 years ago by Eliza Weisman <[email protected]>
<a name="0.1.2"></a>
## 0.1.2 (2022-02-18)
#### Bug Fixes
* console-api dependencies to requi...
900a5c2bd5b610e9b939a5f824af1ac1a11267d0 authored almost 3 years ago by Eliza Weisman <[email protected]>
The `console-subscriber` changelog somehow ended up with two entries
for v0.1.1. This caused th...
#### Features
* add `Builder::filter_env_var` builder parameter (#276)
([dbdb1494](dbdb1...
This branch adds documentation to the `console-subscriber` _and_
`tokio-console` READMEs and Ru...
Add a new builder method to `console_subscriber::Builder` to configure
the filter environment v...
I ran into an issue where putting my .cargo/config.toml with the
tokio_unstable rustflag in the...
* refac(subscriber): factor out update construction
This branch refactors how the aggregator ...
703f1aa449c7579d15af8adfbfc172e75da99281 authored almost 3 years ago by Eliza Weisman <[email protected]>
This branch refactors how the aggregator task builds update messages. In
particular, it factors...
## Motivation
Currently, the `console-subscriber` crate records all timestamps as
`SystemTim...
## Motivation
Currently, if compiled in debug mode, the `console-subscriber` crate's
`PollSt...
Documentation about setting the default subscriber in tracing and the
builder interface for con...
The `tokio-console` crate's `homepage` URL was incorrect after the crate
was moved from a direc...
## Motivation
Currently, the `console-subscriber` crate does not compile on targets
without ...
This PR moves
`console-api/proto/google/protobuf/timestamp/timestamp.proto` to
`console-api/pr...
<a name="0.1.2"></a>
## 0.1.2 (2022-01-18)
#### Bug Fixes
* update console-api dependenc...
e590df39ca38cf795b1aec493403e1411e3b4766 authored almost 3 years ago by Eliza Weisman <[email protected]>
I don't think it's accurate that a compiler change made this
exhaustively matchable when it was...
This should ensure we don't see any compilation errors.
Signed-off-by: Eliza Weisman <eliza@b...
b95f683f0514978429535a75c86f8974b05a69aa authored almost 3 years ago by Eliza Weisman <[email protected]>
<a name="0.1.2"></a>
## 0.1.2 (2022-02-04)
#### Bug Fixes
* fix accidental exhaustive mat...
c7cab7112368682a8ccea8c4ec4a5ef99b88d567 authored almost 3 years ago by Eliza Weisman <[email protected]>
The `tracing_core::metadata::Kind` type was not intended to be matched
exhaustively, so that it...
Task `Details` are tracked by the remote's `span::Id` while the
`Task::id()` is the friendly id...
Currently, the `tokio-console` CLI's crate is named `tokio-console`, but
the directory is just ...
<a name=""></a>
## (2022-01-18)
#### Features
* feature-flag `tracing-journald` dependency (...
25b80cecffc6c39a946c6d85935c1bf9a7a012ac authored almost 3 years ago by Eliza Weisman <[email protected]>
<a name="0.1.1"></a>
## 0.1.1 (2022-01-18)
#### Bug Fixes
* only send *new* tasks/resour...
12a4821a0058dd6e1a0e4f6729a0f78fac291e0e authored almost 3 years ago by Eliza Weisman <[email protected]>
<a name="0.1.1"></a>
## 0.1.1 (2022-01-18)
#### Features
- add `From<tracing_core::span::...
1fe06508604dcfff473455fe848e9ff2a5588f62 authored almost 3 years ago by Eliza Weisman <[email protected]>## Motivation
Currently, there are some rather bad issues that occur when the event
buffer i...
#244 moved rewriting of ids to the console. We have however forgot to look up
the pretty ID whe...
## Motivation
PR #244 moved the rewriting of `tracing` span IDs to sequential
low-number IDs...
Signed-off-by: Eliza Weisman <[email protected]>
a931b7ec2731b0a720df5ea767defa9a1fe8bf00 authored almost 3 years ago by Eliza Weisman <[email protected]>
`tracing-journald` depends on relatively recent libc APIs that may not
be available on all Linu...
This branch updates the `tokio-console` CLI's `clap` dependency from
3.0.0-beta.5 to the new st...
Currently, `console-subscriber` contains a bunch of machinery for
rewriting non-sequential `spa...
This fixes rust-analyzer not being able to find the source path after
merging #220.
Signed-off-by: Eliza Weisman <[email protected]>
a4ef111299e8c35451e7fb5a2f809f1ba365a3e4 authored about 3 years ago by Eliza Weisman <[email protected]>
Adds `hjkl` as alternatives to the arrow keys and `G` and `gg` to navigate
to the first and las...
It seems like a number of people using the console with real life
applications are running into...