mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-21 10:05:26 -04:00
[PR #90] [MERGED] feat: DataDog LLM Observability Pipeline #300
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/pipelines/pull/90
Author: @westbrook-ai
Created: 6/13/2024
Status: ✅ Merged
Merged: 6/17/2024
Merged by: @tjbck
Base:
main← Head:feat-datadog-llmobs-filter📝 Commits (4)
30fa228Working DataDog pipelinecdb2367Add Rust to Docker image, update requirements.txtb983e8fTesting updated Dockerfile6d508beResolved outlet issue📊 Changes
6 files changed (+139 additions, -8 deletions)
View changed files
📝
.dockerignore(+2 -1)📝
.gitignore(+2 -1)📝
Dockerfile(+3 -5)➕
dev-docker.sh(+9 -0)➕
examples/filters/datadog_filter_pipeline.py(+121 -0)📝
requirements.txt(+2 -1)📄 Description
Adds a DataDog pipeline, a new Dockerfile image with Rust installed (which is required for the DataDog library to build and install correctly), and a new script to start a basic dev environment in Docker that includes Open WebUI, Ollama and Pipelines.
Here's an example of what you see in DataDog when you enable this pipeline and communicate with your LLMs through Open WebUI:

To correctly set Pipelines up for use with DataDog, you have to first build the
Dockerfile.rustimage, then spin up your Pipelines container using that image. A basic rundown of the steps is below:.envfile, and fill out the following variables:🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.