Tracing through model serving endpoint
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2026 11:10 PM
i have deployed a code running on langgraph through model serving endpoint. I want to trace the logs using ml flow and i want to trace logs in the experiment whenever a user hits the serving endpoint. I have defined both of them in my code
mlflow.set_experiment("/xxx")
mlflow.openai.autolog(
disable=False,
)
and also set
"ENABLE_MLFLOW_TRACING": "true",
but still couldn't able to see logs in experiment
Labels:
- Labels:
-
Model Serving