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: add From<Level> for Directive (#918)

## Motivation

If you have a `Level` and want to set a directive for `EnvFilter` you
need to ...

fb4443f54e99d5c68e3358a7160d3c91a828518d authored over 4 years ago by Evan Cameron <[email protected]>
docs: Fix newline in dispatcher note (#917)

Newlines in <code> blocks are displayed, resulting in a newline before
the closing parentheses.

5c570ec22280be968d7e5b2a6a7ee8a2f4061727 authored over 4 years ago by Danilo Bargen <[email protected]>
subscriber: prepare to release 0.2.11 (#916)

### Fixed

- **env-filter**: Incorrect max level hint when filters involving span
field val...

e016e0435b3bc59728423f2b077915d8cc2b395b authored over 4 years ago by Eliza Weisman <[email protected]>
tracing: prepare to release 0.1.19 (#915)

### Fixed

- Updated `tracing-core` to fix incorrect calculation of the global max
level ...

1b5bfa0b996e377bca7cafc70f54f22cfda2b25a authored over 4 years ago by Eliza Weisman <[email protected]>
attributes: prepare to release 0.1.10 (#914)

### Added

- Support for using `self` in field expressions when instrumenting
`async-trait`...

35fee1c18fa9a0b80f317a62fbe06979ee443d4b authored over 4 years ago by Eliza Weisman <[email protected]>
subscriber: use the thread_local crate to allow multiple registries (#901)

## Motivation

Fixes part of #898 where creating multiple registries made them fight
over the...

59494e0897b2acc034d4344f3b2e1c6a57db371c authored over 4 years ago by Jerome Gravel-Niquet <[email protected]>
docs: fix broken splash graphic link (#913)

Somehow a single line of whitespace is load-bearing I guess? MARKDOWN!

Signed-off-by: Eliza W...

bb8e977ab7ad673c1688a12d81e6378922da7a95 authored over 4 years ago by Eliza Weisman <[email protected]>
core: prepare to release 0.1.14 (#912)

### Fixed

- Incorrect calculation of global max level filter which could result in
fast fi...

6361e8989d9874f22eafa0a3ed02a2c3602448b4 authored over 4 years ago by Eliza Weisman <[email protected]>
docs: put splash graphic in all READMEs (#911)

This puts the splash SVG in every crate's README, so
that it will be rendered on crates.io.

...

59da1ccc604461f63ca550a0b0b40aae130b0ffe authored over 4 years ago by Eliza Weisman <[email protected]>
core: fix incorrect max level filter calculation (#908)

## Motivation

Currently, when rebuilding the interest cache, the max level is
calculated by ...

52254ebe7200e414be6141532c6fa855a217e3fb authored over 4 years ago by Eliza Weisman <[email protected]>
subscriber: fix level hint not considering value filters (#907)

This fixes an issue with `EnvFilter`'s `max_level_hint` not considering
that span field value f...

579f772a69d4772589c89170fcd649bcc53a7a40 authored over 4 years ago by Eliza Weisman <[email protected]>
docs: Add missing semicolon to README.md (#903)

75e964e2f2ec579b9d44bc8f630a18e723467985 authored over 4 years ago by Teodor Voinea <[email protected]>
subscriber: disable regex dependency default features (#899)

The regex dependency is used only to parse configuration directives, and
therefore is not perfo...

7f2428354fa0b6e107d6ac0998440475cd9913b5 authored over 4 years ago by bdonlan <[email protected]>
attributes: support use of the 'self' variable in async-trait contexts (#875)

## Motivation

Fixes #864.

## Solution

Visit the fields and replace 'self' with '_self'...

9ae4676054067dcf99b55cb76fcee3997207de6d authored over 4 years ago by Simon THOBY <[email protected]>
docs: fix typo surrounding 'log-always' usage (#896)

e486bdf81cc45d4a157bdbec04b803e3d0dea963 authored over 4 years ago by The Infinite toshokan <[email protected]>
docs: add docs for instrument(name) (#897)

## Motivation

Not found in documentation how to change generated span name name, only in
sou...

ed28c1fafe2ea97eaea39d5c4b72078d976a82b5 authored over 4 years ago by Anton Dutov <[email protected]>
docs: add splash image to the main README (#895)

This branch adds an SVG splash graphic to the main
repository readme, based on the illustration...

63c0f317f916556de54665d19daf6cb95cd39126 authored over 4 years ago by Eliza Weisman <[email protected]>
docs: Fix typo in README.md (#893)

## Motivation

Tiny typo fix!

## Solution

s/than/that

cafb1c229a95a2afb96108eda8f69ce9c5d35702 authored over 4 years ago by Adam Chalmers <[email protected]>
opentelemetry: set span kind through otel.kind (#890)

OpenTelemetry supports a span kind as special metadata to spans. The
span kind defines relation...

002497bcb4f1b91b474536ce2e3676be9284dcb0 authored over 4 years ago by Jan Kühle <[email protected]>
Improve README for first time users (#825)

## Motivation

The documentation nearly put me off trying to use `tracing` at all. It
looks h...

0da8e3f37636845ece6bdceeecb8a0946cc77076 authored over 4 years ago by Martin Packman <[email protected]>
docs: add Rusty Days talk (#876)

I spent quite a large portion of my talk at Rusty days discussing
logging/structured logging/di...

c0964d98002cfb6e7cf44987104ec3c2f13e830e authored over 4 years ago by Luca Palmieri <[email protected]>
core: prepare to release 0.1.13 (#888)

Fixed

- Missing `fmt::Display` impl for `field::DisplayValue` causing a
compilation failure w...

0b538ce89b791850c04926616ad105ac34862a7c authored over 4 years ago by Eliza Weisman <[email protected]>
core: Implement Display for DisplayValue (#887)

Fix #874 by implementing std::fmt::Display for DisplayValue.

Fixes: #874

d6373a4cab0a98b89d5561bf05c39420b02f86b7 authored over 4 years ago by Daniel Müller <[email protected]>
opentelemetry: prepare for v0.6.0 release (#885)

### Breaking Changes

- Upgrade to `v0.7.0` of `opentelemetry` (#867)
For list of break...

c83746a93f85fd0bde9cd1336633452e653b915a authored over 4 years ago by Julian Tescher <[email protected]>
opentelemetry: Add semantic convention docs (#877)

This branch adds crate-level docs for the otel trace semantic
conventions and their usage as we...

4b2e60615f923d0d89a5047bbaa64ce5d60c8d90 authored over 4 years ago by Julian Tescher <[email protected]>
docs: remove extra closing </div> tag (#881)

I wasn't able to reproduce the exact formatting issues seen on docs.rs
locally, though from som...

a83e1bc7339a2bbadd8004e42f95c638fa4bb0fd authored over 4 years ago by Nika Layzell <[email protected]>
macros: fix breakage in experimental `tracing-macros` crate (#882)

The `tracing-macros` crate uses internal `tracing` APIs that are
unstable. These APIs changed i...

a4069486b49e67fb843178daf78fe1711e26d343 authored over 4 years ago by Eliza Weisman <[email protected]>
tracing: prepare to release 0.1.18 (#873)

### Fixed

- Fixed a bug where `LevelFilter::OFF` (and thus also the
`static_max_level_off`...

c9f8b6dbe9cf05c029cf88d532ade9e7d0118ef2 authored over 4 years ago by Eliza Weisman <[email protected]>
subscriber: prepare to release 0.2.10 (#872)

### Fixed

- **docs**: Incorrect formatting (#862)

### Changed

- **filter**: `LevelFilte...

2dd8fef3555acfc6631d003a48881a906c2b15a1 authored over 4 years ago by Eliza Weisman <[email protected]>
tracing: move macro callsite impls out of macro expansion (#869)

## Motivation

Currently, every `tracing` macro generates a _new implementation_ of the
`Call...

90dfccafe6f208f9349ec29d96183c8fb29d797e authored over 4 years ago by Eliza Weisman <[email protected]>
core: prepare to release 0.1.12 (#871)

### Added

- `LevelFilter` type and `LevelFilter::current()` for returning the
highest leve...

ed803e1369aa129a4192cd9079e4671c04ebb3ec authored over 4 years ago by Eliza Weisman <[email protected]>
tracing: make the "log" feature honor `log`'s max level (#870)

## Motivation

In `tracing/macros.rs` `tracing_log!()` computes whether to log
differently fr...

d01a5f98db9b4fe1a830be833e30b926c46b6755 authored over 4 years ago by Eliza Weisman <[email protected]>
tracing: remove `dispatcher::has_been_set` check in macros (#868)

This PR removes the `dispatcher::has_been_set` check from the
`level_enabled!` macro. We now ch...

110d32e29b53801621f5d765ca7cec7b6390fdc0 authored over 4 years ago by Eliza Weisman <[email protected]>
opentelemetry: Upgrade to opentelemetry v0.7.0 (#867)

Upgrade `opentelemetry` to latest release version

6935338edb7ddbb44c2351cbd2b5d595c6dbfb48 authored over 4 years ago by Julian Tescher <[email protected]>
core: add faster fast path for level filtering (#853)

## Motivation

Tracing currently stores cached filter evaluations in a per-callsite
cache. On...

61b08decf49fd0d10100657cfebd7b8a311b1312 authored over 4 years ago by Eliza Weisman <[email protected]>
chore: remove all-features test that should never actually pass (#863)

It turns out that the test run with `--all-features` should never be
able to pass, due to the `...

b22fd87ad42376eac57f9ca2b18ac42725fe1ad3 authored over 4 years ago by Eliza Weisman <[email protected]>
tracing: add support literals for field names (#790)

## Motivation

Some opentracing systems use fields with : in the names, which are not
legal...

32cf418c3b632c4a0b763a24d8b1bb2c4c5f883f authored over 4 years ago by Robert Collins <[email protected]>
subscriber: fix incorrectly rendered documentation and broken links

This PR resolves two issues.

## Incorrectly Rendered Documentation
Here are a few examples:
...

8195a32718b6feb510aa5f0fcaed47c1d64cb869 authored over 4 years ago by David Barsky <[email protected]>
docs: Add tracing-wasm to "Related Crates" (#841)

## Motivation

I'd like to get more feedback on our [`tracing-wasm` crate][1], as well as
...

aa5c5239ef0fe2027988f356e863de3558d17270 authored over 4 years ago by Cole Lawrence <[email protected]>
docs: Remove reference to old tokio feature flag (#857)

The `experimental-tracing` feature flag only existed in tokio 0.1.x
and is no longer necessary ...

5a361f8a6d916dcc39d60eb714372b8187ca3969 authored over 4 years ago by Ole Schönburg <[email protected]>
tracing: fix doc links in README (#849)

## Motivation

some of the links in the readme don't work or go to the wrong targets

## Sol...

cdeefe3bc13147cba5983607345541e98cc51d31 authored over 4 years ago by Benjamin Herr <[email protected]>
docs: fix broken link in `CONTRIBUTING.md` (#851)

## Motivation

The pull request template link was not pointing to the pull request template.
...

67b606cdbb3d70770015a7ddfd7823b960d08066 authored over 4 years ago by Ethan Brierley <[email protected]>
docs: Add tide-tracing to "Related Crates" (#850)

## Motivation

From the readme

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

1bc1d396ef468b44e635c5bd3c02a661a8c7f426 authored over 4 years ago by Ethan Brierley <[email protected]>
subscriber: prepare to release 0.2.9 (#846)

### Fixed

- **fmt**: Fixed compilation failure on MSRV when the `chrono` feature
is disabl...

4c3613021143299f2125c739de2bcd984ef57659 authored over 4 years ago by Eliza Weisman <[email protected]>
chore: Include the LICENSE in every crate (#842)

## Motivation

The MIT license states:

> The above copyright notice and this permission not...

0de7d516896ce52726fe58591797e0e8f6bfa5da authored over 4 years ago by Josh Stone <[email protected]>
subscriber: use MSRV-compliant forms of `{integer}::MAX` (#844)

The datetime implementation added in 0.2.8 uses `i64::MAX` and
`i32::MAX`, which were added in ...

c567322be580bfd6f185d7785ec5f2be95a447e2 authored over 4 years ago by Eliza Weisman <[email protected]>
tracing: prepare to release 0.1.17 (#837)

### Changed

- **log**: Moved verbose span enter/exit log records to
"tracing::span::active...

ca960ff7cb074bdd5357466624acca765220ce2d authored over 4 years ago by Eliza Weisman <[email protected]>
tracing: fix missing `debug`/`display` with `log` (#835)

## Motivation

When the `log` feature is enabled, the expressions provided for field
values a...

4a3c3253893dd5a6b592986553e9a985ea61eb26 authored over 4 years ago by Eliza Weisman <[email protected]>
subscriber: add missing `Context` methods to `FmtContext` (#834)

## Motivation

Currently, `fmt::FmtContext` _only_ exposes a way to iterate over all
spans in...

504b6b83dc2ae3eeb1437afabf1e09ac8ab63f86 authored over 4 years ago by Eliza Weisman <[email protected]>
chore: add @zekisherif to codeowners for tracing-appender (#830)

## Motivation

Adding myself to contributors list so I get tagged on tracing-appender PRs

#...

4286e94530f6621f93efd473c7c65aa02108b340 authored over 4 years ago by Zeki Sherif <[email protected]>
log: make span enter/exit targets always TRACE (#833)

## Motivation

Currently, `tracing`'s `log` feature emits log records for creating,
entering,...

6e85bf55dd2c1dffa5ff8d2a603257032e1260f4 authored over 4 years ago by Eliza Weisman <[email protected]>
chore: add tracing logo to RustDoc (#832)

Now that the new https://tokio.rs is live, we can add the new Tracing
logo to the RustDoc!

I...

add986d651db31ed9d03f270d7d7f26464a5b866 authored over 4 years ago by Eliza Weisman <[email protected]>
Revert "tracing: fix name clash inside of tracing macros (#806)" (#831)

This reverts commit e3b3a3acb14141c3f5b72dad6dc45080fdfa0d5d.

This change was accidentally se...

b185d10ddcd74cc453fa5f85c95c930e0bae23ae authored over 4 years ago by Eliza Weisman <[email protected]>
appender: prepare to release 0.1.1 (#827)

### Added

- **rolling**: `minutely` rotation schedule to rotate the log file once
every mi...

f16904358d8eaa67230a99ab4b2d9abb476343ff authored over 4 years ago by Eliza Weisman <[email protected]>
subscriber: prepare to release 0.2.8 (#823)

### Changed

- **fmt**: When the `chrono` dependency is enabled, the `SystemTime`
timestamp...

96e9d6d4f0c01a6a260912f441ba17c9ea1eb734 authored over 4 years ago by Eliza Weisman <[email protected]>
subscriber: allow thread name and ID to be displayed in traces (#818)

## Motivation

Fixes #809

## Solution

This PR adds two new methods i.e `with_thread_ids...

c109197c3e73bd4eab71ab39945b58f75d5ed583 authored over 4 years ago by Tarun Pothulapati <[email protected]>
subscriber: format `SystemTime` when `chrono` is disabled (#807)

## Motivation

Fixes #791

## Solution

This PR copies `DateTime` type from https://githu...

56b841de2cc5d5d181336edb5c11e340ac05c43e authored over 4 years ago by Tarun Pothulapati <[email protected]>
build(deps): update inferno requirement from 0.9.4 to 0.10.0 (#815)

Updates the requirements on [inferno](https://github.com/jonhoo/inferno) to permit the latest ve...

028dfdfe755d3467d409eab1a3f4f7c32502d792 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
build(deps): update humantime requirement from 1.2 to 2.0 (#814)

Updates the requirements on [humantime](https://github.com/tailhook/humantime) to permit the lat...

9c5d7406494216d42d1e606811203fd63f8ff8fc authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
build(deps): update http requirement from 0.1 to 0.2 (#801)

Updates the requirements on [http](https://github.com/hyperium/http) to permit the latest versio...

bd80ff1424eae07c39594f9599853d96754cf539 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
build(deps): update ansi_term requirement from 0.11 to 0.12 (#816)

Updates the requirements on [ansi_term](https://github.com/ogham/rust-ansi-term) to permit the l...

207d8ec2d6c1d688395714f640887e21f919f4ae authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
docs: add spandoc to related crates (#813)

651f0e17d9c0dfd0364fc66276cfb780f22d918b authored over 4 years ago by Jane Lusby <[email protected]>
remove unused dependencies (#810)

f9391416021bb3cf70abb4d1660e22fc56c2862b authored over 4 years ago by Jane Lusby <[email protected]>
tracing: fix name clash inside of tracing macros (#806)

## Motivation

This commit fixes name clashes that occurred inside of tracing macros when
val...

e3b3a3acb14141c3f5b72dad6dc45080fdfa0d5d authored over 4 years ago by Sven <[email protected]>
build(deps): update env_logger requirement from 0.5 to 0.7 (#802)

* build(deps): update env_logger requirement from 0.5 to 0.7

Updates the requirements on [env...

13344fb621e0e4ff700b33dbdcaa0e97d2605441 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
chore(crates): rename examples crate (#798)

`examples` is actually not a valid crate identifier. This prevents dependabot from working corre...

c99f05b5b722388e1bd650486c1be2861d14f47a authored over 4 years ago by Sven <[email protected]>
chore(deps): update env_logger dependency (#794)

## Motivation

The usage of the older version prevents crates from using newer
`env_logger`...

f9b0a063c8373ab4379330b498b1e88477e25f8c authored over 4 years ago by Sven <[email protected]>
subscriber: add nested spans in json formatter (#741)

## Motivation

Nested spans are not available in json formatter

## Solution

I added a fi...

edbf22b04298d3ac2953a215e07096bb6c72057b authored over 4 years ago by François <[email protected]>
tracing: prepare to release 0.1.11 (#789)

### Added

- **attributes**: Support for arbitrary expressions as fields in
`#[instrument]`...

7dc37dda8fe6c217d6ba2200db13d0d45b9530e4 authored over 4 years ago by Eliza Weisman <[email protected]>
core: prepare to release 0.1.11 (#788)

### Changed

- Replaced use of `inner_local_macros` with `$crate::` (#729)

### Added

- `...

d5cf52a08d49259da9514343ef3c0db6aba14ea6 authored over 4 years ago by Eliza Weisman <[email protected]>
attributes: prepare to release 0.1.9 (#773)

# 0.1.9 (July 8, 2020)

### Added

- Support for arbitrary expressions as fields in `#[instr...

139d2488d62917573b1a6e3b74f0d2b4d99df587 authored over 4 years ago by Eliza Weisman <[email protected]>
attributes: downgrade unrecognized input errors to warnings (#786)

## Motivation

In PR #672, the `#[instrument]` attribute was rewritten to use a custom
`syn` ...

4a7e866a6f839a75c6c2e2f822724ea9a948ed6f authored over 4 years ago by Eliza Weisman <[email protected]>
tracing: monomorphize is_enabled call in macros (#787)

Resolves https://github.com/tokio-rs/tracing/issues/783.

7f60c92be1350bbcd38ce430056583b5b748c9e3 authored over 4 years ago by David Barsky <[email protected]>
subscriber: fix layer test error message (#784)

## Motivation

Test error message was incorrect.

## Solution

This PR makes a 1-character...

e58a8692ce36090e0169a8f81a7c5ab1a06b91d9 authored over 4 years ago by Keeton Hodgson <[email protected]>
docs: fix broken link in README (#780)

This link had the wrong reference and didn't render.

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

1d035463386bf46b787f856f95dcb6f19130eea4 authored over 4 years ago by Eliza Weisman <[email protected]>
appender: reduce tracing-subscriber's required features to `fmt` (#779)

Resolves https://github.com/tokio-rs/tracing/issues/777.

71b4efdc1be6fe050f2d07003ac838db35914ef4 authored over 4 years ago by David Barsky <[email protected]>
subscriber: prepare to release 0.2.7 (July 1, 2020) (#775)

### Changed

- **parking_lot**: Updated the optional `parking_lot` dependency to
accept the...

68556f2fe8bd42bea310a23e270694d44e2991bc authored over 4 years ago by Eliza Weisman <[email protected]>
subscriber: update to latest parking_lot (#774)

31b6ea67154d0fbfa784248a4099b3f213d6e264 authored over 4 years ago by Benjamin Saunders <[email protected]>
subscriber: add synthesized span events to fmt (#761)

## Motivation

Currently there is no subscriber that comes out of the box that will
print inf...

50e857414c8b454b5b56b744f34f23271a2dfc87 authored over 4 years ago by Roland Kuhn <[email protected]>
docs: fix "sploded" formatting (#771)

## Motivation

PR #769 was merged with some incorrect docs formatting due to
incorrect HTML t...

c4a6a6dccb426aeb677e7e64877a8007666a1f3f authored over 4 years ago by Eliza Weisman <[email protected]>
journald: add `tracing-journald` crate implementing a simple journald layer (#691)

## Motivation

Support for writing tracing-based logs directly to their standard
destination ...

8c0ef97bd4a4653a9bf7029068370b6b0a097c5c authored over 4 years ago by Benjamin Saunders <[email protected]>
docs: better docs on async usage; fancy warning formatting, etc (#769)

This branch makes the following changes:

- Add a new section to the `Span::enter` docs that ...

ef8efaa84bd68739cce535b748135a47b237addf authored over 4 years ago by Eliza Weisman <[email protected]>
core: Add conversion between `span::Id` and `NonZeroU64` (#770)

## Motivation

Consumers of the crate should be able to handle the 0 case separately
and avoi...

8628f8906ee57db5448047ac013030d96e674835 authored over 4 years ago by Nikolai Vazquez <[email protected]>
subscriber: handle explicit event parents properly in formatters (#767)

## Motivation

Currently, the default formatter implementations in
`tracing-subscriber`'s `fm...

7bc225a5e9eef119ae4165a851a5d116a7e94539 authored over 4 years ago by Eliza Weisman <[email protected]>
Prevent deadlock panic when using OpenTelemetryLayer with SpanTrace (#765)

0b7594dc55831eb64968b707c430e6962139eff2 authored over 4 years ago by Luca Palmieri <[email protected]>
flame: add support for filtering and collapsing flamegraphs (#756)

* add support for filtering and collapsing flamegraphs

* apply changes from code review

* ...

2027f727af6f8cb19ab55d5c2001f4c5984376c2 authored over 4 years ago by Jane Lusby <[email protected]>
core: adjust Once to not violate feature additivity principle (#760)

When the following dependencies and their features were specified:

```toml
tracing-core = { ...

b36d59ddbee134d6ce86eb63cbf2ee5eb02a4900 authored over 4 years ago by Simonas Kazlauskas <[email protected]>
docs: update top-level documentation of tracing-subscriber features (#762)

4fe903380662c238607bbfb50a958d04de3c38b5 authored over 4 years ago by greenwoodcm <[email protected]>
examples: add tokio-spawny-thing; some chores (#759)

Chores consisted of:

- Updating examples/README.md to include recent additions
- Settle on h...

6e223c44785a7bb9510a8bc4d70ad2fd56d8bce2 authored over 4 years ago by David Barsky <[email protected]>
subscriber: prepare to release 0.2.6 (#757)

Fixed

- **fmt**: Fixed an issue in the JSON formatter where using
`Span::record` would res...

971a46b46d5057daaa11bf8d9081f10ba69935d6 authored over 4 years ago by Eliza Weisman <[email protected]>
tracing: fix warnings with `log`/`log-always` features (#753)

This commit fixes up a few new Clippy lints and rustc warnings that
occur with the `log`/`log-a...

d479ca04bfd5bdab49d4b7cc680f84afc54f1cd7 authored over 4 years ago by Eliza Weisman <[email protected]>
style: fix warning in examples (#758)

This fixes a new compiler warning in the `tower-load` example.

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

556cba2b8da04bcbb0141cab992186d279f14f41 authored over 4 years ago by Eliza Weisman <[email protected]>
appender: add Minutely rotation to RollingFile (#748)

## Motivation:
* RollingFile currently only supports hourly, daily, and never rotation
sched...

1c2dffd0582b27c297a5a6292da3d871be4f7b11 authored over 4 years ago by ericjheinz <[email protected]>
appender: temporarily ignore flaky test (#752)

See #751.

This is a temporary stop-gap solution until we get a better
understanding of what'...

7716935ae28b171449d7e7e3fad69e76fce471a2 authored over 4 years ago by Eliza Weisman <[email protected]>
core: compare `callsite::Identifier` data pointers only (#749)

## Motivation

Clippy [now warns us][1] that comparing trait object pointers with
`ptr::eq` i...

4c26651fe6b002fa193ae38b0b2d2da78a63d8fb authored over 4 years ago by Eliza Weisman <[email protected]>
appender: fix races in tracing-appender unit tests (#737)

## Motivation

I was able to reproduce the failures for `logs_dropped_if_lossy` on my
machine...

a48e4e3bd674363607e6ef77002d14d070dafe6c authored over 4 years ago by Zeki Sherif <[email protected]>
tracing: prepare to release 0.1.15 (#746)

# 0.1.15 (June 2, 2020)

### Changed

- **macros**: Replaced use of legacy `local_inner_macr...

845746a2a302f0dfac88ba56ea37dc1e1cb0cd85 authored over 4 years ago by Eliza Weisman <[email protected]>
opentelemetry: prepare for v0.5.0 release (#744)

180e494c7a13c0a18c09f3c7b465e8734c51f5e2 authored over 4 years ago by Julian Tescher <[email protected]>
opentelemetry: Upgrade to opentelemetry v0.6.0 (#745)

1cd3a76512cdf42b9281da3921d7bae126954f65 authored over 4 years ago by Julian Tescher <[email protected]>
tracing: fix tiny typo (#742)

1a211debac6b42d41b8fc3b44cb98a0392a35da8 authored over 4 years ago by Jorge Israel Peña <[email protected]>