BentoML
BentoML copied to clipboard
bug: incorrect tracing when batching is enabled
When batching is enabled, runner’s /receive
span and any subsequent spans created in the service are always attributed towards the first trace id. The the trace of the first request will indefinitely grow as new requests arrive.
Is this addressed in https://github.com/bentoml/BentoML/pull/2977?
No but https://github.com/bentoml/BentoML/pull/2996 is intended to address it.