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

docs: Remove deny(broken_intra_doc_links) (#1114)

As of Rust 1.48, these are stable and the warnings are enabled by default.

1f3e095a5d5ecd9f0338ba6cb6cfe5e16acd2166 authored about 4 years ago by Joshua Nelson <[email protected]>
docs: Switch to even more intra-doc links (#1084)

9e07ff8143257b8b46e2f0af4e7405ba04f0fbfd authored about 4 years ago by Joshua Nelson <[email protected]>
chore(deps): update parking_lot requirement from >= 0.7, <= 0.11 to >= 0.7, <= 0.12 (#1111)

Updates the requirements on [parking_lot](https://github.com/Amanieu/parking_lot) to permit the ...

e7f57e49fe2b32f012a7a9ea9d29718bcf5af5b7 authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
subscriber: Remove trailing space from ChronoLocal time formatter. (#1103)

I reckon this is a bug, and @samschlegel fixed this for ChronoUtc,
but not for ChronoLocal.

8e5d9b9c7ca00d25bfa137552499ecab29b91310 authored about 4 years ago by Naja Melan <[email protected]>
docs: fix minor typo for DEFAULT_BUFFERED_LINES_LIMIT (#1109)

ebab36924eb6f3617507e82700aa2dd20348aaa6 authored about 4 years ago by Alan D. Salewski <[email protected]>
docs: add missing example for Rotation::MINUTELY (#1110)

783bdd16eb9a3e79b1d54813a320ec85083694a7 authored about 4 years ago by Alan D. Salewski <[email protected]>
examples: fix echo example by reintroducing concurrency (#1107)

0d661b616080e521b0c35623142fc48ea27c37dd authored about 4 years ago by David Barsky <[email protected]>
chore(deps): update pin-project-lite requirement from 0.1 to 0.2 (#1108)

Updates the requirements on [pin-project-lite](https://github.com/taiki-e/pin-project-lite) to p...

103689a22c7bd4dac03e8dcaf70e0f8fc877c7c6 authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
opentelemetry: prepare for 0.9.0 release (#1104)

6b272c6c4ed02bef9c8409b8fbe0db6bc87abc12 authored about 4 years ago by Julian Tescher <[email protected]>
Add busy/idle timings to the opentelemetry subscriber (#1096)

c142c406f2fe23e668fd8bc8d4d67cff0d502454 authored about 4 years ago by Maxime Bedard <[email protected]>
ci: install cargo-hack from GitHub release instead of using cache (#1100)

## Motivation

Closes #648

## Solution

Install cargo-hack from GitHub release instead of...

fa105b6eca8a03576ca7604354850a1580673e56 authored about 4 years ago by Taiki Endo <[email protected]>
subscriber: make with_ansi docs consistent (#1098)

3ea53c6d79652beac45ea14e2ff2c23108cde917 authored about 4 years ago by xd009642 <[email protected]>
opentelemetry: update to latest otel release version (#1049)

## Motivation

Support the latest OpenTelemetry specification

## Solution

In order to su...

4f7356100f82684e8647b1e6220518ffb8ae95d9 authored about 4 years ago by Julian Tescher <[email protected]>
subscriber: use default values for all Format type params (#1087)

`format::Format` already has default values for the log format (`Full`)
as well as time measuri...

8e5101fc3b00f1ca00f2d14e7bb2b1a1b8cc9a71 authored about 4 years ago by David <[email protected]>
chore: Use `cfg_feature!` for Module Declarations in Registry (#1074)

710228e78ff8bcb25f1320dbbdffbb80804d6b0d authored about 4 years ago by nasa <[email protected]>
Add support for converting errors wrapped by TracedError (#1055)

## Motivation

Right now TracedError is pretty much incompatible with enum heavy error
handli...

ef1d940bfb335989c0a5051162886eb0a4216cf9 authored about 4 years ago by Jane Lusby <[email protected]>
subscriber: fix accessing the field formatter from `FmtContext` (#1081)

## Motivation

Currently, the `FmtContext` type implements `FormatFields` using the
subscribe...

8070a851ac3c7106cdd58ec8e2caa76db365d483 authored about 4 years ago by Eliza Weisman <[email protected]>
docs: Convert even more intra-doc links (#1077)

## Motivation

#940

## Solution

This changes the docs.rs links, many of which were broke...

a0e1daa7beeb267a0bae5197a4c6abbadf9c8617 authored about 4 years ago by Joshua Nelson <[email protected]>
docs: Convert _all_ the intra-doc links (#1022)

## Motivation

Closes https://github.com/tokio-rs/tracing/issues/940.

## Solution

Uses ~...

879b350708b25f6dc7548b0dd3e685bab0c0a1ae authored about 4 years ago by Joshua Nelson <[email protected]>
chore: Fix several renames missed in #1015 (#1066)

The changes were in tests, tracing-error, and example.

eadf2a23da21cc1e9572ed223fe386ef956e1afe authored about 4 years ago by David <[email protected]>
subscriber: make `Compact` formatter not be useless (#1069)

Depends on #1067

## Motivation

Currently, the `Compact` event formatter in `tracing-subsc...

70d55afba04042c20bba97ce5b1ad15dda92cf09 authored about 4 years ago by Eliza Weisman <[email protected]>
subscriber: add `Pretty` formatter (#1067)

## Motivation

Currently, the `tracing_subscriber::fmt` module contains only
single-line even...

bd8c6da0ce7561fc2b6c1e6a5c993f7209e155b3 authored about 4 years ago by Eliza Weisman <[email protected]>
subscriber: update sharded-slab to 0.1, pool hashmap allocations (#1062)

## Motivation

hawkw/sharded-slab#45 changes `sharded-slab` so that the per-shard
metadata is...

1bf9da2bc7fee836bbb85051d42570ed8b7c5731 authored about 4 years ago by Eliza Weisman <[email protected]>
subscriber: remove deprecated type, structs, and methods #1030

This PR removes the deprecated items in `tracing-subscriber`. It _does
not_ remove `Collect::dr...

eeb6974cab7277d5691fee91df8947fe71e05151 authored about 4 years ago by David Barsky <[email protected]>
core: rename Subscriber to Collect (#1015)

This PR renames the following:

- `tracing_core::Subscriber` to `tracing_core::Collect`
- `tr...

98ba44c22ee0d5f96f464b2d0fea8d577c69be7f authored about 4 years ago by David Barsky <[email protected]>
chore: fix rustdoc warning in tracing-subscriber (#1061)

b7b14df21943480c2a425f0510634cf9e5ce61b1 authored about 4 years ago by Veetaha <[email protected]>
subscriber: remove TraceLogger (#1052)

* Remove TraceLogger

The `TraceLogger` implementation is deprecated and this PR removes it
c...

0dc8ef2da97f605689fff17f6c38b69e105a5281 authored about 4 years ago by David <[email protected]>
subscriber: make Registry::enter/exit much faster (#1058)

## Motivation

We've tried very hard to make sure that entering and exiting spans is
lightwei...

67340e911f8362209940836741b38c9295a3d040 authored about 4 years ago by Eliza Weisman <[email protected]>
chore(deps): update env_logger requirement from 0.7 to 0.8 (#1050)

Updates the requirements on [env_logger](https://github.com/env-logger-rs/env_logger) to permit ...

499d3da19c4b36008bcfd934fa0ff3224921f909 authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
chore: fix tracing-macros::dbg (#1054)

…and the `factorial` example.

19af2924f1bcf9c458264a420adc5b77ae17e93e authored about 4 years ago by David <[email protected]>
chore(deps): update pin-project requirement from 0.4 to 1.0 (#1038)

Updates the requirements on [pin-project](https://github.com/taiki-e/pin-project) to permit the ...

cd911e069e4f7761b95a215d409792bcde32e15a authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
chore: remove duplicated section from tracing/README.md (#1046)

In `tracing/README.md`, the section "Supported Rust Versions" was
presented twice with the sa...

b5b26beb33127416fd2bc0f9c6aa01df9e13d3c9 authored about 4 years ago by Guilherme Souza <[email protected]>
opentelemetry: prepare for 0.8.0 release (#1036)

549c919d0f87333e676e5b039c2116f0df53ddd2 authored about 4 years ago by Julian Tescher <[email protected]>
docs: add favicon for extra pretty docs (#1033)

A PR to make the docs extra swish via a favicon for the browser tab!

Before

![image](http...

f841b579cbc8f14d3e2fe269f37e43851a2542c2 authored about 4 years ago by xd009642 <[email protected]>
subscriber: fix `reload` ergonomics (#1035)

## Motivation

Currently, the `reload` layer is generic over both the type of the layer
being...

83760225fa6c48b23fb31d54db94d6fc3e1c09fe authored about 4 years ago by Eliza Weisman <[email protected]>
chore(deps): update crossbeam-channel requirement from 0.4.2 to 0.5.0 (#1031)

Updates the requirements on [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) to pe...

aef5bd83f8a0e45636b8386ce36ec887c4ca841a authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
opentelemetry: Assign default ids if missing (#1027)

## Motivation

It is currently possible to create a span graph which includes a span
that has...

082ce998c41af53e4a812a17eabf74596ffa6eea authored about 4 years ago by Julian Tescher <[email protected]>
chore: remove deprecated add-path from CI (#1026)

## Motivation

Use of `echo "::add-path::<PATH>"` has been deprecated on GitHub CI.

## Solu...

288f71da248d9a181d055f6a7c0a9d7ae9d1bdd8 authored about 4 years ago by Darin Morrison <[email protected]>
attributes: fix `#[instrument(err)]` in case of early returns (#1006)

## Motivation

For the non-async case, early returns could escape the block so that the
error...

4e87df54842aed979f79cbf2859f71d518e09674 authored about 4 years ago by Felix Wiedemann <[email protected]>
core: remove mandatory liballoc dependency with no-std (#1017)

## Motivation

Presently, `tracing` and `tracing-core` allow disabling the Rust
standard libr...

940808c68a1ed7ff53f618dd87779391022ab02c authored about 4 years ago by Eliza Weisman <[email protected]>
chore(deps): update cfg-if requirement from 0.1.10 to 1.0.0 (#1023)

Updates the requirements on [cfg-if](https://github.com/alexcrichton/cfg-if) to permit the lates...

692c879c1f2538f3f07cb6c8bcf247805d16df66 authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
subscriber: warn if trying to enable a statically disabled level (#990)

## Motivation

Fixes https://github.com/tokio-rs/tracing/issues/975.

## Solution

Thi...

1d901b33a5fc537201759fa2da86d08590615362 authored about 4 years ago by Joshua Nelson <[email protected]>
subscriber: use macros for module declarations (#1009)

## Motivation

This is code refactoring. Currently, there is a lot of code that declares
modu...

cb1dd95b8a67c3c69450882e8f8818546330a8ff authored about 4 years ago by nasa <[email protected]>
chore: remove `stdlib.rs` (#1008)

## Motivation

Since `core` and `alloc` are unconditionally available, there is no
need to us...

dcad8d0f10fbd7c339a662a68d480eb876669b57 authored about 4 years ago by Joshua Nelson <[email protected]>
core: fix linked list tests reusing `Registration`s (#1016)

## Motivation

Currently, the tests for the linked list implementation in
`tracing_core::call...

4707e6fe40238387cb0c1e84578c8de82ca969fe authored about 4 years ago by Eliza Weisman <[email protected]>
subscriber: support dash in target names (#1012)

This adds support for having dashes in log target names, like:
`target-name=info`

## Motivat...

5fb114f889cee784fb81763f1bed5725fd6b7e8b authored about 4 years ago by Bastian Köcher <[email protected]>
docs: switch to intra-doc links in tracing-core (#1010)

## Motivation

This caught multiple broken links in the documentation. Partially
addresses #9...

e8d2567c6762d3e89d4c7b19dd527e7aa794dc54 authored about 4 years ago by Joshua Nelson <[email protected]>
tracing-opentelemetry: implement additional record types (bool, i64, u64) (#1007)

## Motivation

While using `tracing-opentelemetry` I noticed all the data gets sent to the
co...

04bbb15d3a4c0f74027312b8951484807ca22d48 authored about 4 years ago by Bernardo Meurer <[email protected]>
core: add intrusive linked list for callsite registry (#988)

This change adds an intrusive `LinkedList` for the
callsite registry. The linked list is lock-f...

0fcc9fd87afdf55124c9e902df0f4ff1470fa537 authored about 4 years ago by Lucio Franco <[email protected]>
serde: allow tracing-serde to work on no_std. (#960)

Allows `tracing-serde` to work on devices without `std`.

* Enable `#[no_std]` in `tracing-se...

9c6dd2d58568a5dabee8425f8815b236d4c421fe authored about 4 years ago by Ana Hobden <[email protected]>
tracing: remove `Into<Option<Id>>` impl for `Span` (#1003)

* tracing: remove `Into<Option<Id>>` impl for `Span`

This doesn't work correctly, since the s...

95d5511b4af89ccebd43ebb3f632914dba5764c1 authored about 4 years ago by Eliza Weisman <[email protected]>
tracing: make `Entered` `!Send` (#1001)

## Motivation

The `Entered` guard returned by `Span::enter` represents entering and
exiting ...

515255fe4f0c67da2737c2d11af1a6196cdc3823 authored about 4 years ago by Eliza Weisman <[email protected]>
chore: fix nightly clippy warnings (#991)

## Motivation

This will avoid breaking CI on new releases of clippy. It also makes the
code ...

2f59b32a46d7be7d74270a30bb6566b38f871665 authored about 4 years ago by Joshua Nelson <[email protected]>
chore: bump all crate versions (#998)

This branch updates all crate versions to 0.2.x. After this PR merges,
we can now develop `trac...

19440dd6bac8d42e43df7c1f635aeee0c5321ec1 authored about 4 years ago by Eliza Weisman <[email protected]>
macros: fix the `tracing-macros` crate not compiling (#1000)

## Motivation

The `tracing-macros` crate doesn't currently compile with the latest
`tracing`...

09a365780f7da3d75ca1f1835f277b616383778b authored about 4 years ago by Eliza Weisman <[email protected]>
tracing: prepare to release 0.1.21 (#997)

### Fixed

- Incorrect inlining of `Span::new`, `Span::new_root`, and
`Span::new_child_of`,...

386969ba9ab6862f686a6aae60aa6b8781b91408 authored about 4 years ago by Eliza Weisman <[email protected]>
core: prepare to release 0.1.17 (#996)

### Fixed

- Incorrect inlining of `Event::dispatch` and `Event::child_of`, which
could res...

182684e5569ee482971c023bec830e9edeaa01a5 authored about 4 years ago by Eliza Weisman <[email protected]>
subscriber: make `PartialOrd` & `Ord` impls more correct (#995)

## Motivation

Currently, there are some minor issues with `Ord` and `PartialOrd` impls
in `t...

fa4fece63b48d4af24b450f292192290ec3c104b authored about 4 years ago by Eliza Weisman <[email protected]>
core, tracing: don't inline dispatcher::get_default (#994)

## Motivation

Presently, functions for recording new spans and events that can get the
curre...

4bbdc7c761d6b952a7b7b88ce05732420945915f authored about 4 years ago by Eliza Weisman <[email protected]>
core: make `Level` and `LevelFilter` `Copy` (#992)

## Motivation

This makes both structs easier to use because you no longer have to
worry abou...

8d6ebf16dcf317372ca5f4bab13f222285d7ce6b authored about 4 years ago by Joshua Nelson <[email protected]>
tracing: Instrument std::future::Future (#808)

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

a8cc977e01ec4e1dce4137e37cfc1bfba7ebbed8 authored about 4 years ago by David Barsky <[email protected]>
tracing: move `ValueSet` construction out of closures (#987)

## Motivation

In PR #943, the construction of `ValueSet`s for events and spans was
moved out...

216b98edc7e467dfd17fdf49245a50813e0581fb authored about 4 years ago by Eliza Weisman <[email protected]>
docs: add `deny(broken_intra_doc_links)` (#981)

## Motivation

In order to get a compiler warning (or error) when links are broken.
Closes #...

6f0122657009e47077c9a2207d592e1fc38c910f authored about 4 years ago by Takayuki Maeda <[email protected]>
fix typo in README.md (#980)

fba2ed20054dc09e69b207c32ca20b8684e85836 authored over 4 years ago by Nathan Froyd <[email protected]>
attributes: add visibility to async-trait output (#977)

Instrument removes the visibility of function that looks like its
from async-trait even if its ...

743283dd5ad7cf6d4bd434819efa60ec55ad7a93 authored over 4 years ago by Ian Cronkright <[email protected]>
subscriber: bump serde dep, update release date (#974)

`tracing-subscriber` depended on unreleased `tracing-serde` APIs and
thus couldn't be released ...

106e251912d2822f809d0b14407b38d0eb4eea8a authored over 4 years ago by Eliza Weisman <[email protected]>
serde: prepare to release 0.1.2 (#973)

### Added

- `SerdeMapVisitor::finish` to complete serializing the visited objects
(#892)
...

52667624e8eace993f081bd69f77a43ea9a9f96a authored over 4 years ago by Eliza Weisman <[email protected]>
subscriber: prepare to release 0.2.12 (#970)

# 0.2.12 (September 8, 2020)

### Fixed

- **env-filter**: Fixed a regression where `Option<...

3dd5c03d907afdf2c39444a29931833335171554 authored over 4 years ago by Eliza Weisman <[email protected]>
chore: prepare to release tracing-core 0.1.16 (#968)

# 0.1.16 (September 8, 2020)

### Fixed

- Added a conversion from `Option<Level>` to `Level...

29ccdf9df1f75e02fddec856d5bbd4e91dd46e95 authored over 4 years ago by David Barsky <[email protected]>
subscriber: Added BoxMakeWriter. (#958)

## Motivation

See context from
https://github.com/tokio-rs/tracing/pull/776#discussion_r4680...

95e45750809e816348f70552c42ce55827c0681a authored over 4 years ago by Sri Ramanujam <[email protected]>
core: add conversion from `Option<Level>` to `LevelFilter` (#966)

Resolves a previously unreported issue where `Option<Level>` is not
a valid `LevelFilter`.

11f577a7fd9bf0b90441531ffaf9bc62de03a043 authored over 4 years ago by David Barsky <[email protected]>
docs: add tracing-tracy to related crates (#964)

## Motivation

tracing-tracy has become tested enough that I’m comfortable with suggesting it ...

fbaa2fdffd101777b29e23d120bc7fc0417011bf authored over 4 years ago by Simonas Kazlauskas <[email protected]>
docs: document the default span level in #[instrument] (#965)

76d60d88a3a8301b3ca98cf0a5a4bfb457fd203d authored over 4 years ago by Simonas Kazlauskas <[email protected]>
opentelemetry: Add PreSampledTracer interface (#962)

## Motivation

Currently the `OpenTelemetryLayer` is coupled to the opentelemetry SDK
in a wa...

3bda893a6ea7df04c4b99d4f9d38bcf21fe9b2c1 authored over 4 years ago by Julian Tescher <[email protected]>
tracing: run tests on `wasm32-unknown-unknown` (#959)

## Motivation

refs #642

Start Testing the core crate in a wasm environment. This requires...

9a2ae7181eb58a46620ead34836b18f6b0376cfe authored over 4 years ago by Cynthia Coan <[email protected]>
opentelemetry: Connect external traces (#956)

## Motivation

There are cases where an `opentelemetry` span will be created before a
`tracin...

9ab7f6eeb13725b4c03ac596473c6544a0a61c95 authored over 4 years ago by Julian Tescher <[email protected]>
tracing: prepare to release 0.1.20 (#952)

### Changed

- Significantly reduced assembly generated by macro invocations (#943)
- Updat...

748a1bf06efe58eaaccdcd915d7337f0b775f827 authored over 4 years ago by Eliza Weisman <[email protected]>
docs: add a version of the logo with text (#953)

This changes the logo to a wordmark. This should be consistent
with the ones for all the other ...

f470db1b0354b368f62f9ee4d763595d16373231 authored over 4 years ago by Eliza Weisman <[email protected]>
core: prepare to release 0.1.15 (#951)

### Fixed

- When combining `Interest` from multiple subscribers, if the interests
differ, ...

0454d6b41204a5cf98094ae1bebf20f6d97cb60b authored over 4 years ago by Eliza Weisman <[email protected]>
tracing: ensmallerate assembly generated by macro expansions (#943)

## Motivation

Currently, tracing's macros generate a *lot* of code at the expansion
site, mo...

26925609c9b0723370ecd200234c116549be75b6 authored over 4 years ago by Eliza Weisman <[email protected]>
docs: Add diesel-tracing to related crates (#947)

Includes a listing of `diesel-tracing` as a related third party crate.

This crate provides in...

5e48505d76e97fb8f5ee9ca5259ec72e561fecfc authored over 4 years ago by John Children <[email protected]>
chore: start building most subcrates in wasm on CI (#946)

refs #642

## Motivation

More, and more code is targeting wasm architectures. This is usefu...

b920dcb1e1addcc6442fcb2e930998dfc4c83403 authored over 4 years ago by Cynthia Coan <[email protected]>
chore: fix typo in code comments (#950)

26992853965b122aff273d76dffabbe8e8b31eb9 authored over 4 years ago by Keeton Hodgson <[email protected]>
docs: Fix documentation (#949)

This seems extraneous.

60d86a553a551275dd96c24a7c37d71f0b0b6f50 authored over 4 years ago by Steve Klabnik <[email protected]>
subscriber: Reorder JSON fields (#892)

## Motivation

JSON is a structured format, so the order of the fields should be
unimportant....

c518e1a7d0e4aa1597847f8f51f19a2093c61786 authored over 4 years ago by Bryan Burgers <[email protected]>
docs: add tracing-unwrap to the Related Crates (#944)

This PR adds [`tracing-unwrap`](https://docs.rs/tracing-unwrap) to the
list of related crates i...

ede3f1a81e18407383ea9c7bab490900b3d19bd7 authored over 4 years ago by Andre B. Reis <[email protected]>
subscriber: Implement TestWriter to capture logs in `cargo test` (#938)

ea633f59830bd1ca8cfba4b84960992ce5944429 authored over 4 years ago by samrg472 <[email protected]>
docs: Mention test-env-log as "related crate" (#939)

The test-env-log crate comes in useful when testing tracing based
applications/libraries. With t...

6964b489b34dd8eeb5dab90866c015a5fb6a094d authored over 4 years ago by Daniel Müller <[email protected]>
attributes: prepare to release 0.1.11 (#942)

### Fixed

- Corrected wrong minimum supported Rust version note in docs (#941)
- Removed unu...

b1a98d618cd76d309d781989049d2ba40f951df5 authored over 4 years ago by Eliza Weisman <[email protected]>
docs: consistent MSRV docs & policy explanation (#941)

## Motivation

PR #934 fixed a bug in the CI configuration where MSRV checks were not
being r...

3f8280ae6994bdceecad0b511de2fb4b4d1d8553 authored over 4 years ago by Eliza Weisman <[email protected]>
chore: correct the MSRV check (#934)

## Motivation

The current MSRV check is lazybones, it's meaningless unless we override
toolc...

1e086e82081386222b83f5fa25b4a223fc3570dd authored over 4 years ago by Yuki Okushi <[email protected]>
examples: disable `opentelemetry`'s default features

The `opentelemetry` crate depends on `prometheus`, which depends on
`protobuf`, a crate which do...

b3582013d8810255a870030e34b2c26530684af1 authored over 4 years ago by Eliza Weisman <[email protected]>
attributes: remove use of non-MSRV-compliant `Option::flatten`

PR #875 added code to `tracing-attributes` that uses `Option::flatten`,
which was only added to ...

076c29edeff56ec6997f30cc0715b801644fbf96 authored over 4 years ago by Eliza Weisman <[email protected]>
opentelemetry: prepare for v0.7.0 release (#933)

8fd9e7648a6ad32b377b8534c16572d9546825f9 authored over 4 years ago by Julian Tescher <[email protected]>
Bump to opentelemetry:0.8, opentelemetry-jaeger:0.7 (#932)

798ed9d31af61a4688dd815a86cba246002e4344 authored over 4 years ago by Maxime Bedard <[email protected]>
docs: fix install global subscriber example in README.md (#931)

806f81a694d1282af28922b29559e556b0eee051 authored over 4 years ago by messense <[email protected]>
attributes: remove unnecessary syn features (#928)

This PR removes the "derive" feature, which is not used.

The "extra-traits" flag could be eli...

9fa878fee50efdacbe48218d356ea4842b65d7e4 authored over 4 years ago by Jacob Pratt <[email protected]>
subscriber: impl `Layer` for `Option<T:Layer>` (#910)

## Motivation

Fixes #894

## Solution

This PR implements Layer for Option, allowing user...

e9b6645f0c7cff6e4164b9ecd3d290939ffd77d9 authored over 4 years ago by Tarun Pothulapati <[email protected]>
core: change `Interest`-combining to play nicer with multiple subscribers (#927)

## Motivation

Currently, when multiple subscribers are in use, the way that `Interest`
value...

2a5da8d75b35a572ea6440316c8b94fc46135f1a authored over 4 years ago by Eliza Weisman <[email protected]>
test: add nicer debug output to mock subscribers (#919)

## Motivation

The test-support mock subscribers currently `println!` a bunch of
debugging ou...

c2e57727d3bc3b04e202487ffb86cfb68fd04362 authored over 4 years ago by Eliza Weisman <[email protected]>