0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 17:24:15 +01:00
posthog/cypress/fixtures/_system_status.json
Michael Matloka 500d4623ba
refactor: Yeet PRIMARY_DB (#9017)
* refactor: Yeet `PRIMARY_DB`

* Remove `db_backend`

* Eliminate "Analytics database in use"

* Satisfy mypy
2022-03-21 13:15:50 +01:00

21 lines
1.3 KiB
JSON

{
"results": [
{ "key": "posthog_version", "metric": "PostHog version", "value": "1.23.1" },
{ "key": "ingestion_server", "metric": "Event ingestion via", "value": "Plugin Server" },
{ "key": "plugin_sever_alive", "metric": "Plugin server alive", "value": true },
{ "key": "plugin_sever_version", "metric": "Plugin server version", "value": "0.15.5" },
{ "key": "db_alive", "metric": "Postgres database alive", "value": true },
{ "key": "pg_version", "metric": "Postgres version", "value": "13.0.1" },
{ "metric": "Postgres elements table size", "value": "~3508 rows (~840 kB)" },
{ "metric": "Postgres events table size", "value": "~5003 rows (~7032 kB)" },
{ "metric": "Postgres session recording table size", "value": "~536 rows (~4608 kB)" },
{ "key": "redis_alive", "metric": "Redis alive", "value": true },
{ "metric": "Redis version", "value": "6.0.10" },
{ "metric": "Redis current queue depth", "value": "0" },
{ "metric": "Redis connected client count", "value": "37" },
{ "metric": "Redis memory used", "value": "2.10MB" },
{ "metric": "Redis memory peak", "value": "12.00MB" },
{ "metric": "Redis total memory available", "value": "64.00GB" }
]
}