If you have NLP pipelines running in production, you likely need to maintain them. If you need to detect the sources of problems, having a good way to see each step of execution, and even more, identifying the pipeline with issues (when you have more than one running) is quite important.
✨ Queue the tracing support we introduced in
@Haystack_AI 2.0 ✨
Out of the box, Haystack supports
@opentelemetry and
@datadoghq
But we've also added a uniform Tracer interface that allows you to extend Haystack to support other platforms too 🙌
See how to connect your own tracers here 👉
docs.haystack.deepset.ai/doc…
We've also included instructions on how you can set up a lightweight local tracing backend with a visualizer using
@JaegerTracing in our guide too 🚀