Langfuse v4: up to 165ร— faster ยท Read more
Self HostingTelemetry
Version: v4

Telemetry

Langfuse self-hosted sends a small amount of deployment telemetry to Langfuse.

For Langfuse Enterprise (self-hosted), this telemetry is used for license compliance and to understand license usage at a high level. For Langfuse OSS, the same telemetry helps us understand adoption and prioritize improvements and roadmap items.

Langfuse does not send raw traces, prompts, observations, scores, or dataset contents from your self-hosted deployment. Only high-level aggregated usage metrics are shared.

Application telemetry

Where telemetry is sent

Telemetry is sent to Langfuse's telemetry pipeline via PostHog Cloud.

Implementation reference: Telemetry job

What is sent

Langfuse calculates these values locally and sends a single telemetry event. All metrics are aggregated across all projects of the instance before they are sent. Langfuse does not send raw ClickHouse rows or per-project breakdowns.

FieldMeaningSource
langfuseVersionThe running Langfuse versionApplication metadata
eeLicenseKeyThe configured LANGFUSE_EE_LICENSE_KEY, if presentEnvironment variable
userDomainsUp to 30 email domains from the local users table with user counts. Raw email addresses are not sent as they are considered PII.Postgres
totalProjectsCurrent number of non-deleted projectsPostgres
tracesTotal traces created in the reporting windowLocal ClickHouse aggregate
scoresTotal scores created in the reporting windowLocal ClickHouse aggregate
observationsTotal observations created in the reporting windowLocal ClickHouse aggregate
datasetsTotal datasets created in the reporting windowPostgres
datasetItemsTotal dataset items created in the reporting windowPostgres
datasetRunsTotal dataset runs created in the reporting windowPostgres
datasetRunItemsTotal dataset run items created in the reporting windowLocal ClickHouse aggregate
assistantRunsTotal Langfuse Assistant runs started in the reporting windowPostgres
startTimeframe / endTimeframeThe reporting window used for the counts aboveApplication metadata

Can I disable telemetry?

Langfuse OSS

Yes. Set TELEMETRY_ENABLED=false on all Langfuse application containers.

Langfuse Enterprise (self-hosted)

Enterprise self-hosted telemetry is used for license compliance and cannot be disabled. If you have procurement, network, or privacy questions, please contact us.

Container image downloads

Our deployment templates โ€” the docker-compose.yml file and the langfuse-k8s Helm chart โ€” reference the Langfuse application images as docker.langfuse.com/langfuse/langfuse and docker.langfuse.com/langfuse/langfuse-worker.

docker.langfuse.com is a registry endpoint used to measure open source adoption via Reo.dev. Only the pull is observed โ€” no data from your running Langfuse instance is involved, and the endpoint is contacted only when you fetch an image.

You can also pull the images directly from Docker Hub. Replace docker.langfuse.com/langfuse/... with langfuse/... (or the fully qualified docker.io/langfuse/...) wherever the image is referenced.


If you experience any issues when self-hosting Langfuse, please:

  1. Check out Troubleshooting & FAQ page.
  2. Use Ask AI to get instant answers to your questions.
  3. Ask the maintainers on GitHub Discussions.
  4. Create a bug report or feature request on GitHub.

Enterprise-grade support is available when self-hosting Langfuse. Learn more on our pricing page.


Was this page helpful?

Last updated on