Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tokio-rs/tracing

Application level tracing for Rust.
https://github.com/tokio-rs/tracing

subscriber: remove legacy `CurrentSpan` (#1320)

I'm quite confident that no elsewhere using the `tracing_subscriber::CurrentSpan`
in the prese...

3516f3b75add8fe4c346e399b151602ddb26928c authored over 3 years ago by Folyd <[email protected]>
subscriber: rename Context's field `subscriber` to `collector` (#1257)

6644b712438a4a01af9c2fd2214438329f6325c5 authored over 3 years ago by Folyd <[email protected]>
opentelemetry: prepare for v0.13.0 release (#1404)

c3905f9a90ff7f63caf4fc28f7e481f7a99d185c authored over 3 years ago by Julian Tescher <[email protected]>
opentelemetry: update to otel 0.14.x (#1394)

## Motivation

Support the latest OpenTelemetry specification.

## Solution

Update `opent...

bee0d48237d2996748fdb60a9a93e7beeacac340 authored over 3 years ago by Julian Tescher <[email protected]>
tracing: Fix link to RAII pattern document (#1398)

## Motivation

The RAII pattern documentation has been moved.

## Solution

Update the lin...

72a96569b2274238985a4eccacf0ba5c2b79e7f8 authored over 3 years ago by Markus Bergkvist <[email protected]>
subscriber: add `MakeWriter::make_writer_for` (#1141)

subscriber: add `MakeWriter::make_writer_for`

## Motivation

In some cases, it might be des...

b3af7e126741ab82c6e61a5b67d3cb8eb393aba7 authored over 3 years ago by Eliza Weisman <[email protected]>
chore: fix clippy's awful new "inconsistent struct constructor" lint (#1401)

This branch fixes some annoying new clippy lints no one cares about.

Signed-off-by: Eliza Wei...

b15b1190aa3597181ca8e47147f9d5e652aabcb3 authored over 3 years ago by Eliza Weisman <[email protected]>
attributes: don't record primitive types of the function arguments as `fmt::Debug` (#1378)

## Motivation

The default behavior of `tracing::instrument` attribution will record
all of t...

b6c07e7eba8530bf155f167c320fe9ead99acfce authored over 3 years ago by Folyd <[email protected]>
chore: fix a typo in the README code sample. (#1389)

393982ece2d330239cb6fbf660814d447398cdf4 authored over 3 years ago by Yatekii <[email protected]>
core: impl `Value` for `&mut T` where `T: Value` (#1385)

Impl `Value` for `&mut T` where `T: Value`.

#1378 improve the `tracing::instrument` macro's ...

e1e6c292e287a2f8b3125192ccc7388500824742 authored over 3 years ago by Folyd <[email protected]>
chore: fix lints in tests (#1386)

f5cd4e528978cb689cf5a51f95fd0aabe840a0b9 authored over 3 years ago by Folyd <[email protected]>
docs: document span.in_scope() at top-level (#1344)

## Motivation

`span.in_scope()` had a link def in the main tracing docs which was
unused, ...

b4569fb37d97cc36aebe1e81325deec7fb346888 authored over 3 years ago by Jeremiah Senkpiel <[email protected]>
Upgrade to GitHub-native Dependabot (#1377)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.c...

fdbd23ab4a0536478b4737f61dc3751081ece320 authored over 3 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
tracing: impl `From<EnteredSpan>` for `Option<Id>` (#1325)

## Motivation

<!--
Explain the context and why you're making that change. What is the prob...

822d8442b3db6ab08acfafa812350b2454e0af52 authored over 3 years ago by Folyd <[email protected]>
## Motivation (#1374)

Users may wish to erase the type of a `Collect`
implementation, such as when it is dynamically ...

eaaf8fdb89f9b8f79d4341061e0d4c63d3c3d8ed authored over 3 years ago by Eliza Weisman <[email protected]>
tracing: add an example of `tracing` in a panic hook (#1375)

It turns out that when using the global dispatcher, emitting tracing
events in a panic hook wil...

7fc6a060480349f30baf3656485e3ae5da583816 authored over 3 years ago by Eliza Weisman <[email protected]>
core: add `Collect` impl for `Box<dyn Collect + ...>` (#1358)

In some cases, users may wish to erase the type of a `Colelct`
implementation, such as when it ...

d59a2ca6eaef94a5602b92a1b39eb884b16bdfa1 authored over 3 years ago by Eliza Weisman <[email protected]>
subscriber: support special chars in span names (#1368)

Filtering log events using the `target[span{field=value}]=level` syntax
doesn't work when the s...

1de85c517eefd4ede7deb17c1fb7432916de7215 authored over 3 years ago by Aymerick Valette <[email protected]>
chore: fix cargo docs warnings (#1362)

This PR simply fixes some cargo docs warnings.

6ade36dff6a6c1806afdde784bd97b6b2da630b5 authored over 3 years ago by Folyd <[email protected]>
core: expose an accessor for the `FieldSet` on `Attributes` (#1331)

## Motivation

Exposing an accessor for the `FieldSet` on `Attributes` can motivate the
subsc...

03e9ee41ac279739443186316454efd9bb0b15ad authored over 3 years ago by Folyd <[email protected]>
subscriber: remove space when timestamps are disabled (#1355)

## Motivation

Currently, the default `Compact` and `Full` formatters in
`tracing-subscriber`...

9b1e1131fa7c422fcb388a1b6482db819352bc00 authored over 3 years ago by Eliza Weisman <[email protected]>
subscriber: add span status fields (#1351)

## Motivation

Allow users to set custom span status codes and messages to follow
opentelemet...

7567c2d1d1e08bf68fbf9d44e3d90579a3f24fe4 authored over 3 years ago by Aymerick Valette <[email protected]>
tracing: remove duplicated event macro pattern (#1352)

The following two patterns for the `event!()` are identical to each
other, and the second one s...

8046d231bc2a0f2be966e25dce026e7b9d8d3aff authored over 3 years ago by Folyd <[email protected]>
subscriber: improve test for #1333 (#1350)

Based on feedback by @hawkw, I've improved the test for #1333 to parse
the json output. This is...

22915a3fe0a2405e301139da148ffb738bc90e46 authored over 3 years ago by akinnane <[email protected]>
subscriber: fix span data for new, exit, and close events (#1334)

* subscriber: fix span data for new, exit, and close events

New, exit and close span events a...

a75c7b268ccc40b3906a2d0fcda182603fbc299d authored over 3 years ago by akinnane <[email protected]>
opentelemetry: prepare for v0.12.0 release (#1341)

# 0.12.0 (March 31, 2021)

### Breaking Changes

- Upgrade to `v0.13.0` of `opentelemetry` (...

1e09e50e8d15580b5929adbade9c782a6833e4a0 authored over 3 years ago by Julian Tescher <[email protected]>
subscriber: fix `on_event` serialization when no fields set on span (#1333)

Serializing a spans `on_ACTION` events, when no fields are set on the
span, results in invalid ...

d38f79336d43eec28f5720caabaf3d1ff5ae224e authored over 3 years ago by akinnane <[email protected]>
docs: fix a broken link (and minor typo) on README (#1337)

## Motivation

Fix a broken link for `#[instrument]`. Also, fix a minor typo (`initalized` ->
...

f40410fdfff0c9a289997b7f70de6b100b297e7e authored over 3 years ago by Yuki Okushi <[email protected]>
opentelemetry: disabled tracked inactivity perf (#1315)

## Motivation

Optional inactivity tracking should have minimal overhead when disabled.

## ...

2de45a16db1080ea80914d543ab43072e1a707bd authored over 3 years ago by Julian Tescher <[email protected]>
chore: ignore flaky field filter tests (#1336)

This branch changes the `field_filter_events` and `field_filter_spans`
tests in `tracing-subscr...

8f1863353dbac314de3d99dd0c63aa6837de93b7 authored over 3 years ago by Eliza Weisman <[email protected]>
opentelemetry: support otel 0.13.0 (#1322)

* opentelemetry: support otel 0.13.0

Switches to `Cow<'static, str>` for otel event names and...

6c7ce6389c9cbaa6db2f1b750afc238dbdc5f80e authored over 3 years ago by Julian Tescher <[email protected]>
chore: reverse the polarity of conversions, fix clippy (#1335)

Clippy now warns about implementing `Into` rather than `From`, since
`From` automatically provi...

5d3760eee646182f334647a6f90607bd7c11ec66 authored over 3 years ago by Eliza Weisman <[email protected]>
tracing: remove useless subscribe.rs.

df1d626a2719ad6aa38d47b2984d0569af0b7525 authored over 3 years ago by Folyd <[email protected]>
docs: fix typo in tracing/README.md (#1305)

0e8f920d4bc47643d9a035ed2bbe9504ec076ca4 authored almost 4 years ago by Renato Caldas <[email protected]>
opentelemetry: add preliminary benchmarks (#1303)

## Motivation

Understand the overhead added by recording OpenTelemetry data so that it
can b...

adc877d086b6ad411aee8550f0041932475fa12c authored almost 4 years ago by Julian Tescher <[email protected]>
subscriber: update pretty formatter for no ansi (#1240)

* subscriber: update pretty formatter for no ansi

## Background

Currently, when the `...

8985d976c94a22120ff7d73f7c9c062227504a1f authored almost 4 years ago by katelyn martin <[email protected]>
subscriber: fix extra padding in pretty format (#1275)

## Motivation

This fixes #1212, where extra padding was written when logging with the
pretty...

6beb7f93115b5fc7a52094f00c8b49468ebd93da authored almost 4 years ago by Ole Schönburg <[email protected]>
attributes: fix `#[instrument]` skipping code when returning pinned futures (#1297)

Fixes #1296.

I had forgotten to use all the input statements in #1228, so we would
delete ne...

57b4a47bc79cbd2a86ba790bc3c029dbda9938ce authored almost 4 years ago by Simon THOBY <[email protected]>
subscriber: change `FmtSpan` to a combinable bitflag (#1277)

Fixes #1136.

Allows arbitrarily combining different FmtSpan events to listen to.

## Moti...

ba57971f2c424b89338e39a5443575fd78b09bb6 authored almost 4 years ago by Zicklag <[email protected]>
subscriber: Add a public `current_span()` method for `FmtContext` (#1290)

9a48badf6ab62cbfccb488cc9eb8d2679db964b9 authored almost 4 years ago by Folyd <[email protected]>
subscriber: remove unnecessary transparent attribute (#1282)

As far as I can tell, we are not relying on transparency anywhere, so
using this rather refined...

605434e33f3232f05f1d6317778bd21dbc50b437 authored almost 4 years ago by Aleksey Kladov <[email protected]>
subscriber: use struct update syntax when constructing from `self` (#1289)

This PR aims to remove a lot of initializer boilerplate code by adopting
the`struct update synt...

1dd1143ab163a7820765df277fcd7a29f5f84e0a authored almost 4 years ago by Folyd <[email protected]>
attributes: update `#[instrument]` to support `async-trait` 0.1.43+ #1228)

It works with both the old and new version of async-trait (except for
one doc test that failed ...

2e4a4f367d68b25e936c1b87207f7872bd35bbc2 authored almost 4 years ago by Simon THOBY <[email protected]>
opentelemetry: rename Layer to Subscriber (#1226)

b9f722ff71c35fd395692da167305e806cdb3ded authored almost 4 years ago by Folyd <[email protected]>
chore: rename `layer`s to `subscriber`s and fix some typos (#1272)

fe59f7720342b3d313fe11bd3c7490b0e10aef2c authored almost 4 years ago by Folyd <[email protected]>
subscriber: set `log` max level when reloading (#1270)

This modifies the `tracing_subscriber::reload` layer to also set the
`log` crate's max level wi...

ba7a7f782a079bbf062352d6c3ed3441cecaba81 authored almost 4 years ago by Eliza Weisman <[email protected]>
subscriber: change `EnvFilter` to use anchored regexes (#1267)

This commit changes `EnvFilter`'s field filters to use regexes which are
anchored at the beginn...

1e6cde216bf77069417fcb578667a1ac0e15106d authored almost 4 years ago by Eliza Weisman <[email protected]>
core: change `Collect::downcast_raw` to return `NonNull` (#1264)

## Motivation

Resolves #1073, quoting from there:

> If we changed this to `Option<NonNul...

a4581243797ece384ba26ae9c679b6f9ef435564 authored almost 4 years ago by Ole Schönburg <[email protected]>
attributes: clean unused imports and variables (#1266)

Co-authored-by: Eliza Weisman <[email protected]>

62b828ae5a70cfe79c189dc2220304469aa46739 authored almost 4 years ago by Folyd <[email protected]>
examples: rename the rest of the legacy `subscriber`s to `collector`s (#1265)

Yeah, another renaming PR. Hahaha ^-^

82363a7e32933ba2381768a3c7db7611887271e3 authored almost 4 years ago by Folyd <[email protected]>
subscriber: rename `layers` to `subscribers` in registry module (#1261)

There still a lot of docs and variables in the registry module that need
to be rectified. This ...

8f30afe28bf4515e6b31e9f15d0be907ecc0fa6d authored almost 4 years ago by Folyd <[email protected]>
docs: fix typo in tracing-subscriber example (#1260)

7f9a798c15c9425840b54e2226a3e4f79316c447 authored almost 4 years ago by FujiApple <[email protected]>
Simplify common case of immediately entering the span (#1252)

* Simplify common case of immediately entering the span

This PR allows the following API:

...

02f307462bce4116e596401884810f92adcf0e6a authored almost 4 years ago by Aleksey Kladov <[email protected]>
log: forward `LogTracer::enabled` to the collector (#1254)

PRs #1247, #1248, and #1251 improve `tracing`'s behavior for the `log`
crate's `log_enabled!` m...

d8a46edafd0a51ee20e1d0e38e42274c7ca270ee authored almost 4 years ago by Eliza Weisman <[email protected]>
chore: rectify Context's generic type name to “C” (#1253)

1. I believe we forgot to rename Context's generic type to `C`.
2. Some docs look kind of mess...

c6b8d7c702d10833bb94e6461bfb88ada4ddbc33 authored almost 4 years ago by Folyd <[email protected]>
subscriber: fix FmtCollector not forwarding max level (#1251)

The `FmtCollector` type is missing a `Collect::max_level_hint
method that forwards the inner st...

98f2ac601970d222ac0ddb3654444e4182f61515 authored almost 4 years ago by Eliza Weisman <[email protected]>
subscriber: set the max `log` `LevelFilter` in `init` (#1248)

Depends on #1247.

Since `tracing-subscriber`'s `init` and `try_init` functions set the
globa...

002f0bbf47ba9742baec6267d889a50801b4beed authored almost 4 years ago by Eliza Weisman <[email protected]>
chore: remove legacy `TraceLogger` in docs (#1245)

Seems like we forgot to remove this? Since `TraceLogger` has been
removed in `tracing-log`'s v0...

cc525a64cd4b680e9fe2ba3908a7e52670eb7c12 authored almost 4 years ago by Folyd <[email protected]>
log: compare `log` record `Level`s against the max level (#1247)

This branch adds a check against the current value of the max global
`LevelFilter` hint in `tra...

21dfa9d7163ef5a2fbb29c14f8d8adbc4fafbfda authored almost 4 years ago by Eliza Weisman <[email protected]>
tracing: fix broken match arms in event macros (#1239)

This PR fixes the event macros to accept syntax like
`info!(target: "test", ?value)`. While thi...

1b800fa085916e8eb99eb6f784a5414d22710db9 authored almost 4 years ago by Bastian Köcher <[email protected]>
chore: fixes typos in Rustdoc and makes explicit use of `dyn`. (#1229)

Co-authored-by: Eliza Weisman <[email protected]>

f81426b0d67e98082824e426425a9c74c844591b authored almost 4 years ago by Folyd <[email protected]>
examples: fix some comments in the examples (#1235)

## Motivation

Fixes some comments in the tracing examples, making it easier
to copy/paste in...

fa109679ed2b8cbc30cf703a3a2952712f10d540 authored almost 4 years ago by Alan Somers <[email protected]>
attributes: remove closure type annotation in `#[instrument(err)]` (#1233)

## Motivation

Currently, using `#[instrument(err)]` on a function returning a `Result`
with ...

5af703023eec878d5561b0603925746f9f0f695d authored almost 4 years ago by Eliza Weisman <[email protected]>
tracing: remove duplicated pattern in event! macro (#1231)

Line [747 to 753](https://github.com/tokio-rs/tracing/blob/70ee64a96f84b90fb50aaf4a44af241df5ce2...

881091a1dd5d3126faeabbca9e3779f1d16c3cce authored almost 4 years ago by Folyd <[email protected]>
chore: fix some trivial typos (#1225)

Fixes typos in Rustdoc and makes explicit use of `dyn`.

70ee64a96f84b90fb50aaf4a44af241df5ce284e authored almost 4 years ago by Folyd <[email protected]>
attributes: fix #[instrument(err)] with mutable parameters (#1167)

## Motivation

The closure generated by `#[instrument(err)]` for non-async functions is
not m...

c0939c30da976a2c8864f3e9132943fdc0cb7634 authored almost 4 years ago by Theodore Cipicchio <[email protected]>
opentelemetry: clarify otel.kind field usage in docs (#1218)

This patch resolves the field value capitalization ambiguity currently
in `otel.kind` by instea...

f05a0f24160750cb45155796297f39750d8a3ac5 authored almost 4 years ago by Julian Tescher <[email protected]>
examples: update Tokio to 1.0 (#1213)

Not sure that there's a issue tracking this, but anyways. Here's an
update to Tokio 1.0!

Thi...

7f6acc5b7e1aa3c25ddc0e4b1b7f2e56a1963c28 authored almost 4 years ago by David Barsky <[email protected]>
tracing: rename new dispatcher -> dispatch (#1217)

It happened again: https://github.com/tokio-rs/tracing/pull/1175/files#r566572698

7c0ab5bcf5cb3b2d1a25bc338b1d42350e76fdae authored almost 4 years ago by Ivan Babrou <[email protected]>
chore(deps): update chrono dependency to 0.4.16 (#1173)

- this allows dropping the old time 0.1 dependency (see https://github.com/chronotope/chrono/blo...

8c65d7843900fc4b1c98e901955f0741cb1f88a2 authored almost 4 years ago by Mark Ingram <[email protected]>
tracing: remove async-await feature (#1143)

https://github.com/tokio-rs/tracing/blob/e3bd8af3ce0090922b5d9795cc5e33083246fc93/tracing/Cargo....

d1abac7478530b05e7bac852326b0367f0556b5d authored almost 4 years ago by Taiki Endo <[email protected]>
Add sample implementation of `FormatEvent` (#1189)

* Add sample implementation of `FormatEvent`

The docs previously didn't provide much help imp...

5649d3b537509af7700d10de24ab7afb32953c56 authored almost 4 years ago by David Pedersen <[email protected]>
tracing: check `log` max level prior to dispatch check (#1175)

Currently, when the `log` feature is enabled but the `log-always`
feature is not, we check the ...

b79704e50b2eaa7834571a01e9ebac79a11fb435 authored almost 4 years ago by Eliza Weisman <[email protected]>
chore: add @davidbarsky as a backup reviewer (#1194)

Co-authored-by: Eliza Weisman <[email protected]>

6d1cc2138ed9fcccb419da9be497f63fe2c00db4 authored almost 4 years ago by David Barsky <[email protected]>
examples: updates factorial to tracing 0.2 & set DEBUG level (#1182)

## Motivation

factorial dbg! example doesn't produce any stdout & is referencing tracing 0.1 ...

16806fc12c36ec5a0a0cff739f1bbf207cd301f1 authored almost 4 years ago by Mark Ingram <[email protected]>
tracing: rename the last dispatch -> dispatcher (#1191)

It was renamed everywhere in #1015, but until #1190 it wasn't possible
to enter this macro bran...

b82f60fee8057f45ae137fd1526f686d415fdbc0 authored almost 4 years ago by Ivan Babrou <[email protected]>
chore: add @carllerche as a tracing-core owner (#1199)

20daf7cd18806e780994bf403fc152b1770eea2f authored almost 4 years ago by Carl Lerche <[email protected]>
opentelemetry: prepare for v0.11.0 release (#1206)

07b81bb5c125de125f01cc9b91a0bfe2273a643a authored almost 4 years ago by Julian Tescher <[email protected]>
opentelemetry: update to otel v0.12.x (#1200)

93a2d287a3691691a716c2106acf5e2b06d7066a authored almost 4 years ago by Julian Tescher <[email protected]>
chore: fix deprecation and clippy warnings (#1195)

This branch fixes two known warnings.

The first fixed warning was in `tracing-core/src/callsi...

ffb8e48e3794c765ea8046af5030d6f2c8758172 authored almost 4 years ago by David Barsky <[email protected]>
Update otel description in tracing README to match workspace (#1163)

* Update otel description in tracing README to match workspace

* Match bullet point syntax

fe570afaffdeeac3d7023b24e3aa05935ec55d14 authored almost 4 years ago by Julian Tescher <[email protected]>
opentelemetry: prepare for v0.10.0 release (#1166)

* opentelemetry: prepare for v0.10.0 release

* Update doc links

384fc48fdde4133cb04e9aca30a98abafac955d9 authored almost 4 years ago by Julian Tescher <[email protected]>
opentelemetry: update to otel v0.11.x (#1161)

## Motivation

Support the latest OpenTelemetry specification

## Solution

In order to su...

705613c3ef04e334b90a49a60676ff7de8e495bd authored almost 4 years ago by Julian Tescher <[email protected]>
subscriber: fix typo in docs (#1150)

## Motivation

It's a typo in docs.

## Solution

Replacing `whicb` with `which`.

Sign...

b4efa6203ab9093e7a6289f74ee0dbec690d5909 authored almost 4 years ago by Bin Liu <[email protected]>
docs: add tracing-elastic-apm to related crates (#1146)

## Motivation

From the readme

> (if you're the maintainer of a tracing ecosystem crate not...

9d7c6143976b7d94d6204a03a9a731f764da5aeb authored about 4 years ago by Kamil Rojewski <[email protected]>
chore: disable default features of tracing dependencies (#1144)

This avoids relatively heavy dependencies (`tracing-attributes`, `syn`,
etc.) in some cases.

7594d40c61411fb399f04a79a31430d842884753 authored about 4 years ago by Taiki Endo <[email protected]>
docs: two minor doc tweaks (#1142)

* tracing (docs): fix minor typo in comment (winkypostrophe)

Signed-off-by: Alan D. Salewski ...

e3bd8af3ce0090922b5d9795cc5e33083246fc93 authored about 4 years ago by Alan D. Salewski <[email protected]>
tracing-flame: add module_path and file_and_line configs (#1134)

We should allow configuring whether or not to display module_path
or file/line in output.

Co...

27b28773513696220d7dca0d800fe25da67b0f68 authored about 4 years ago by Xiaopeng Li <[email protected]>
docs: update README.md (#1133)

Update the closing-spans link.

4f93a6e0aa79bc7cafc8d6165af6e7f5d85116cf authored about 4 years ago by Hossein Mayboudi <[email protected]>
appender: fix race condition when logging on shutdown (#1125)

## Motivation

Fixes the race condition outlined in #1120 .

## Solution

`Worker` now us...

ade548984457181ab200fe028ee029beb79adb2e authored about 4 years ago by Zeki Sherif <[email protected]>
docs: fix typo causing CI doc check warnings (#1129)

## Motivation

I noticed complaints in the doc checks upon CI deployments, and at first
misre...

f8355bbc0d2e0a13d3efaa9309993b58610aa348 authored about 4 years ago by Alan D. Salewski <[email protected]>
subscriber: directives: accept legit log level names in mixed case (env_logger compat) (#1126)

Hi Folks,

This PR is about behavior compatibility with the `env_logger` and `log`
crates. Th...

aa2bae09266a6c167bc1159c247ea665f453d3e4 authored about 4 years ago by Alan D. Salewski <[email protected]>
chore: fix netlify build (#1131)

## Motivation

At Netlify we recently introduced native Rust support in the build
system: htt...

d59f4bc42e9aae6c5a00017a1d09e391667d872d authored about 4 years ago by Marcus Weiner <[email protected]>
chore: don't check examples on MSRV (#1128)

## Motivation

Tracing's examples depend on a number of external crates that the core
`tracin...

2e81818f6648c9994a06bacba4451556098072e6 authored about 4 years ago by Eliza Weisman <[email protected]>
subscriber: Benches for reloadable collectors (#1090)

## Motivation

The docs state that using the `reload` module inflicts a performance
penalty b...

302d4a92dfee951736bd1a3663224694e2cd73cd authored about 4 years ago by David <[email protected]>
ci: switch to `audit-check` GitHub Action for `cargo audit` (#1117)

## Motivation

Currently, we are building and caching `cargo-audit` on CI. The GitHub
Actions...

325d99fa84a3de385882cc2aae151b5ae4d1b9a5 authored about 4 years ago by Eliza Weisman <[email protected]>
subscriber: add lifetime parameter to `MakeWriter` (#781)

## Motivation

Currently, the `tracing-subscriber` crate has the `MakeWriter` trait for
custo...

b1baa6c2ef4877bd7f11de5991234fc81a025947 authored about 4 years ago by Eliza Weisman <[email protected]>
docs: add a blogpost link in External Resources section (#1113)

The blogpost is about the usage of tracing and some of its complementary modules.

Related [Re...

e0fb974a86a715355530f23358f7bb92077ced5b authored about 4 years ago by Ecky Putrady <[email protected]>
examples: add fmt-multiple-writers.rs (#1106)

This PR:

* Adds an example demonstrating how `fmt::Subscriber` can be used to write to stdout a...

48c415fcef5b0586c3097575a5337b679bfa92c1 authored about 4 years ago by David Barsky <[email protected]>
subscriber: rename trait CollectorExt to CollectExt (#1115)

The trait being augmented is the 'Collect' trait, so name the trait
that extends should be call...

b3c1e0eb8d1bb81892cb333d48f2471112d37d2a authored about 4 years ago by Alan D. Salewski <[email protected]>