Neural Inverse is Open Source →
Self HostingTelemetry
Self HostingSecurityTelemetry
Version: v3

Telemetry

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

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

Neural Inverse 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 Neural Inverse's telemetry pipeline via PostHog Cloud.

Implementation reference: Telemetry job

What is sent

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

FieldMeaningSource
langfuseVersionThe running Neural Inverse 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?

Neural Inverse OSS

Yes. Set TELEMETRY_ENABLED=false on all Neural Inverse application containers.

Neural Inverse 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?