Langfuse just got faster →
Self HostingSecurityTelemetry
Version: v3

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.

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
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.


Was this page helpful?