emit-rs / emit

Developer-first diagnostics for Rust applications
https://emit-rs.io
Apache License 2.0
128 stars 2 forks source link

Add a test project for OTLP emitter throughput #78

Closed KodrAus closed 2 months ago

KodrAus commented 2 months ago

This PR adds another integration-like test for the OTLP emitter. This one writes 10,000 events as quickly as possible through the collector and emits some stats about how it went. It should give us a reasonable basis to investigate optimization opportunities from in the future.