hypertrace / pythonagent

Hypertrace Python agent
Apache License 2.0
4 stars 0 forks source link

avoid loging on invalid span attributes #196

Open davexroth opened 3 years ago

davexroth commented 3 years ago

We're currently capturing the grpc-trace-bin header which is causing the logs to be flooded with warning that the byte attribute couldn't be decoded.

rcbjBlueMars commented 3 years ago

Should we expand this to NOT capture all trace context propagation headers used by TRACECONTEXT and B3? Including for flask, aiohttp, and requsts, etc?