Skip to content

[FEATURE]: Propagate ml_app with LLMObs.activate_distributed_headers #13282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
shotarok opened this issue Apr 26, 2025 · 1 comment
Open

[FEATURE]: Propagate ml_app with LLMObs.activate_distributed_headers #13282

shotarok opened this issue Apr 26, 2025 · 1 comment

Comments

@shotarok
Copy link

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 with LLMObs.inject_distributed_headers and LLMObs.activate_distributed_headers. The goal is to propagate ml_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

@Yun-Kim
Copy link
Contributor

Yun-Kim commented Apr 28, 2025

Hi @shotarok, thanks for reaching out! We are actually working on this feature right now so hopefully we'll have this be available in the next few weeks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants