Skip to content

Commit c6fe1e1

Browse files
committed
docs(telemetry): telemetry is no longer collected
1 parent f21d804 commit c6fe1e1

File tree

1 file changed

+2
-40
lines changed

1 file changed

+2
-40
lines changed

openllmetry/privacy/telemetry.mdx

Lines changed: 2 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2,43 +2,5 @@
22
title: "Telemetry"
33
---
44

5-
OpenLLMetry contains a telemetry feature that collects **anonymous** usage information.
6-
7-
<Tip>
8-
Not to be confused with OpenTelemetry. Telemetry refers to anonymous product
9-
usage statistics we collect. It is a completely different stream of data, and
10-
is not related to OpenTelemetry, traces, or instrumentations.
11-
</Tip>
12-
13-
## Why?
14-
15-
We use this information to help us understand how OpenLLMetry is used, to help us prioritize work on new features and bug fixes,
16-
and to help us improve OpenLLMetry's performance and stability.
17-
18-
## Opting out
19-
20-
If you prefer to opt out of telemetry, you can do this by setting the `TRACELOOP_TELEMETRY` environment variable to `FALSE`,
21-
or passing `telemetry_enabled=False` to the `Traceloop.init()` function in Python.
22-
23-
## What do you track?
24-
25-
We will only track usage details that help us make product decisions, specifically:
26-
27-
- OpenLLMetry version
28-
- Tracing endpoint type (e.g. Honeycomb, Datadog, Traceloop, etc.)
29-
- Types of instrumentations that were initialized
30-
- Usage of prompt rendering (without logging any details about the prompt, variables, or values)
31-
32-
We **do not** collect personally-identifiable or sensitive information, such as: API keys, prompts, completions, embeddings, or spans and traces.
33-
34-
To view the list of events we track, you may reference the [code](https://github.com/traceloop/openllmetry/blob/main/packages/traceloop-sdk/traceloop/sdk/telemetry.py).
35-
36-
## Where is telemetry information stored?
37-
38-
We use Posthog to store and visualize telemetry data.
39-
40-
<Info>
41-
Posthog is an open source platform for product analytics. Learn more about
42-
Posthog on [posthog.com](posthog.com) or
43-
[github.com/posthog](github.com/posthog).
44-
</Info>
5+
OpenLLMetry no longer collects any telemetry or any information.
6+
Make sure you're using OpenLLMetry v0.49.2 and above or OpenLLMetry-js v0.21.1 and above.

0 commit comments

Comments
 (0)