keke-tracing / keke

Simple TraceEvent in Python
MIT License
3 stars 2 forks source link

Way to trace just a single thread #1

Open thatch opened 6 months ago

thatch commented 6 months ago

I'm looking for something that only traces the opentelemetry span exporter thread, so this might be as simple as making get_tracer() look at a threadlocal and fall back to the global.