Skip to content

Commit 0ad857a

Browse files
authored
Merge pull request #3132 from element-hq/manuroe/ex_metrics_refinements
Update homeserver and DB files size descriptions
2 parents 96fc791 + c1a0eed commit 0ad857a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/ex_performance_metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ We need to add some data to the metrics so that we can better characterise them:
3434
| Data | Why is it useful? | Notes |
3535
| :---- | :---- | :---- |
3636
| Device information | <ul><li>To detect specific device problem, especially on the fragmented Android ecosystem</li></ul> | It is provided by Sentry |
37-
| Homeserver | <ul><li>To compare matrix.org and element.io homeservers speed</li><li>To measure the impact of a slow homeserver</li></ul> | **We use SHA-512 to compute the hash of the homeserver domain**, ie matrix.org or element.io. |
38-
| DB files size:<ul><li>Crypto store</li><li>State store</li><li>Event cache store</li><li>Media store</li></ul> | <ul><li>To check the impact of growing DB on speed performance</li><li>To check disk space used by the app</li></ul> | Expressed in MB. |
37+
| Homeserver (`homeserver`) | <ul><li>To compare matrix.org and element.io homeservers speed</li><li>To measure the impact of a slow homeserver</li></ul> | **We use SHA-512 to compute the hash of the homeserver domain**, ie matrix.org or element.io. |
38+
| DB files size:<ul><li>Crypto store (`crypto_store_size`)</li><li>State store (`state_store_size`)</li><li>Event cache store (`event_cache_size`)</li><li>Media store (`media_store_size`)</li></ul> | <ul><li>To check the impact of growing DB on speed performance</li><li>To check disk space used by the app</li></ul> | Expressed in MB. |
3939

4040
We'd want to add this data too, but it's not possible at the moment given the info we have in the SDK:
4141

0 commit comments

Comments
 (0)