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: "implementing FormatEvent" docs (#1727)

This branch adds some documentation to the `FormatEvent` trait in
`tracing_subscriber::fmt` on ...

772290d4d958ebe8526fe499cd7f1b4e3aaba9db authored about 3 years ago by Eliza Weisman <[email protected]>
chore(CI): split CI into separate workflows (#1723)

* chore(CI): split CI into separate workflows

Tracing runs a very large number of jobs on CI....

0512245893edb2137e603c93da3de8ed1633925a authored about 3 years ago by Eliza Weisman <[email protected]>
docs: remove unpaired closing tags (#1722)

e51f0835beec59c910f3670add87d7a43db80111 authored about 3 years ago by Daiki Mizukami <[email protected]>
appender: fix WorkerGuard not waiting for writer destruction (#1713)

## Motivation

Can be though of as a continuation to #1120 and #1125.

Example with problema...

b439705a8f6f2f81935a7747765935869003f7d3 authored about 3 years ago by trtt <[email protected]>
subscriber: clarify the provenance of fmt/time/datetime.rs (#1712)

Add comments to clarify the provenance of `fmt/time/datetime.rs`,
addressing https://github.com...

c6055aab8529ec304fd1f961765c274e3756251b authored about 3 years ago by Krasimir Georgiev <[email protected]>
journald: add integration tests for journald subscriber (#1709)

Per discussion with @hawkw in #1698 I'm adding a few simple integration
tests for the journald ...

fdf8178152bdb0a33fdf2467e7b4560d664e1b9c authored about 3 years ago by lunaryorn <[email protected]>
subscriber: use ANSI formatting in field formatters (#1702)

Depends on #1696

## Motivation

PR #1696 adds a new API for propagating whether or not ANS...

414b1c6df4a5d659a27fbab48db456ed7fa86b91 authored about 3 years ago by Eliza Weisman <[email protected]>
subscriber: propagate ANSI config via `Writer` (#1696)

## Motivation

Currently, whether `tracing-subscriber`'s `fmt` subscriber will ANSI
formattin...

8a7d0c521c81fd56c6405bac2e5b771f42d8c2a9 authored about 3 years ago by Eliza Weisman <[email protected]>
subscriber: document `time`'s `--cfg unsound_local_offset` (#1699)

## Motivation

The `time` crate must be compiled with `--cfg unsound_local_offset` in
order f...

8d4d5ac1a95770230046cc860e81d25ae3261a1d authored about 3 years ago by Eliza Weisman <[email protected]>
subscriber: fix a few broken RustDoc links (#1701)

This fixes a handful of broken RustDoc links I noticed in
`tracing-subscriber`.

610d80a051d53e6143ffb7cb2c1f1e94ded29d44 authored about 3 years ago by Eliza Weisman <[email protected]>
core: fix incorrect docs in `tracing_core::LevelFilter` (#1692)

Resolves #1669. Namely, I:
- fixed the incorrect docs on `LevelFilter`.
- Removed a stray backti...

1d9b9310ada56fa24f1e81d5c2b5ec9767963c8a authored about 3 years ago by David Barsky <[email protected]>
subscriber: update tracing_subscriber::fmt docs (#1690)

Brings the `fmt` docs in line with the crate docs.

d6f5a3f86e269421f54ac73511c7a215a4c1f086 authored about 3 years ago by Arpad Borsos <[email protected]>
subscriber: don't bail when timestamp formatting fails (#1689)

## Motivation

Currently, `tracing_subscriber::fmt` will bail out of formatting the log
line ...

05686f2c2e88c614cf40329adc73cf495370fd70 authored about 3 years ago by Eliza Weisman <[email protected]>
subscriber: fix unused method warnings for `Extensions` (#1686)

## Motivation

Currently, there are some `pub(crate)` methods on the `Extensions`,
`Extension...

3392be93cb9262a5da54c23e5772e79a8736d50e authored about 3 years ago by Eliza Weisman <[email protected]>
subscriber: fix `LocalTime` being re-exported by the `time` feature (#1685)

## Motivation

Currently, the `pub use` re-export for the `LocalTime` struct is enabled
whene...

a5aab9592f21dfaf5a2a72153530d0e436a984cb authored about 3 years ago by Eliza Weisman <[email protected]>
appender: fix compilation 32-bit platforms like PowerPC (#1675)

This branch is @dzvon's PR #1508, with the following changes:

* Add a newtype wrapping the er...

c91504dee5027d24c846f9e076c5dd024acfa221 authored about 3 years ago by Eliza Weisman <[email protected]>
subscriber: rename `Subscribe::new_span` to `on_new_span` (#1674)

While we're breaking things, we may as well do this as well.

Closes #630
Closes #662

2b3aa06de43c8e199378b9e4962cb78e658631e5 authored about 3 years ago by Eliza Weisman <[email protected]>
appender: replace chrono with time (#1652)

## Motivation

This PR continues the work started in
https://github.com/tokio-rs/tracing/pull...

336f8caab9dd896df75ef31f4e1f38e1e36dd562 authored about 3 years ago by David Barsky <[email protected]>
chore: add CI env variable configurations (#1672)

This branch adds some environment variables to configure *all* CI jobs.
In particular, we:

-...

6aafe528e1c22f9e6f1b88ad2ac7b3e374f812af authored about 3 years ago by Eliza Weisman <[email protected]>
docs: add blog posts as external resources (#1667)

As requested at https://twitter.com/mycoliza/status/1451288675547967514

6b6eb6ad371e38daa4fef1f76b6d3abdacbde53f authored about 3 years ago by Bryan Burgers <[email protected]>
core: update parent() documentation (#1665)

`Event::parent()` and `Span::parent()` returns an `Option`, not boolean.

9c131c0902cea03d2da93f99692675c280fc70fd authored about 3 years ago by Markus Bergkvist <[email protected]>
subscriber: replace `dyn Write` with a `Writer` type (#1661)

## Motivation

Currently, the `FormatEvent` and `FormatFields` traits in
`tracing-subscriber`...

937c5d7cf08f5829651e3e9f99227c92e159fa82 authored about 3 years ago by Eliza Weisman <[email protected]>
subscriber: feature flags that require `std` enable it (#1660)

## Motivation

Currently, some `tracing-subscriber` dependencies in other crates use
`default...

a2ddc7bd8ff2435726ed4a683ea84d049f61d2c5 authored about 3 years ago by Eliza Weisman <[email protected]>
chore(CI): change `cargo audit` to run on a schedule (#1658)

## Motivation

Currently, `cargo audit` checks are run on every push that modifies
`Cargo.tom...

6be0cc5650fe265a80be497dce5171d86608a9a3 authored about 3 years ago by Eliza Weisman <[email protected]>
subscriber: add minimal `#![no_std]` support (#1648)

Depends on #1649

## Motivation

Presently, the `tracing-subscriber` crate requires the Rus...

226f605900838d3a0e0db5d50359e667f530f33b authored about 3 years ago by Eliza Weisman <[email protected]>
subscriber: remove `Subscribe` impls for `Arc`s (#1649)

Implementing `Subscribe` for `Arc`s, which are immutable, breaks the
ability to implement `Subs...

ae37598eb93e1f158a4d55c3c6f5ea628a60e0ff authored about 3 years ago by Eliza Weisman <[email protected]>
subscriber: reduce default features (#1647)

This changes `tracing-subscriber` so that the `env-filter`, `json`,
and `chrono` features are ...

545fc18f8bc10928db14c94632f8ab132d113646 authored about 3 years ago by Eliza Weisman <[email protected]>
subscriber: replace `chrono` with `time` for timestamp formatting (#1646)

## Motivation

Currently, `tracing-subscriber` supports the `chrono` crate for
timestamp form...

6614b2f9ed680de1143e662ba0a56fe29db17060 authored about 3 years ago by Eliza Weisman <[email protected]>
attributes: refactor into separate modules (#1643)

## Motivation

Currently, `tracing-attributes` consists of one very large `lib.rs`
module tha...

bbe3c1d5028a0747331430faec04a7c699cb558f authored about 3 years ago by Eliza Weisman <[email protected]>
attributes: speculative expand when parsing fails (#1634)

## Motivation

Recent `rust-analyzer` versions enabled automatic expansion of proc
macro attr...

202632c38075ae695177b86a63aa91d674ed2ef4 authored about 3 years ago by cynecx <[email protected]>
attributes: add `err(Debug)` meta to use `Debug` impl (#1631)

## Motivation

This PR attempts to solve #1630 by introducing `err(Debug)` meta to
`intrument...

a1868eacd606e0922bfff492995258572c123a76 authored about 3 years ago by Ceyhun Can Ulker <[email protected]>
docs: add `tracing-etw` to Related Crates (#1635)

This PR adds tracing-etw which is a new crate.

* Update README.md

* Update lib.rs

93962111643aa563d2cc85d1e6ec9515f67afb39 authored about 3 years ago by Ricky Han <[email protected]>
subscriber: document that directives are comma-separated (#1637)

Previously, the documentation explained that an `EnvFilter` consisted
of multiple directives, b...

8474014db4b5b2e4344e4a0cd8ca5f5f9d7fb833 authored about 3 years ago by Nick Mathewson <[email protected]>
attributes: remove unnecessary quote_spanned! (#1617)

## Motivation

Apparently, using `quote_spanned!` can trigger a Clippy bug where the
text `el...

2f6fcb0fabff541d14b0fe3a5211b8f472fec4cb authored about 3 years ago by Eliza Weisman <[email protected]>
attributes: fix compile error with instrumented async functions (#1616)

## Motivation

The changes in #1607 introduced a potential compilation error when using
the `...

72400d714e5ee158f1450990b121a505f2118eb0 authored about 3 years ago by Eliza Weisman <[email protected]>
attributes: suppress `clippy::suspicious_else` without nop let (#1614)

Currently, `tracing-attributes` generates a `let _ = ();` in between the
`if tracing::level_ena...

fb45ba9a6dffbd2caab22960bafaffeca128afb6 authored about 3 years ago by Eliza Weisman <[email protected]>
attributes: skip `async` spans if level disabled (#1607)

## Motivation

In #1600, the `instrument` code generation was changed to avoid ever
construct...

0fa74b9caee1dbb01b8d67ed1e526061ab7156b6 authored about 3 years ago by Eliza Weisman <[email protected]>
tracing: add missing `Future` impl for `WithDispatch` (#1602)

## Motivation

The version of `WithCollector` in `tracing::instrument` (rather than in
`traci...

a320f01597d28bfee52a2fefd4b31388dc76545c authored about 3 years ago by Eliza Weisman <[email protected]>
appender: explicitly flush previous BufWriter before dropping (#1604)

## Motivation

When a `RollingFileAppender` is refreshed, the previous `BufWriter` may
encoun...

bfb925b60a9e9f814ac3d535ff24e38076c9fac1 authored about 3 years ago by Zach Kemp <[email protected]>
core: additional deprecation fixes (#1606)

This should *actually* fix the build on no-std.

Signed-off-by: Eliza Weisman <[email protected]>

87e27a1582ee2ceecfa5d0d5df93cd42ea2fde62 authored about 3 years ago by Eliza Weisman <[email protected]>
core: fix `spin_loop_hint` deprecation (#1603)

Allow the deprecated API for now, until the next MSRV bump.

Signed-off-by: Eliza Weisman <eli...

96aa8211d158a1423657985ac67b98b6593650ff authored about 3 years ago by Eliza Weisman <[email protected]>
attributes: help LLVM understand that some spans are never going to do anything (#1600)

## Motivation

Adding `#[instrument(level = "debug")]` attributes to functions in rustc
cause...

e448aa37b5b2ee14b2c286f29864960a13a8453e authored about 3 years ago by Oli Scherer <[email protected]>
docs: add a parenthesis (#1597)

## Motivation
Looks like doc is missing a parenthesis

## Solution
Add a parenthesis

7cb04b2a5197e9d79735740bd10982b071b57b7b authored about 3 years ago by Matti Åstrand <[email protected]>
core: fix missing `dyn` in `Visit` docs example (#1595)

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

314b20412961944a40605fd3bd1105dccffcac26 authored about 3 years ago by Aleksey Kladov <[email protected]>
examples: add `tokio_panic_hook` example (#1593)

It turns out panic hooks also work nicely even when panics are captured.
I figured we may as we...

ee8fd2876d5c3459ca4cce38ace29ea222a2a5f5 authored about 3 years ago by Eliza Weisman <[email protected]>
tower: drop `http` from default features (#1594)

## Motivation

Currently, our MSRV CI build is broken because of the `tracing-tower`
crate, w...

4cafebf92d4b6814100bb81d1b4ba0af6e1c9663 authored about 3 years ago by Eliza Weisman <[email protected]>
docs: fix a few typos (#1590)

3dfe41acd6eda472a86bbec3f02484e6f59527df authored about 3 years ago by Imbolc <[email protected]>
subscriber: use `f64` consts as module imports

This fixes the build on Rust 1.42.0, where primitive types don't have
associated consts. My bad!

27a2ce9f9a969b1a93d1cc594aa21031a8281cda authored over 3 years ago by Eliza Weisman <[email protected]>
chore: remove `--bins` from CI `cargo check` runs

So...it turns out that passing `--bins` actually makes `cargo check` do
*nothing* on library-onl...

178e5530fae67dd8d7ac7f054af161d6a1888a39 authored over 3 years ago by Eliza Weisman <[email protected]>
subscriber: add Layer implementations for various containers (#1536)

Add `Layer<S>` impls for:
- `Box<L>`
- `Box<dyn Layer<S>>`
- `Arc<L>`
- `Arc<dyn Layer<S>>`
whe...

c2f9ceef926409373382c8689792213f8909ecd5 authored over 3 years ago by David Barsky <[email protected]>
subscriber: make `Layer` impls for ` Box<dyn Layer<..>>` `Send+Sync` (#1547)

And for Arc

This is a fixup for https://github.com/tokio-rs/tracing/pull/1536.

50a334047535f3b7fdeae70bc85feb3e1a1993a9 authored over 3 years ago by David Barsky <[email protected]>
log: fix `LogTracer` not honoring max level filters (#1543)

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

5fdbcbf61da27ec3e600678121d8c00d2b9b5cb1 authored over 3 years ago by LIU JIE <[email protected]>
subscriber: fix missing `doc(cfg(...))` attributes for `EnvFilter` (#1544)

## Motivation

Currently, some types in the `filter` module that require the
"env-filter" fea...

8f80a39863d4d64fd730e089a4278b6e8284ea48 authored over 3 years ago by Eliza Weisman <[email protected]>
subscriber: fix broken docs links in `MakeWriter` (#1545)

This fixes a few broken rustdoc links in the `MakeWriter` and
`MakeWriterExt` rustdocs.

e53dec0fc79537218d4e8cb86ef12047655b78cc authored over 3 years ago by Eliza Weisman <[email protected]>
chore: simplify Netlify config (#1541)

Previously, the Netlify configuration copied the docs into a
`_netlify_out` dir as a workaround...

1c73db2973b83e46c13f0ab426d80c442ebacc34 authored over 3 years ago by Eliza Weisman <[email protected]>
chore(ci): use `working-directory` instead of cd (#1540)

This is a little bit nicer IMO.

Signed-off-by: Eliza Weisman <[email protected]>

54780fb2b08d8b4d0c88179ca8b9cb963b7f6258 authored over 3 years ago by Eliza Weisman <[email protected]>
tracing: add `Span::or_current` to help with efficient propagation (#1538)

This adds a new `Span::or_current` method that returns the span it's
called on, if that span is...

8817e407d75943e09d7e4938aeb05d079c0effca authored over 3 years ago by Eliza Weisman <[email protected]>
chore: run tracing-subscriber's tests under `--no-default-features` (#1537)

## Motivation

When reviewing https://github.com/tokio-rs/tracing/pull/1523, I
suggested that...

e7115feb48d4207177e46dd8aa9629f6001736d2 authored over 3 years ago by David Barsky <[email protected]>
chore: port #1532 to master (#1533)

* subscriber: add feature flags to tests (#1532)

## Motivation

Currently we can't run

`...

0be67ad02747c1c395444bf5f7799f75b34e9d24 authored over 3 years ago by David Barsky <[email protected]>
chore(ci): turn off `fail-fast` for some build matrix jobs (#1530)

The default behavior for GitHub Actions `matrix` strategies is to cancel
all remaining jobs in ...

fe2c8411212cb4179a122a73f93e820a79f25fe3 authored over 3 years ago by Eliza Weisman <[email protected]>
attributes: record `f32` and `f64` as `Value` (#1522)

Companion PR with #1507.

57fca59c0c9948c494c6bf1b6f3465df682e993c authored over 3 years ago by Folyd <[email protected]>
core: add support for visiting floating point values (#1507)

## Motivation

Tracing is a really useful framework but a lack of floating point value
suppor...

240bf5be9ebcdff0899ef889c40f1b786184982c authored over 3 years ago by Max Burke <[email protected]>
opentelemetry: Add extension to link spans (#1516)

Repeat of #1480 to merge on master.

## Motivation

Discussed in #1121, the opentelemetry sp...

eb9b685246e43fb30c0d811b3729ee2e1c645ea4 authored over 3 years ago by Max Lehuraux <[email protected]>
subscriber: call `inner` instead of `subscriber` (#1519)

Bit of a bug and mistake.

3449c7740c49bde098c7774de6a100618cccca24 authored over 3 years ago by David Barsky <[email protected]>
chore: don't include dev-dependencies in MSRV builds at all

This commit removes the `--tests` from the MSRV build's `cargo check`
invocation. This way, CI w...

c650a0d31a24d42cd965e40d91071f3393c8c635 authored over 3 years ago by Eliza Weisman <[email protected]>
examples: use `argh` instead of `clap`

Currently, there are a few examples that include CLI argument parsing.
These currently use the `...

340cfd767853ece42d368725f3d7f5aa5d1dda53 authored over 3 years ago by Eliza Weisman <[email protected]>
flame: replace `tempdir` with `tempfile`

Similarly, `tracing-flame`'s tests also use the unmaintained `tempdir`
crate. This commit replac...

ad9ef79d737e0f7dfa79a4ff62fc17fee76326f2 authored over 3 years ago by Eliza Weisman <[email protected]>
appender: replace `tempdir` with `tempfile`

`tracing-appender`'s tests use the `tempdir` crate, which is no longer
actively maintained, and ...

256ff1d12af5cc33ccc44e4d935788d78c8c954a authored over 3 years ago by Eliza Weisman <[email protected]>
chore: ignore unmaintained warning for `net2` in `cargo audit`

`cargo audit` currently emits a warning that the `net2` crate is
unmaintained. We only depend on...

deb71f7583099ee14f96f3f593a637eee96b00e0 authored over 3 years ago by Eliza Weisman <[email protected]>
examples: use `tempfile` in `inferno-flame`

This commit updates the `inferno-flame` example to use the `tempfile`
crate as a replacement
for...

f013913c896005ad40c85ed743a21a148b6aa222 authored over 3 years ago by Eliza Weisman <[email protected]>
examples: use `tempfile` in`fmt-multiple-writers`

Whoops, this example _also_ uses `tempdir`. My bad!

Signed-off-by: Eliza Weisman <eliza@buoyant...

cdde7c770e48c6d5e0fba63bfc1157978baf8e76 authored over 3 years ago by Eliza Weisman <[email protected]>
chore: don't check benches on MSRV

Currently, CI runs `cargo check --all --bins --tests --benches` on our
MSRV. This is failing, be...

85119d744162792a2ff81fda26f34340a7d7eb24 authored over 3 years ago by Eliza Weisman <[email protected]>
examples: bump `hyper` dep to 0.14.11

This version includes patches for a couple of RUSTSEC advisories that
`cargo audit` is mad about...

81aa1584fbf0726a9f065461f205e59f7e534682 authored over 3 years ago by Eliza Weisman <[email protected]>
opentelemetry: prepare for 0.15.0 release (#1501)

4b75e5405359ccfa84af58d335b957d98744b79d authored over 3 years ago by Julian Tescher <[email protected]>
docs: fixup rust meetup date (#1503)

Signed-off-by: Arthur Gautier <[email protected]>

a01e100ee5a2a61a612c4011007079bb1e674a09 authored over 3 years ago by Arthur Gautier <[email protected]>
subscriber: simplify formatter implementation (#1499)

## Motivation

Currently, there is some unnecessary complexity in the `FormatEvent`
implement...

b30131d44b2cd80bfe1a9bd8f8d8b929965f9024 authored over 3 years ago by Eliza Weisman <[email protected]>
opentelemetry: update to otel v0.16.x (#1497)

Updates to the latest otel spec version and addresses small internal
method and module updates.

35f3d6e51d8e5b721861aaf19e3a5b7f74837d40 authored over 3 years ago by Julian Tescher <[email protected]>
subscriber::fmt: print all error sources (#1496)

Forward-port of #1460 to the 0.2.x (master) branch.

## Motivation

Fixes #1347

## Solu...

c307e2a9e9ccd705e79dd614b4725189b86d05f7 authored over 3 years ago by Teo Klestrup Röijezon <[email protected]>
subscriber: add docs on registry span ID generation (#1453)

## Motivation

Currently, `tracing-subscriber`'s `Registry` type doesn't document how
span ID...

9bb421f99b8706133213b5164f94df9ff2a2cbe4 authored over 3 years ago by Eliza Weisman <[email protected]>
core: make Level and LevelFilter Hash (#1456)

Fixes: #1376

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

6ad45eff6b8248d57f35c42a67ba08c0e0e004fc authored over 3 years ago by David <[email protected]>
error: allow creating SpanTrace from Span directly (#1492)

## Motivation

I'm writing a tracing subscriber layer that captures tracing events to
dis...

aea1a8042f8a0f0555b69a4505d9cb3fa65b2143 authored over 3 years ago by Christopher Durham <[email protected]>
chore: fix a giant pile of annoying clippy lints (#1486)

Clippy added a new lint detecting unnecessary borrows in expressions
where the borrowed thing i...

e0db0563064d4bb0602ac7981e4ed8fa7692b603 authored over 3 years ago by Eliza Weisman <[email protected]>
futures: fix broken crates.io link in tracing-futures README (#1475)

Fixes #1196. I reported this a while ago but noticed it again recently
and decided I might as w...

8974f09363c464a000abd1e82d41a97e78d71fdf authored over 3 years ago by Max Davitt <[email protected]>
tracing: Replace pin-project with pin-project-lite (#1185)

* futures: Replace pin-project by pin-project-lite
* tower: Replace pin-project by pin-project-...

ce8537327081203d105a308307cbaf9ecb6756cb authored over 3 years ago by Jonas Platte <[email protected]>
docs: Add tracing-actix-web (#1369)

53a0c24dc826c269c52fb930ee6cbca58e535ec7 authored over 3 years ago by Luca Palmieri <[email protected]>
subscriber: use `display_timestamp` and `display_level` in `Json::format_event` (#1463)

## Motivation

It should be possible to remove `timestamp` and `level` fields when
using json...

c848820fc62c274d3df1be61303d97f3b6802673 authored over 3 years ago by Romain Leroux <[email protected]>
core: add a brief docs section on comparing levels (#1446)

This adds a section to the `Level` docs explaining the comparison rules
for `Level` and `LevelF...

a74a0479c1a868830d980b381e8f49df033fbd71 authored over 3 years ago by Eliza Weisman <[email protected]>
subscriber: add `MakeWriter` combinators (#1274)

Depends on #1141.

This branch adds a `MakeWriterExt` trait which adds a number of
combinator...

d6298cd3e5b3417e88a73255874e53e3581636d5 authored over 3 years ago by Eliza Weisman <[email protected]>
opentelemetry: improve performance by pre-determining attribute length (#1327)

The `SpanBuilder` uses `Vec` to store span's fields. However, the
current solution can be sligh...

96eaaa0acf88fefbc1f6b0143c6090ca7c88f933 authored over 3 years ago by Folyd <[email protected]>
subscriber: unify span traversal (#1445)

Forward-port of #1431 and #1434

* subscriber: unify span traversal (#1431)

## Motivation
...

f54136cd14dd6efcfdea825b70a6bdb694212b31 authored over 3 years ago by Teo Klestrup Röijezon <[email protected]>
subscriber: explain why we always call `inner.register_callsite()` before if statement (#1433)

* subscriber: explain why we always call `inner.register_callsite()` before if statement

* Ap...

60f816b9a78bbc23fc4d3a30392f0ef5c33a0c26 authored over 3 years ago by Folyd <[email protected]>
chore: fix new clippy warnings (#1444)

This fixes a handful of new clippy lints. Should fix CI.

Signed-off-by: Eliza Weisman <eliza@...

4af08fac6cefc4d9a3c769d4f7e9cbf61e5ade79 authored over 3 years ago by Eliza Weisman <[email protected]>
opentelemetry: update opentelemetry to 0.15

## Motivation

Newest versions of opentelemetry and opentelemetry-jaeger don't work
with the ...

13e398d0853912ec2c671c6785f3024a7d014835 authored over 3 years ago by Kirill Mironov <[email protected]>
core: Remove default impl of Collect::current_span (#1268)

- Removes the default implementation.
- Makes tracing_core::span::Current::unknown public so th...

944abacb2db3074eaf2d4a29afc4614954d6a28d authored over 3 years ago by Ole Schönburg <[email protected]>
docs: Fix rendering issue with misaligned tooltips.

3ddf54f44b73208e2e5caff7d3f72e8516d0eb08 authored over 3 years ago by David Barsky <[email protected]>
chore: unify generic name of `Collect` (#1432)

6b7051c9897a6ea2afd61cfa139714cfeed8bf4f authored over 3 years ago by Folyd <[email protected]>
subscriber: Stop using prelude imports in doctests (#1422)

## Motivation

I dislike using `*` imports in my code, so I'm not using prelude modules
provi...

44d355800f8e7da2dfc601289d344b1967c702be authored over 3 years ago by Jonas Platte <[email protected]>
Fix small typo in docs (#1387)

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

d92d7394027254f5fa86b518ea52e2d173b8fb87 authored over 3 years ago by Mark Lodato <[email protected]>
core: add `as_str()` for `Level` (#1413)

## Motivation

Get the string representation of the `Level` is quite a common usecase.
Withou...

f2abc8d3b774811b998fde3f0becfe124ffe25ea authored over 3 years ago by Folyd <[email protected]>
opentelemetry: add opentelemetry source code attributes to spans (#1411)

The opentelemetry specification calls for a number of attributes to correlate
traces to their l...

1f8a895bee1ad32b9b47b1d9fcb2006a9c86df64 authored over 3 years ago by Lily Mara <[email protected]>