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

Migrate to tail expression temporary lifetime rule in Edition 2024

dingxiangfei2009 opened this pull request 4 months ago
Add tracing-config to related crates

mateiandrei94 opened this issue 4 months ago
subscriber: move timing into separate subscriber layer

joshka opened this pull request 5 months ago
fix typo in README.md

mchristou opened this pull request 5 months ago
fix daily method description

0x9bb1 opened this pull request 5 months ago
`warn!` inside `unwrap_or(..)` argument body

amab8901 opened this issue 5 months ago
attributes: support recording error as `std::error::Error`

magurotuna opened this pull request 5 months ago
tracing-subscriber: bump `matchers` to 0.2.0

tobz opened this pull request 5 months ago
tracing: add `OptionDisplayValue` API

thomaseizinger opened this pull request 5 months ago
Allow `Display` formatting of `Option`s in messages

thomaseizinger opened this issue 5 months ago
Inconsistent behaviour in tracing_subscriber wrt tracing_log

VorpalBlade opened this issue 5 months ago
JSON: Field names should account for `r#`

fosskers opened this issue 5 months ago
Valuable: Enum Representations

fosskers opened this issue 5 months ago
Update nu-ansi-term to 0.50

ChrisDenton opened this pull request 5 months ago
Lacking documentation of context propagation through channels

brunbjerg opened this issue 5 months ago
docs: add example for using instrument macro with pinned future

ziutech opened this pull request 5 months ago
Make path clickable

amab8901 opened this issue 5 months ago
Execute custom code every time `error!` (etc) is called

amab8901 opened this issue 5 months ago
`#instrument` attribute not making new spans

paymog opened this issue 5 months ago
fix: correct SerializeField definition

hds opened this pull request 5 months ago
tracing-subscriber: refactor timings

joshka opened this pull request 5 months ago
RollingFileAppender: prefix and suffix custom separator

LardyFlorian opened this issue 6 months ago
Add an option for outputting span IDs

jwodder opened this issue 6 months ago
error[E0609]: no field `free` on type `REGISTRY`

amab8901 opened this issue 6 months ago
docs: use the latest version in usage instruction

hi-rustin opened this pull request 6 months ago
Bump matchers

oscargus opened this pull request 6 months ago
chore: fix clippy lints

davidbarsky opened this pull request 6 months ago
chore: use `dep:valuable` syntax instead of renaming valuable

davidbarsky opened this pull request 6 months ago
Make Layer::with_writer not truncate the file

wiiznokes opened this issue 6 months ago
appender: add filter to limit and rotate log files by size

adrianbenavides opened this pull request 6 months ago
How to modify EnvFilter instead of replace

wuanzhuan opened this issue 6 months ago
fix typos in tracing-subscriber

ch0wdreN opened this pull request 6 months ago
subscriber: don't gate `with_ansi()` on the "ansi" feature

eric-seppanen opened this pull request 6 months ago
tracing: add prelude

ch0wdreN opened this pull request 6 months ago
subscriber: added builder for filter Directive

rustonaut opened this pull request 6 months ago
Improve error message for `json()` formatting

ryansb opened this pull request 6 months ago
subscriber: strip quotes of EnvFilter field values

rustonaut opened this pull request 6 months ago
Allow empty value match for fields

MattesWhite opened this pull request 6 months ago
Abstract writer creation

i1i1 opened this pull request 7 months ago
fix: align `EnvFilter::try_new` with its documentation

wyfo opened this pull request 7 months ago
Broken link in documentation.

your-diary opened this issue 7 months ago
non_blocking writer do not work

misumisery opened this issue 7 months ago
mock: add `ExpectedId` to link span expectations

hds opened this pull request 7 months ago
mock: correct contextual/explicit parent assertions

hds opened this pull request 7 months ago
Broken link on docs.rs

c-git opened this issue 7 months ago
tracing-core: Do not add `valuable/std` feature as dependency unless …

mladedav opened this pull request 7 months ago
appender: add fallback to file creation date

kaffarell opened this pull request 7 months ago
tracing-appender: log rotation doesn't work with musl target

zerolfx opened this issue 7 months ago
A Spans `on_close` method is called with 45 minutes delay

Matthias247 opened this issue 7 months ago
docs: Remove misleading comment about RUST_LOG

abatilo opened this pull request 7 months ago
Leveled logging is ignoring RUST_LOG

abatilo opened this issue 7 months ago
Attribute for logging every line in the function

amab8901 opened this issue 7 months ago
chore: bump time crate

kaffarell opened this pull request 7 months ago
Cannot write custom `Layer` that uses `Format`

jsimonrichard opened this issue 7 months ago
Conditional logs

amab8901 opened this issue 7 months ago
Integration With Anyhow

amab8901 opened this issue 7 months ago
`Name / parent` form of `event!()` macro doesn't compile

Mododo opened this issue 7 months ago
fix `Name / parent` variant of `event!()`

Mododo opened this pull request 7 months ago
Codes exe patch 3

Codes-Exe opened this pull request 7 months ago
Codes exe patch 4

Codes-Exe opened this pull request 7 months ago
All log/tracing-log outputs have 4 spaces on the end

Porges opened this issue 8 months ago
subscriber: fix parent span resolution in json format

mladedav opened this pull request 8 months ago
Unexpected side-effect in Dispatch::new

JakkuSakura opened this issue 8 months ago
macros.rs ::core conflicts

Jaydar opened this issue 8 months ago
make local time not need unsound feature

sedan-cell opened this issue 8 months ago
`parent: None` is not respected by `json()` format

howardjohn opened this issue 8 months ago
Rolling by file size

intfish123 opened this issue 8 months ago
Fix invalid/outdated #[cfg()] values

Xiretza opened this pull request 8 months ago
#[instrument]: add `ret(err, ok)`

Xiretza opened this pull request 8 months ago
Fix warnings about unexpected cfg(feature) values

svix-jplatte opened this pull request 8 months ago
`tracing::span!` missing `fields`

immno opened this issue 8 months ago
appender: prune old files at startup

kaffarell opened this pull request 8 months ago
fix: make `reload::Subscriber` compatible with per-subscriber filters

mladedav opened this pull request 8 months ago
Consider using "WARNING" instead of "WARN" for the log level.

josecelano opened this issue 8 months ago
subscriber: add `set_span_events` to `fmt::Subscriber`

lpraneis opened this pull request 8 months ago
chore: fix clippy lints

mladedav opened this pull request 8 months ago
stabilize `valuable` in 0.1.x

mladedav opened this pull request 8 months ago
tracing-subscriber: fix parsing of filters with multiple span fields

mladedav opened this pull request 8 months ago
use `once_cell` instead of `static mut`

LaoLittle opened this pull request 8 months ago
subscriber: impl Clone for EnvFilter

Benjamin-L opened this pull request 8 months ago
Publish tracing-macros package?

joshka opened this issue 8 months ago
tracing: allow `&[u8]` to be recorded as event/span field

mladedav opened this pull request 8 months ago
tracing: make it possible to use remote IDs as parent span ID

mladedav opened this pull request 8 months ago