Skip to content

Commit 2d64df2

Browse files
committed
docs: prettier-format docs/TELEMETRY.md
Align the configuration-options table columns to satisfy prettier's markdown table formatter. Pure formatting; no content change. Co-authored-by: Isaac
1 parent 22cf71e commit 2d64df2

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/TELEMETRY.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ See the JSDoc on `IDBSQLClientConnectionOptions` in
3232
[`lib/contracts/IDBSQLClient.ts`](../lib/contracts/IDBSQLClient.ts) for the authoritative
3333
defaults and full descriptions.
3434

35-
| Option | Purpose |
36-
| --- | --- |
37-
| `telemetryEnabled` | Master switch. `false` is a hard opt-out; `true` requests telemetry (still subject to the server flag). |
38-
| `telemetryAuthenticatedExport` | When `true`, exports go to the authenticated `/telemetry-ext` endpoint with full event context. When `false`, only error names go to the unauthenticated endpoint. |
39-
| `telemetryBatchSize` | Events accumulated before a flush. |
40-
| `telemetryFlushIntervalMs` | Periodic flush interval. |
41-
| `telemetryMaxRetries` | Retries per failed export. |
42-
| `telemetryCircuitBreakerThreshold` | Consecutive failures before the per-host breaker opens. |
43-
| `telemetryCircuitBreakerTimeout` | How long the breaker stays open before re-probing. |
44-
| `telemetryCloseTimeoutMs` | Upper bound on the final flush during `client.close()`. |
35+
| Option | Purpose |
36+
| ---------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
37+
| `telemetryEnabled` | Master switch. `false` is a hard opt-out; `true` requests telemetry (still subject to the server flag). |
38+
| `telemetryAuthenticatedExport` | When `true`, exports go to the authenticated `/telemetry-ext` endpoint with full event context. When `false`, only error names go to the unauthenticated endpoint. |
39+
| `telemetryBatchSize` | Events accumulated before a flush. |
40+
| `telemetryFlushIntervalMs` | Periodic flush interval. |
41+
| `telemetryMaxRetries` | Retries per failed export. |
42+
| `telemetryCircuitBreakerThreshold` | Consecutive failures before the per-host breaker opens. |
43+
| `telemetryCircuitBreakerTimeout` | How long the breaker stays open before re-probing. |
44+
| `telemetryCloseTimeoutMs` | Upper bound on the final flush during `client.close()`. |
4545

4646
### Basic example
4747

0 commit comments

Comments
 (0)