Skip to content

Commit dfeba51

Browse files
Fix broken metrics link (#277)
* Fixed the broken link in the self-hosting telemetry page * Re-wording and better component usage
1 parent c967377 commit dfeba51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

self-hosting/lifecycle-maintenance/telemetry.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ This telemetry is shared with the PowerSync team unless you opt-out. This allows
1313

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

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 |
1719
| --------------------------------- | ------- |
1820
| data\_replicated\_bytes | counter |
1921
| data\_synced\_bytes | counter |
@@ -26,9 +28,7 @@ Below are the data points collected every few minutes and associated with a rand
2628
| parameter\_storage\_size\_bytes | gauge |
2729
| concurrent\_connections | gauge |
2830

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>
3232

3333
### Opting Out
3434

0 commit comments

Comments
 (0)