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

mock: document public APIs in the `field` module

hds opened this pull request almost 2 years ago
mock: document public APIs in `span` module

hds opened this pull request almost 2 years ago
tracing-appender is not tagged with the feature builder

syrm opened this issue almost 2 years ago
attributes: Apply fake return edge only to async fns

str4d opened this pull request almost 2 years ago
Option to hide event scopes in the event formatter

mvlabat opened this issue almost 2 years ago
subscriber: update documentation link to latest

bburnichon opened this pull request almost 2 years ago
Support #[track_caller] for Event file name and line number

TitanNano opened this issue about 2 years ago
journald: add support for specifying syslog facility

oherrala opened this pull request about 2 years ago
subscriber: allow to customize Registry with sharded_slab Config.

arssher opened this pull request about 2 years ago
Large memory footprint of tracing-appender - non_blocking

7ERr0r opened this issue about 2 years ago
Implement subscribe::Filter for Option<Filter>

jsgf opened this pull request about 2 years ago
Compress files after rolling in tracing-appender/RollingFileAppender

nstinus opened this issue about 2 years ago
Opentelemetry panics on Span::follows_from with "Span to follow not found"

SebastiaanYN opened this issue about 2 years ago
chore(deps): update env_logger requirement from 0.8.4 to 0.10.0

dependabot[bot] opened this pull request about 2 years ago
mock: document public API in collector module

hds opened this pull request about 2 years ago
fmt subscriber should honor NO_COLOR by default

matklad opened this issue about 2 years ago
Add a way to filter format event

bnjjj opened this pull request about 2 years ago
add support of attributes on the MetricsSubscriber

bnjjj opened this pull request about 2 years ago
Remove `doc(html_root_url)` attribute from all crates.

LukeMathWalker opened this pull request about 2 years ago
Make newlines configurable for tracing_subscriber::fmt::format::Json

mfrischknecht opened this pull request about 2 years ago
appender: allow worker thread name to be configured (#2364)

nstinus opened this pull request about 2 years ago
function FieldSet::value_set is doc(hidden) for no apparent reason

Xaeroxe opened this issue about 2 years ago
`EnvFilter` could implement `Clone`

jamesmunns opened this issue about 2 years ago
opentelemetry: support attributes for metrics

aluminous opened this pull request about 2 years ago
implement a way to filter fields by name on log json formatter

bnjjj opened this pull request about 2 years ago
docs[subscriber]: fix LevelFilter explanation when Level enabled

hseeberger opened this pull request about 2 years ago
core: record_error uses Debug, not Display

jfsulliv opened this pull request about 2 years ago
tracing-journald configurability

little-dude opened this issue about 2 years ago
tracing-journald: make level mappings configurable

little-dude opened this pull request about 2 years ago
tracing-opentelemetry: Add `opentelemetry::Context` propagation

mkatychev opened this pull request about 2 years ago
add support for attributes in `tracing-opentelemetry::MetricsLayer`

nmoutschen opened this issue about 2 years ago
max_log_files_feature

ozgunozerk opened this pull request over 2 years ago
Improve #[instrument(ret, err)] handling for tracing-opentelemetry

notheotherben opened this pull request over 2 years ago
reload not working in tracing-subscriber v0.3.15

cedricje opened this issue over 2 years ago
chore(deps): update criterion requirement from 0.3.6 to 0.4.0

dependabot[bot] opened this pull request over 2 years ago
tracing-core: Add `Dispatch::downgrade()` and `WeakDispatch`

jswrenn opened this pull request over 2 years ago
tracing-core: relax `get_default`'s argument to `FnOnce`

jswrenn opened this pull request over 2 years ago
log: fix a double-lock bug in TraceLogger

BurtonQin opened this pull request over 2 years ago
Fixed macro valueset to support debug and display named parameters

Wonshtrum opened this pull request over 2 years ago
Upgrade MSRV to 1.56 and edition 2021

CAD97 opened this pull request over 2 years ago
chore(deps): update rand requirement from 0.7.3 to 0.8.5

dependabot[bot] opened this pull request over 2 years ago
`DefaultGuard` may disable setting new dispatchers on `Drop`

prestwich opened this issue over 2 years ago
appender: add file name suffix parameter

IceSentry opened this pull request over 2 years ago
Make `tracing_subscriber::fmt::format::Writer::new` public

TmLev opened this issue over 2 years ago
Uses ANSI escape codes in dumb terminal in Sublime Text

kornelski opened this issue over 2 years ago
add a test to reproduce #1147

matklad opened this pull request over 2 years ago
Prepend label to field names used with `#[instrument]`

mdtusz opened this issue over 2 years ago
try junit test reports again

hawkw opened this pull request over 2 years ago
Fix logging with interest cache

bkchr opened this pull request over 2 years ago
tracing-subscriber: change `try_init` error type to `TryInitError`

daxpedda opened this pull request over 2 years ago
[wip] draft API for passing timer into formatters

hawkw opened this pull request over 2 years ago
Calling record() multiple times logs the field multiple times

kosta opened this issue over 2 years ago
WIP: dynamic filters override static ones

tfreiberg-fastly opened this pull request over 2 years ago
runtime panic on ctor phase

bigdogs opened this issue over 2 years ago
Dynamically resolved metadata (normalized_metadata) in core

CAD97 opened this pull request almost 3 years ago
Use more efficient `thread_local! { … = const { … } }`

hrxi opened this pull request almost 3 years ago
Do you use LevelFilter with `<` or `<=`?

CAD97 opened this issue almost 3 years ago
Create a symlink to latest log file

clia opened this pull request almost 3 years ago
core: change clone_span to not return an Id

hawkw opened this pull request almost 3 years ago
implement fully_enabled

guswynn opened this pull request almost 3 years ago
subscriber: re-export prelude traits `as _`

hawkw opened this pull request almost 3 years ago
attributes: implement `#[instrument(tracing)]`

Tamschi opened this pull request almost 3 years ago
chore(deps): update snafu requirement from 0.6.10 to 0.7.0

dependabot[bot] opened this pull request about 3 years ago
Implement compression in tracing-appender

pjankiewicz opened this pull request about 3 years ago
Don't be too restrictive in tracing_core::dispatcher::get_default()

vchekan opened this pull request about 3 years ago
attributes: allow expression span names

couchand opened this pull request about 3 years ago
attributes: allow expressions for span names

couchand opened this pull request about 3 years ago
tracing-log: support `no_std`

koute opened this pull request about 3 years ago
Support Local timezone config from tracing_appender

18601673727 opened this issue about 3 years ago
tracing::instrument args by autoref specialization

CAD97 opened this pull request over 3 years ago
Feature/valuable integration

xd009642 opened this pull request over 3 years ago
core: tracking issue for `valuable` integration

hawkw opened this issue over 3 years ago
[Feature request] Raise the number of maximum fields

LukeMathWalker opened this issue over 3 years ago
Bad interaction between tracing-error and tracing

asonix opened this issue over 3 years ago
Inverted flamecharts

chpio opened this issue over 3 years ago
Allow configuring a formatter with extra fields to include

bjchambers opened this issue over 3 years ago
Release `tracing` 0.2

XAMPPRocky opened this issue over 3 years ago
[WIP] core: add global-scoped dispatcher

hawkw opened this pull request over 3 years ago
set_global needs guard alternative

HK416-is-all-you-need opened this issue over 3 years ago
[WIP] draft implementation of new `Registry` API

hawkw opened this pull request over 3 years ago