Story 15.2 — Daily product-instance telemetry ping (elasticsql)#117
Merged
Conversation
…lice (Story 15.2) Enum changes (A11): LicenseType.values; ProductType marker + object; AdbcDriver replaces OdbcDriver, Repl added; Feature.values/fromString/toSnakeCase now 8. NEW TelemetryConfig.load over the NEW top-level softclient4es.telemetry.enabled opt-out (A8, distinct from license.telemetry.enabled). NEW LicenseRefreshStrategy.emitInstancePing seam (A15) so the REPL emits through the strategy without depending on the ELv2 transport. REPL: session timing, commands_executed at the executeStatement/executeBatch choke-points (OQ-3/P3), bounded session-end ping + >24h daily timer. Cross-compile clean 2.12+2.13; 62 licensing tests pass. Stacked on feature/15.3 (#111). Closes #116 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.
Epic 15 / Story 15.2 — the elasticsql slice of the daily product-instance telemetry ping.
feature/15.3, notrelease-r1.What
LicenseType.values; newsealed trait ProductType extends Feature+object ProductType;AdbcDriverreplacesOdbcDriver,Repladded;Feature.values/fromString/toSnakeCasenow 8 (snakejdbc_driver|adbc_driver|flight_sql|federation|repl).TelemetryConfig.loadover the NEW top-levelsoftclient4es.telemetry.enabled(DISTINCT fromsoftclient4es.license.telemetry.enabled); NEWsoftclient4es.telemetry { enabled = true }inreference.conf.LicenseRefreshStrategy.emitInstancePing(...)default no-op so the REPL (core, Apache) emits through the strategy without depending on the ELv2 extensions transport.commands_executedatexecuteStatement+executeBatch(NOT the sharedexecuteStatementDirect— OQ-3/P3); bounded (~2s) session-end ping + >24h daily timer.Tests
62 licensing tests pass (incl. new
ProductTypeSpec/TelemetryConfigSpec); cross-compile clean 2.12+2.13.Closes #116. Sibling PRs: extensions, jdbc, arrow, license-server.
🤖 Generated with Claude Code