diff --git a/docs/ex_performance_metrics.md b/docs/ex_performance_metrics.md
index d72626b..08d7d81 100644
--- a/docs/ex_performance_metrics.md
+++ b/docs/ex_performance_metrics.md
@@ -34,8 +34,8 @@ We need to add some data to the metrics so that we can better characterise them:
| Data | Why is it useful? | Notes |
| :---- | :---- | :---- |
| Device information |
- To detect specific device problem, especially on the fragmented Android ecosystem
| It is provided by Sentry |
-| Homeserver | - To compare matrix.org and element.io homeservers speed
- To measure the impact of a slow homeserver
| **We use SHA-512 to compute the hash of the homeserver domain**, ie matrix.org or element.io. |
-| DB files size:- Crypto store
- State store
- Event cache store
- Media store
| - To check the impact of growing DB on speed performance
- To check disk space used by the app
| Expressed in MB. |
+| Homeserver (`homeserver`) | - To compare matrix.org and element.io homeservers speed
- To measure the impact of a slow homeserver
| **We use SHA-512 to compute the hash of the homeserver domain**, ie matrix.org or element.io. |
+| DB files size:- Crypto store (`crypto_store_size`)
- State store (`state_store_size`)
- Event cache store (`event_cache_size`)
- Media store (`media_store_size`)
| - To check the impact of growing DB on speed performance
- To check disk space used by the app
| Expressed in MB. |
We'd want to add this data too, but it's not possible at the moment given the info we have in the SDK: