Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions self-hosting/lifecycle-maintenance/telemetry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ This telemetry is shared with the PowerSync team unless you opt-out. This allows

Below are the data points collected every few minutes and associated with a random UUID representing your instance:

| dimension | type |
<Note>Type definitions for each metric dimension are available in the [powersync-service](https://github.com/powersync-ja/powersync-service/blob/main/packages/types/src/metrics.ts) repository.</Note>

| Dimension | Type |
| --------------------------------- | ------- |
| data\_replicated\_bytes | counter |
| data\_synced\_bytes | counter |
Expand All @@ -26,9 +28,7 @@ Below are the data points collected every few minutes and associated with a rand
| parameter\_storage\_size\_bytes | gauge |
| concurrent\_connections | gauge |

See [https://github.com/powersync-ja/powersync-service/blob/main/packages/service-core/src/metrics/Metrics.ts](https://github.com/powersync-ja/powersync-service/blob/main/packages/service-core/src/metrics/Metrics.ts) for additional details.

To scrape your self-hosted PowerSync Service metrics, please see the [Metrics](/self-hosting/lifecycle-maintenance/metrics) docs page for more details.
<Tip>To scrape your self-hosted PowerSync Service metrics, please see the [Metrics](/self-hosting/lifecycle-maintenance/metrics) docs page for more details.</Tip>

### Opting Out

Expand Down