GH-16875: Document telemetry (README + User Guide page)#16877
Open
valenad1 wants to merge 4 commits into
Open
Conversation
Add a Privacy & Telemetry section to the README and a Telemetry page under the User Guide, noting opt-out anonymous usage telemetry starting in 3.46.0.12: what is sent (coarse bucketed metrics plus version/OS), what is never sent, and the opt-out switches.
valenad1
commented
Jun 8, 2026
| @@ -0,0 +1,28 @@ | |||
| Telemetry | |||
Collaborator
Author
There was a problem hiding this comment.
valenad1
commented
Jun 8, 2026
|
|
||
|
|
||
| <a name="Privacy"></a> | ||
| ## 9. Privacy & Telemetry |
Collaborator
Author
There was a problem hiding this comment.
…xact, note DNT/Sec-GPC - Drop the inaccurate 'numeric values are always ranges' claim: a small cluster's node count (1-16) is sent exactly; larger clusters are bucketed. - Note that the receiver also honors the W3C DNT: 1 and Sec-GPC: 1 request headers (verified in h2o-3-telemetry app/transport/http.py).
…etry docs The h2o-3-telemetry receiver repo is private, so describing it as open source and telling users to point H2O_TELEMETRY_URL at their own receiver doesn't hold for end users. Remove that paragraph from the README and the User Guide page.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Part of #16875
User-facing documentation for the opt-out telemetry added in #16876:
h2o-docs/src/product/telemetry.rst), noting it arrives in 3.46.0.12 — what's sent (coarse bucketed metrics + version/OS), what's never sent, and how to opt out (H2O_DISABLE_TELEMETRY/DO_NOT_TRACK/telemetry=False/-Dsys.ai.h2o.telemetry.disabled=true).Wording only — kept separate from the implementation PR so the copy can be reviewed independently.