mirror of
https://github.com/lukaszraczylo/traefikoidc.git
synced 2026-06-05 22:44:17 +00:00
docs: add Telemetry section linking to oss-telemetry opt-out docs
Discloses the single anonymous adoption ping sent on first plugin instantiation. Points users to the upstream README section for the disclosure pattern and to the local telemetry.go for the inline implementation.
This commit is contained in:
@@ -411,6 +411,19 @@ namespaced claims, Cognito regions, GitLab self-hosted) live in
|
|||||||
|
|
||||||
Set `logLevel: debug` to surface detail.
|
Set `logLevel: debug` to surface detail.
|
||||||
|
|
||||||
|
## Telemetry
|
||||||
|
|
||||||
|
On first plugin instantiation this middleware sends a single anonymous
|
||||||
|
adoption ping — project name, version, timestamp; no identifiers, no
|
||||||
|
request data, no token contents. Fire-and-forget with a 2-second timeout;
|
||||||
|
cannot block plugin load or panic.
|
||||||
|
|
||||||
|
Local source: [`telemetry.go`](./telemetry.go). Disclosure mirrors
|
||||||
|
**[oss-telemetry — Disabling telemetry](https://github.com/lukaszraczylo/oss-telemetry#disabling-telemetry)**.
|
||||||
|
|
||||||
|
Quick opt-out: set any of `DO_NOT_TRACK=1`, `OSS_TELEMETRY_DISABLED=1`,
|
||||||
|
or `TRAEFIKOIDC_DISABLE_TELEMETRY=1`.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
See [LICENSE](LICENSE).
|
See [LICENSE](LICENSE).
|
||||||
|
|||||||
Reference in New Issue
Block a user