issues
search
emit-rs
/
emit
Developer-first diagnostics for Rust applications
https://emit-rs.io
Apache License 2.0
128
stars
2
forks
source link
prepare for 0.11.0-alpha.10 release
#81
Closed
KodrAus
closed
2 months ago
KodrAus
commented
2 months ago
Major changes
The
emit_batcher
API has been rewritten so it's clear where the distinction between
tokio
and
std
implementations is.
emit_otlp
will always spawn on a background thread, never on an existing
tokio
runtime.
What's Changed
Add a test project for OTLP emitter throughput by @KodrAus in
https://github.com/emit-rs/emit/pull/78
Allow batcher to block on a full queue instead of truncating by @KodrAus in
https://github.com/emit-rs/emit/pull/80
Major changes
emit_batcher
API has been rewritten so it's clear where the distinction betweentokio
andstd
implementations is.emit_otlp
will always spawn on a background thread, never on an existingtokio
runtime.What's Changed