Metrics Ingestion into the control plane
Notice: EDB will no longer offer the Hosted Cloud Service option for new customers. However, support will remain available for existing customers of the EDB Hosted plan. The associated documentation topics will soon be removed, and updates regarding the removal process will be shared as they become available. The 'Your Cloud Account' option will continue to be available.
All agents in the EDB Postgres AI Estate send metrics to the EDB Postgres AI control plane.
Currently ingestion brings in the following metrics into the Estate:
- Database size - derived from pg_database_size() and presented in MiB.
- Recovery status - derived from pg_is_in_recovery().
- Postgres version - derived from version().
- Host name1 - derived from
gopsutil.Hostname()
- Operating system1 - derived from
gopsutil.OS()
for example "linux". - Platform1 - derived from
gopsutil.Platform()
, for example "ubuntu". - Platform version1 - derived from
gopsutil.PlatformVersion()
, for example "20.04". - CPU count1 - derived from
gopsutil.CPUs.Counts()
.
1 The agent acquires these metrics from the host where the agent is running and aren't currently collected from the database itself. They're also not currently displayed in the EDB Postgres AI Console.
The metrics ingestion process is secure and doesn't collect any data from the tables themselves.
← Prev
EDB Postgres AI Console - control plane and Estate - Reference
↑ Up
EDB Postgres AI Console - control plane and Estate - Reference
Next →
Schema Ingestion into the control plane
Could this page be better? Report a problem or suggest an addition!