You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: self-hosting/lifecycle-maintenance/telemetry.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,9 @@ This telemetry is shared with the PowerSync team unless you opt-out. This allows
13
13
14
14
Below are the data points collected every few minutes and associated with a random UUID representing your instance:
15
15
16
-
| dimension | type |
16
+
<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>
17
+
18
+
| Dimension | Type |
17
19
| --------------------------------- | ------- |
18
20
| data\_replicated\_bytes | counter |
19
21
| data\_synced\_bytes | counter |
@@ -26,9 +28,7 @@ Below are the data points collected every few minutes and associated with a rand
26
28
| parameter\_storage\_size\_bytes | gauge |
27
29
| concurrent\_connections | gauge |
28
30
29
-
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.
30
-
31
-
To scrape your self-hosted PowerSync Service metrics, please see the [Metrics](/self-hosting/lifecycle-maintenance/metrics) docs page for more details.
31
+
<Tip>To scrape your self-hosted PowerSync Service metrics, please see the [Metrics](/self-hosting/lifecycle-maintenance/metrics) docs page for more details.</Tip>
0 commit comments