{"library":"mlflow-tracing","type":"library","category":null,"description":"MLflow Tracing SDK (mlflow-tracing) is an open-source, lightweight Python package that provides a minimum set of dependencies and functionality to instrument your code, models, or agents with MLflow Tracing. It is designed for production environments to enable faster deployment, simplified dependency management, enhanced portability, and reduced security risks compared to the full MLflow package. It supports LLM and AI agent observability, capturing inputs, outputs, and metadata for each step of a request.","language":"python","status":"active","version":"3.10.1","tags":["ml","observability","tracing","llm","ai-agents","genai","production-monitoring"],"install":[{"cmd":"pip install mlflow-tracing","imports":["import mlflow","from mlflow import tracing\ntracing.configure(...)","from mlflow import tracing\ntracing.disable()","from mlflow import tracing\ntracing.enable()","import mlflow\n\n@mlflow.trace\ndef my_traced_function():\n    pass","import mlflow\n\nwith mlflow.start_span('my_span_name'):\n    # ... code to trace ..."]}],"homepage":"https://mlflow.org","github":"https://github.com/mlflow/mlflow","docs":"https://mlflow.org/docs/latest","changelog":null,"pypi":"https://pypi.org/project/mlflow-tracing/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":7.8,"avg_import_s":2.7,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/mlflow-tracing/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":"verified"}}