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

fix `Name / parent` variant of `event!()`

Mododo opened this pull request about 1 year ago
Codes exe patch 3

Codes-Exe opened this pull request about 1 year ago
Codes exe patch 4

Codes-Exe opened this pull request about 1 year ago
subscriber: skip padding when skipping `log.*` fields in `DefaultVisitor`

Porges opened this pull request about 1 year ago
All log/tracing-log outputs have 4 spaces on the end

Porges opened this issue about 1 year ago
subscriber: fix parent span resolution in json format

mladedav opened this pull request about 1 year ago
Unexpected side-effect in Dispatch::new

JakkuSakura opened this issue about 1 year ago
macros.rs ::core conflicts

Jaydar opened this issue about 1 year ago
make local time not need unsound feature

sedan-cell opened this issue about 1 year ago
`parent: None` is not respected by `json()` format

howardjohn opened this issue about 1 year ago
Rolling by file size

intfish123 opened this issue about 1 year ago
Fix invalid/outdated #[cfg()] values

Xiretza opened this pull request about 1 year ago
#[instrument]: add `ret(err, ok)`

Xiretza opened this pull request about 1 year ago
Fix warnings about unexpected cfg(feature) values

svix-jplatte opened this pull request about 1 year ago
`tracing::span!` missing `fields`

immno opened this issue about 1 year ago
appender: prune old files at startup

kaffarell opened this pull request about 1 year ago
fix: make `reload::Subscriber` compatible with per-subscriber filters

mladedav opened this pull request about 1 year ago
Consider using "WARNING" instead of "WARN" for the log level.

josecelano opened this issue about 1 year ago
subscriber: add `set_span_events` to `fmt::Subscriber`

lpraneis opened this pull request about 1 year ago
chore: fix clippy lints

mladedav opened this pull request about 1 year ago
stabilize `valuable` in 0.1.x

mladedav opened this pull request about 1 year ago
tracing-subscriber: fix parsing of filters with multiple span fields

mladedav opened this pull request about 1 year ago
use `once_cell` instead of `static mut`

LaoLittle opened this pull request over 1 year ago
subscriber: impl Clone for EnvFilter

Benjamin-L opened this pull request over 1 year ago
Publish tracing-macros package?

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

mladedav opened this pull request over 1 year ago
tracing: make it possible to use remote IDs as parent span ID

mladedav opened this pull request over 1 year ago
EnvFilter lockfree implementation

TroyKomodo opened this issue over 1 year ago
feat(tracing): attempt to insert as json if it is possible

jqphu opened this pull request over 1 year ago
Remove once_cell as a dependency

james7132 opened this pull request over 1 year ago
chore: new clippy/rust lints

dpc opened this pull request over 1 year ago
docs: fix function comment

kaffarell opened this pull request over 1 year ago
Separate out `Timings` extension from `FmtSubscriber`

mladedav opened this issue over 1 year ago
Remove the matchers crate

wyatt-herkamp opened this pull request over 1 year ago
tracing-subscriber: count numbers of enters in `Timings`

mladedav opened this pull request over 1 year ago
tracing_subscriber: add additional fields for printing to json fmt subscriber

mladedav opened this pull request over 1 year ago
tracing-attributes: support const values for target and name

dpc opened this pull request over 1 year ago
Documentation bug in `FmtContext::visit_spans`

Xaeroxe opened this issue over 1 year ago
Add trait `StreamInstrument `

cjwcommuny opened this issue over 1 year ago
core: fix missed `register_callsite` error

hds opened this pull request over 1 year ago
max_log_files can‘ work

laiyi55 opened this issue over 1 year ago
parse only comma-less field part as field

Voker57 opened this pull request over 1 year ago
parsing multiple field values in EnvFilter is broken

Voker57 opened this issue over 1 year ago
Dynamic control over tracing-flame span name

jsouto18 opened this issue over 1 year ago
Custom format fails to find span and trace ids only for new/close events.

ShovelJockey opened this issue over 1 year ago
refactor: apply some clippy suggestions

hi-rustin opened this pull request over 1 year ago
tracing-subscriber: bump nu-ansi-term to v0.50.0

paolobarbolini opened this pull request over 1 year ago
EnvFilters do not work when using `Vec<Box<dyn Layer>>`

mdecimus opened this issue over 1 year ago
Fix copied documentation

RageKnify opened this pull request over 1 year ago
tracing: add record! macro

marcusirgens opened this pull request over 1 year ago
macros: Allow field path segments to be keywords

svix-jplatte opened this pull request over 1 year ago
attributes: make `#[instrument]` support string literal fields

svix-aaron1011 opened this pull request over 1 year ago
potential binary bloat caused by `matchers`

mokurin000 opened this issue over 1 year ago
docs: Update license year to 2024

joshka opened this pull request over 1 year ago
docs: Update README.md with link to tracing-aliyun-sls

lightsing opened this pull request over 1 year ago
multiple app instances, same log file

estnml opened this issue over 1 year ago
tracing-attributes: support const values for `target` and `name`

mbrobbel opened this pull request over 1 year ago
macros: Fix if_log_enabled condition.

jevolk opened this pull request over 1 year ago
Owo color

stefnotch opened this pull request over 1 year ago
Multiline tracing_appender non_blocking

mateiandrei94 opened this issue over 1 year ago
Compile error on Raspberry Pi Pico (target = thumbv6m-none-eabi)

ValouBambou opened this issue over 1 year ago
attributes: update docs for instrument

mladedav opened this pull request over 1 year ago
Size rolling

x3ccd4828 opened this pull request over 1 year ago
Bug: In some scenarios, log content is lost.

karellincoln opened this issue over 1 year ago
Better support for dynamically adjusting the filter

RalfJung opened this issue over 1 year ago
allow span_scope to iterate from a filtered current_span

xuorig opened this pull request over 1 year ago
attributes: force instrumented function to be `FnOnce`

mladedav opened this pull request over 1 year ago
docs: enable and clean up ignored doc tests

mladedav opened this pull request over 1 year ago
Docs: tracing field names CAN actually have a dot in them now

adamchalmers opened this issue over 1 year ago
fix: subscriber context docs

kaffarell opened this pull request over 1 year ago
docs: enable and clean up ignored doc tests

mladedav opened this pull request over 1 year ago
attributes: force instrumented function to be `FnOnce`

mladedav opened this pull request over 1 year ago
Type erasure for registry/subscribers

colinmarc opened this issue over 1 year ago
Doc links broken in instrument documentation

taladar opened this issue over 1 year ago
[Tracing][Subscriber] Extend root fields with (static) custom fields

gheorghitamutu opened this issue over 1 year ago
rustc: remove deprecated `private_in_public` lint

kaffarell opened this pull request over 1 year ago
fix: `level!` macros with constant field names in the first position

mladedav opened this pull request over 1 year ago
Fix deadlock with `tracing-error` + `fmt::Subscriber`

mladedav opened this pull request over 1 year ago
Skip recording `Span` fields when not requested

Swatinem opened this pull request over 1 year ago
attributes: extract match scrutinee

kaffarell opened this pull request over 1 year ago
macros: Fix non-simple macro usage without message

Turbo87 opened this pull request over 1 year ago
macros: Fix missing field prefixes

Turbo87 opened this pull request over 1 year ago
Sifting layer, decide what writer to use on the fly

mateiandrei94 opened this issue over 1 year ago
instrument triggers clippy::blocks_in_conditions

ShahakShama opened this issue over 1 year ago