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

feat: rm unused trait `AsId`

YangNianYi opened this pull request about 1 year ago
tracing-journald in source does not match published crate

bouk opened this issue about 1 year ago
fix: doc comment

YangNianYi opened this pull request about 1 year ago
feat: rm duplicate `cfg`

YangNianYi opened this pull request about 1 year ago
fix invalid doc comment link and remove duplicate doc line prefix

shengsheng opened this pull request about 1 year ago
MakeWriterExt docs fix

kaffarell opened this pull request about 1 year ago
Add `tracing-panic` to the list of community projects.

LukeMathWalker opened this pull request about 1 year ago
Add Rust telemetry workshop to the lists of resources

LukeMathWalker opened this pull request about 1 year ago
Adds a check in `tracing_appender`

dtoniolo opened this pull request about 1 year ago
logging full containers (structures)

azr opened this issue about 1 year ago
journald: make level mappings configurable

kaffarell opened this pull request about 1 year ago
chore: remove non-existing features from comments

zhiqiangxu opened this pull request about 1 year ago
tracing: add index API for `Field`

Rustin170506 opened this pull request about 1 year ago
Enrich events with a template string without interpolation

Jgfrausing opened this issue about 1 year ago
chore: fixes for clippy changes in Rust 1.74

hds opened this pull request about 1 year ago
Make `in_current_span` work on Fn types

vultix opened this issue about 1 year ago
mock: correct contextual/explicit parent assertions

hds opened this pull request about 1 year ago
Change `Layer` timer implementation at runtime using reload

twitu opened this issue about 1 year ago
chore: backport #1713

davidbarsky opened this pull request about 1 year ago
make `with_ansi` public as well

wolfv opened this pull request about 1 year ago
subscriber: split reload handle and filter tests

hds opened this pull request about 1 year ago
fix: Update incorrect tracing-futures feature docs

jayvdb opened this pull request about 1 year ago
Different timestamps in different outputs

safinaskar opened this issue about 1 year ago
chore: Ignore RUSTSEC-2021-0124

jayvdb opened this pull request about 1 year ago
osv-scanner results

jayvdb opened this issue about 1 year ago
Fixes flaky test

SpeedReach opened this pull request about 1 year ago
subscriber: record error sources in `fmt` layer with JSON format

BugenZhao opened this pull request about 1 year ago
`fmt::format::Writer` should have more visibility

ewoolsey opened this issue about 1 year ago
chore: backport changes since October 1st, 2023

davidbarsky opened this pull request about 1 year ago
chore: bump MSRV to 1.63

davidbarsky opened this pull request about 1 year ago
chore: fix bump `ahash` to 0.7.7

davidbarsky opened this pull request about 1 year ago
chore: prepare tracing-journald 0.4.0

davidbarsky opened this pull request about 1 year ago
chore: prepare tracing-appender 0.2.3 release

davidbarsky opened this pull request about 1 year ago
chore: prepare tracing-subscriber 0.3.18 release

davidbarsky opened this pull request about 1 year ago
Allow `ValueSet`s to be constructed with slices in addition to arrays

maddiemort opened this pull request about 1 year ago
`#[instrument(skip_all, ret)]` does not report return value

surma opened this issue about 1 year ago
attributes: fix a few links in documentation

kaffarell opened this pull request about 1 year ago
subscriber: record error source with `Json` format

BugenZhao opened this issue about 1 year ago
docs: fix incorrect incorrect links/typos across `tracing`

davidbarsky opened this issue about 1 year ago
subcriber: update docs for EnvFilter Builder

nathanielc opened this pull request about 1 year ago
attributes: added missing RecordTypes for instrument

kaffarell opened this pull request about 1 year ago
docs: attributes: fix small backporting error

kaffarell opened this pull request about 1 year ago
#[instrument(skip_all, fields(x))] silently doesn't work

safinaskar opened this issue about 1 year ago
Docs say that #[instrument] uses Value trait, but experiment disagree

safinaskar opened this issue about 1 year ago
event!(name: ...) is ignored in "full" and "json" output

safinaskar opened this issue about 1 year ago
subscriber: unify interface of `enabled` functions

har7an opened this pull request about 1 year ago
chore: prepare tracing-log 0.2.0

davidbarsky opened this pull request about 1 year ago
log: remove `env_logger` feature and usage

davidbarsky opened this pull request about 1 year ago
chore: Prepare tracing-log 0.1.4

davidbarsky opened this pull request about 1 year ago
fix env_logger crate name typo in lib.rs documentation

smacdo opened this pull request about 1 year ago
Fix incorrectly updated incorrect docs for `tracing_core::LevelFilter`

nerosnm opened this pull request about 1 year ago
Use ManuallyDrop instead of mem::forget

Manishearth opened this pull request about 1 year ago
unable to get LocalTime on OpenBSD

brahin2 opened this issue about 1 year ago
Add `EnvFilter::from_directives`

Plebshot opened this pull request about 1 year ago
tracing: removed core imports in macros

kaffarell opened this pull request about 1 year ago
Cannot build with tracing 0.1.39, when the crate name is `core`

sxyazi opened this issue about 1 year ago
subscriber: fmt: implement MakeWriter for Arc<Mutex<>>

kaffarell opened this pull request about 1 year ago
Use `web-time` on Wasm

daxpedda opened this pull request about 1 year ago
tracing: use full path when calling format_args!

kaffarell opened this pull request about 1 year ago
chore: prepare tracing-attributes 0.1.27

davidbarsky opened this pull request about 1 year ago
chore: prepare tracing 0.1.39

davidbarsky opened this pull request about 1 year ago
chore: prepare tracing-core 0.1.32

davidbarsky opened this pull request about 1 year ago
docs: remove mention of `Registration` on v0.1.x

davidbarsky opened this pull request about 1 year ago
log: deprecate `env_logger` in favor of `tracing_subscriber::fmt::Subscriber`

davidbarsky opened this pull request about 1 year ago
chore: backport #2750

davidbarsky opened this pull request about 1 year ago
log: revert #2740

davidbarsky opened this pull request about 1 year ago
chore: prepare a bunch of releases

davidbarsky opened this pull request about 1 year ago
New release of `tracing-appender`?

repi opened this issue about 1 year ago
Value is not Implemented for Option<T>

AmoleR opened this issue about 1 year ago
bug(tracing): `register_callsite` doesn't get called

hds opened this pull request about 1 year ago
journald: fix clippy `unwrap_or_default` warning

hawkw opened this pull request about 1 year ago
Implement `Copy` for `FmtSpan`

9999years opened this pull request about 1 year ago
Add special "void span" to discard all child spans

andrewbanchich opened this issue about 1 year ago
Support alternate names for the "message" field

quodlibetor opened this issue about 1 year ago
with_test_writer() doesn't work in unit tests

realtica opened this issue about 1 year ago
feat[tracing-subscriber]: extra fields

hseeberger opened this pull request over 1 year ago
attributes: bump minimum version of proc-macro2 to 1.0.60

davidbarsky opened this pull request over 1 year ago
[doc] it's unclear how multiple EnvFilter directives are applied

lilydjwg opened this issue over 1 year ago
Non-const event level

Victor-N-Suadicani opened this issue over 1 year ago