[FEATURE]: Propagate ml_app
with LLMObs.activate_distributed_headers
#13282
Labels
ml_app
with LLMObs.activate_distributed_headers
#13282
Package Name
llmobs
Package Version(s)
2.17.2
Describe the goal of the feature
ml_app
is automatically propagated from a parent LLMObs span to a child LLMObs span in a single process. However,ml_app
is not propagated at distributed tracing withLLMObs.inject_distributed_headers
andLLMObs.activate_distributed_headers
. The goal is to propagateml_app
automatically from a parent span to a child span, even with the distributed headers.Is your feature request related to a problem?
No response
Describe alternatives you've considered
Right now, I have defined a custom header to propagate
ml_app
and reuse it when creating a child span. It isn't easy to ensure the same pattern in the code base.Additional context
No response
The text was updated successfully, but these errors were encountered: