Story 17.7 — Privacy/telemetry doc (R1 mirror + de-dup) — elasticsql#138
Draft
fupelaqu wants to merge 1 commit into
Draft
Story 17.7 — Privacy/telemetry doc (R1 mirror + de-dup) — elasticsql#138fupelaqu wants to merge 1 commit into
fupelaqu wants to merge 1 commit into
Conversation
Story 17.7 (Epic 17 — R1 Documentation & Marketing). - Correct the stale JDBC opt-out hedge in documentation/client/telemetry.md: JDBC accepts ?telemetry=false on the URL (implemented); ADBC is HOCON/-D only. Mirrors the web source-of-truth byte-for-byte; key softclient4es.telemetry.enabled is merged (no PROPOSED marker survives). - De-duplicate (D1c(i)): rename documentation/sql/telemetry.md -> documentation/client/download_analytics.md with a distinct H1 (# Download Analytics), keeping the download-analytics facts verbatim and linking the canonical privacy page. - Collapse the duplicate [Telemetry & Privacy] labels: sql/README.md and client/README.md now carry exactly one canonical privacy link plus a distinct [Download Analytics] link. Closed Issue #136 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Story 17.7 — Privacy + telemetry doc (R1 launch mirror + cross-link)
Epic 17 (R1 Documentation & Marketing), Layer 0. Docs-only — no sbt/compile. Closes #136.
The elasticsql MD half of the R1 privacy/telemetry reconciliation. Story 15.6 already shipped the content; this PR applies the AC-7 hedge correction and resolves a launch-time duplicate.
Changes
documentation/client/telemetry.md: the stale 15.6 hedge ("a dedicated driver property … may also be offered … until then use HOCON/-D") becomes the now-accurate statement: JDBC accepts?telemetry=falsedirectly on the JDBC URL (implemented,ConnectionUrl.scala:54,102-115); ADBC has no equivalent connection option (HOCON/-Donly,ElasticAdbcConnection.scala:125). The daily-ping keysoftclient4es.telemetry.enabledis merged (reference.conf:28-31,TelemetryConfig.scala:38) — noPROPOSEDmarker survives. Byte-identical to the web source-of-truth edit (softclient4es-web#13).git mv documentation/sql/telemetry.md → documentation/client/download_analytics.md, H1 →# Download Analytics, download-analytics facts kept verbatim, intro reworked to link the canonical[Telemetry & Privacy](telemetry.md)sibling. This resolves the defect where two MD docs shared the# Telemetry & PrivacyH1 andsql/README.mdlinked both with identical labels.sql/README.mdnow has exactly one[Telemetry & Privacy](../client/telemetry.md)+ one[Download Analytics](../client/download_analytics.md);client/README.mdgains the[Download Analytics](download_analytics.md)bullet.Verification
Docs-only. Stale hedge
dedicated driver property= 0 hits; exactly one[Telemetry & Privacy]label per README; per-surface opt-out one-liners (adbc/arrow_flight_sql/repl) verified present; retention (13 months) + contact (sales@softclient4es.com) parity with the web source-of-truth confirmed.Sibling PR
🤖 Generated with Claude Code