mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
22 lines
1.4 KiB
JSON
22 lines
1.4 KiB
JSON
{
|
|
"results": [
|
|
{ "key": "posthog_version", "metric": "PostHog version", "value": "1.23.1" },
|
|
{ "key": "analytics_database", "metric": "Analytics database in use", "value": "Postgres" },
|
|
{ "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" }
|
|
]
|
|
}
|