Tracing through model serving endpoint

srijan1881
New Contributor

 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