Skip to content

Overview

Send the telemetry a platform exposes to Logfire, then inspect it alongside the rest of your system. A trace is the full journey of one request or agent run, made of one or more spans. A span is one unit of work: a single operation, with a name, a start, and a duration. A metric is a number tracked over time, like requests per second or CPU load.

Every platform listed here can send data using the OpenTelemetry Protocol (OTLP), the standard wire format Logfire uses to receive telemetry. Some send detailed traces, while Flowise currently sends metrics only.

The guides distinguish settings available in a hosted product’s user interface from settings that require control of the process that runs the product.

The configuration location matters. A runtime configuration row means you need access to the deployment’s environment variables; it does not imply that the vendor’s hosted service exposes those variables. Products that only provide an internal trace viewer, an API for querying stored traces, or downloadable trace data are not listed because those features do not provide a live OTLP destination.

Choose your platform

PlatformWhat can be connectedWhere it is configured
DifyApplication and workflow traces and metricsDify runtime configuration
FlowiseAPI, flow, prediction, and optional node metrics, but not detailed tracesFlowise runtime and an OpenTelemetry Collector
GooseAgent-session and tool tracesLocal settings and environment
LangflowFlow, model, and tool tracesLangflow runtime configuration
LobeChatRequest, model, agent, tool traces, and metricsLobeChat runtime configuration
n8nWorkflow and node traces; agent traces on newer versionsSettings in supported hosted workspaces, or runtime configuration
Open WebUIHTTP, database, and cache traces, metrics, and logsOpen WebUI runtime and an OpenTelemetry Collector

Use the Logfire OTLP values

Create a project write token. Use the base URL for the data region that stores your project:

RegionBase URL
UShttps://logfire-us.pydantic.dev
EUhttps://logfire-eu.pydantic.dev

The platform guides show whether to supply the base URL or a signal-specific path such as /v1/traces. They also show the header syntax expected by that platform. Do not add Bearer unless the guide includes it.

Keep the write token in an administrator-only secret or environment setting. Do not put it in a workflow variable, prompt, custom tool, or browser-side setting.