You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,18 @@ OpenLLMetry-JS can instrument everything that [OpenTelemetry already instruments
128
128
- ✅ LangChain
129
129
- ✅ LlamaIndex
130
130
131
+
## 🔎 Telemetry
132
+
133
+
The SDK provided with OpenLLMetry (not the instrumentations) contains a telemetry feature that collects **anonymous** usage information.
134
+
135
+
You can opt out of telemetry by setting the `TRACELOOP_TELEMETRY` environment variable to `FALSE`.
136
+
137
+
### Why we collect telemetry
138
+
139
+
- The primary purpose is to detect exceptions within instrumentations. Since LLM providers frequently update their APIs, this helps us quickly identify and fix any breaking changes.
140
+
- We only collect anonymous data, with no personally identifiable information. You can view exactly what data we collect in our [Privacy documentation](https://www.traceloop.com/docs/openllmetry/privacy/telemetry).
141
+
- Telemetry is only collected in the SDK. If you use the instrumentations directly without the SDK, no telemetry is collected.
142
+
131
143
## 🌱 Contributing
132
144
133
145
Whether it's big or small, we love contributions ❤️ Check out our guide to see how to [get started](https://traceloop.com/docs/openllmetry/contributing/overview).
0 commit comments