Detects PostgreSQL database server processes running on the system.
The PostgreSQL detector identifies PostgreSQL server instances by checking for the postgres executable name. It is used by the workload-discovery command to automatically discover PostgreSQL workloads.
The detector examines the executable path of each process and checks if the base name is postgres.
READY: PostgreSQL process detected with a port (explicit via-pflag orPGPORT, otherwise defaults to 5432).
{
"categories": ["POSTGRESQL"],
"name": "postgresql",
"status": "READY",
"telemetryPort": 5432
}