Skip to content

Commit

Permalink
feat(clickhouse): make telementry send interval configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
kseniyakuzina committed Sep 29, 2023
1 parent 230911a commit c6524f8
Show file tree
Hide file tree
Showing 6 changed files with 3,532 additions and 5,538 deletions.
1 change: 1 addition & 0 deletions docs/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ To configure standard telemetry it is enough to provide following option:
, other options:
`appTelemetryChPort` – default 8443
`appTelemetryChTables` – object with description of custom tables (see explanation below)
`appTelemetryChSendInterval` – interval sending batch requests in milliseconds (default 3s)
`appTelemetryChBatchSize` – count of rows to send within a batch requests (default 30)
`appTelemetryChBacklogSize` – queue size (default 500)

Expand Down
Loading

0 comments on commit c6524f8

Please sign in to comment.