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

Make `Span::{enter, entered}` `must_use`

tgross35 opened this issue over 1 year ago
chore: backport roughly a year's worth of changes

davidbarsky opened this pull request over 1 year ago
log format in windows powershell

51yu opened this issue over 1 year ago
Fix #2724 by updating `env_logger`

dvdplm opened this pull request over 1 year ago
Replace `atty`

dvdplm opened this issue over 1 year ago
macros fail when `format_args` is defined in scope

konstin opened this issue over 1 year ago
Spelling: "overriden" => "overridden"

tobymurray opened this pull request over 1 year ago
chore: corrected typos in the example readme

ilsubyeega opened this pull request over 1 year ago
attributes: cannot reassign function arguments with local borrows

tesaguri opened this issue over 1 year ago
tracing-subscriber: perf: CPU usage of async span

7ERr0r opened this issue over 1 year ago
Opt in to traced fields (redone based on 2023 branch)

drmason13 opened this pull request over 1 year ago
Add `axum-insights` to relevant crates.

twitchax opened this pull request over 1 year ago
tracing: allow constant field names in macros

hawkw opened this pull request over 1 year ago
tracing_subscriber::reload does not realod log max level

npajkovsky opened this issue over 1 year ago
flame: fix folded formatting

conectado opened this pull request over 1 year ago
Generate less dead code for async block return type hint

kornelski opened this pull request over 1 year ago
tracing-journald: allow custom journal fields

Finomnis opened this pull request over 1 year ago
tokio-tracing span/instrument not working for tauri command

youginil opened this issue over 1 year ago
subscriber: add flatten span option to json formatter

heat1q opened this pull request over 1 year ago
Feat: rolling by local time

zjp-CN opened this pull request over 1 year ago
tracing_appender file name without date for rolling logs

incker opened this issue over 1 year ago
chore: fix new warnings in Rust 1.72.0

hawkw opened this pull request over 1 year ago
Allow setting event names in macros.

twitchax opened this pull request over 1 year ago
the doc-test for backtrace::SpanTrace::capture uses the attributes feature from tracing

alexanderkjall opened this pull request over 1 year ago
appender: adding utc timezone offsets support settings for tracing_ap…

SpeedReach opened this pull request over 1 year ago
Event name should be overridable.

twitchax opened this issue over 1 year ago
[tracing-subscriber]: add chrono crate implementations of FormatTime

shayne-fletcher opened this pull request over 1 year ago
Clarify appender docs

CLEckhardt opened this pull request over 1 year ago
No documentation about RUST_LOG

nazar-pc opened this issue over 1 year ago
Implement `MakeWriter` for `Arc<Mutex<W: Writer>>`

xMAC94x opened this issue over 1 year ago
Attach follows_from() before constructing future

matthiasbeyer opened this pull request over 1 year ago
Ensure callsites in test have unique addresses

nikic opened this pull request over 1 year ago
Make format::Writer::new() public

kaifastromai opened this pull request over 1 year ago
Add article and talk by hoverbear

Hoverbear opened this pull request over 1 year ago
Tracing-log - Updating lru to 0.10

plugwash opened this issue over 1 year ago
chore: fix `wasm_bindgen_test` macros

hlbarber opened this pull request over 1 year ago
docs(field): remove duplicate wording

alextes opened this pull request over 1 year ago
tracing-journald: remove unnecessary `mut`

davidbarsky opened this pull request over 1 year ago
Allow log file to have ".log" or custom file extension

sloganking opened this issue over 1 year ago
tracing-subscriber: Consider adding flattening option for spans

dahlbaek opened this issue over 1 year ago
tracing: add tracing-cloudwatch to related crates in README

ymgyt opened this pull request over 1 year ago
feat: extra fields

hseeberger opened this pull request over 1 year ago
tracing-macro: implement a fatal macro

tisonkun opened this pull request over 1 year ago
feat: otel feature, writing the OTel trace ID

hseeberger opened this pull request over 1 year ago
journald: Map "info" level to journald "info" priority

hongquan opened this pull request over 1 year ago
Consider implementing `Value` for `T: serde::Serialize + Debug`

louismrose opened this issue over 1 year ago
Server task span doesn't apply to request handlers

zmrocze opened this issue over 1 year ago
Allow complete reloading of a filtered layer

stormshield-kg opened this pull request over 1 year ago
Create span for all levels

zmrocze opened this issue over 1 year ago
subscriber: add with_binary_name and with_process_id options.

nicolasavru opened this pull request over 1 year ago
Feat: Rolling Appender Custom Rotation

stegaBOB opened this pull request over 1 year ago
Control FmtSpan from environment

aviramha opened this issue over 1 year ago
instrument(follows_from=...) requires argument to be Copy

matthiasbeyer opened this issue over 1 year ago
Please let customize level mapping for tracing-journald

hongquan opened this issue over 1 year ago
fmt::Subscriber `NO_COLOR` support

dmlary opened this pull request over 1 year ago
feat: `ret(skip)` & `err(skip)`

JonathanWoollett-Light opened this pull request over 1 year ago
Fix Vec implementation of tracing_subscriber::layer::Layer

stormshield-kg opened this pull request over 1 year ago
Documentation of opentelemetry-otlp vs opentelemetry-jaeger?

DaveWK opened this issue over 1 year ago
tracing-macros: Assert macros that log on failure

JakubKoralewski opened this pull request over 1 year ago
chore: bump env-logger version

TroyKomodo opened this pull request over 1 year ago
deadlock after updating to tracing-core 0.1.31

Nilstrieb opened this issue over 1 year ago
tracing: fix recursive `register_callsite` deadlock

hawkw opened this pull request over 1 year ago
attributes: prepare to release v0.1.26

hawkw opened this pull request over 1 year ago
docs: Add `clippy-tracing` to related crates

JonathanWoollett-Light opened this pull request over 1 year ago
A tool for `tracing::instrument`

JonathanWoollett-Light opened this issue over 1 year ago
Fix unknown_lints in generated code

mladedav opened this pull request over 1 year ago
attributes: prepare to release v0.1.25

hawkw opened this pull request over 1 year ago
use fully qualified names in macros for items exported from std prelude

hlbarber opened this pull request over 1 year ago
backports

hawkw opened this pull request over 1 year ago
chore: silence `clippy::redundant_clone` warning

hawkw opened this pull request over 1 year ago
macros: Handle constant field names

wyfo opened this pull request over 1 year ago
Support easily dumping current span scope

chriskonstad opened this issue over 1 year ago
New lint affecting tracing::instrument macro when returning an impl

damccull opened this issue over 1 year ago
Fix doc link to RAI pattern crate documentation

johngillott opened this pull request over 1 year ago
core: field: fix typo in doc

gdesmott opened this pull request over 1 year ago
build(deps): update nu-ansi-term requirement from 0.46.0 to 0.48.0

dependabot[bot] opened this pull request over 1 year ago
Fix clippy::let_with_type_underscore in generated code

coolreader18 opened this pull request over 1 year ago
Relax restrictions on writer for `tracing_appender::non_blocking::NonBlocking`

AnthonyMikh opened this pull request over 1 year ago
Allow string literal field identifiers

valkum opened this pull request over 1 year ago
build(deps): update mio requirement from 0.6.23 to 0.8.8

dependabot[bot] opened this pull request over 1 year ago
build(deps): update mio requirement from 0.6.23 to 0.8.7

dependabot[bot] opened this pull request over 1 year ago