From 451c1596af991acb427b33cabea4abb3d4ab5117 Mon Sep 17 00:00:00 2001 From: Daniel Lok Date: Thu, 6 Feb 2025 08:04:24 +0800 Subject: [PATCH] readme: add MLflow Tracing as an observability integration (#8811) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5962b18ac..b4d75b63c 100644 --- a/README.md +++ b/README.md @@ -545,3 +545,4 @@ See the [API documentation](./docs/api.md) for all endpoints. - [OpenLIT](https://github.com/openlit/openlit) is an OpenTelemetry-native tool for monitoring Ollama Applications & GPUs using traces and metrics. - [HoneyHive](https://docs.honeyhive.ai/integrations/ollama) is an AI observability and evaluation platform for AI agents. Use HoneyHive to evaluate agent performance, interrogate failures, and monitor quality in production. - [Langfuse](https://langfuse.com/docs/integrations/ollama) is an open source LLM observability platform that enables teams to collaboratively monitor, evaluate and debug AI applications. +- [MLflow Tracing](https://mlflow.org/docs/latest/llms/tracing/index.html#automatic-tracing) is an open source LLM observability tool with a convenient API to log and visualize traces, making it easy to debug and evaluate GenAI applications.