pgjones / hypercorn

Hypercorn is an ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn.
MIT License
1.12k stars 102 forks source link

Opentelemetry Tracing + Logging Issue #243

Open tommyhe6 opened 3 months ago

tommyhe6 commented 3 months ago

I'm having trouble getting hypercorn to send any traces with otel at all, even with 1 worker. Here's a minimal example: https://github.com/tommyhe6/otel-hypercorn, where hypercorn is not sending any traces but uvicorn is working. It does seem to send metrics fine however. Would be interested in tips or examples from anyone that got hypercorn to work with opentelemetry!