Skip to main content
OpenLIT collects anonymous usage metrics by default so we can see which features are used and where to improve the product. Nothing here is meant to identify you personally - there is no email, name, password, secret, or span/trace content in what we send. There is no in-app settings toggle for this. Opt out with an environment variable on the OpenLIT deployment, then restart so the change takes effect.

How to opt out of telemetry

Set:
That disables browser analytics, server-side usage events, and the daily install snapshot. Omit the variable (or set it to anything other than false) to leave collection on - Compose and .env examples ship with it enabled.

What identifies an install (anonymously)

What we track

When enabled, OpenLIT sends:
  • Active usage - opaque user / organisation / project activity, login and registration, and page path visits as people use the UI
  • Feature adoption - create/update/delete-style signals for prompts, rules, evaluations, dashboards, contexts, OpenGround, and database configurations (ids and counts, not names or contents)
  • Auto features - whether Auto Pricing and auto evaluation are turned on, and run outcomes
  • SDK-facing API use - success/failure when applications fetch prompts or Vault secrets through OpenLIT (the OpenLIT server records this; the SDK packages do not phone home on their own)
  • Daily install snapshot - once per day, aggregate totals for that install: OpenLIT version, counts of users / organisations / projects / database configs, whether auto pricing or auto evaluation is configured, and high-level ingestion volume counts
We never send emails, names, passwords, secrets, API keys, prompt or rule text, or the contents of your spans and traces.

Where metrics are stored

Usage metrics are sent to PostHog for secure storage and product analytics.

Frequently asked questions

No. Opt out only via TELEMETRY_ENABLED=false on the OpenLIT process, then restart.
No. This only controls OpenLIT’s anonymous product usage metrics. Your application’s OTLP traces, metrics, and logs are separate.

Configuration

Full environment variable reference, including TELEMETRY_ENABLED

Installation

Deploy OpenLIT and set environment variables for your setup