$ ls -l /sys/fs/cgroup/ :
lrwxrwxrwx 1 root root 11 Nov 23 09:23 cpu -> cpu,cpuacct
lrwxrwxrwx 1 root root 11 Nov 23 09:23 cpuacct -> cpu,cpuacct
drwxr-xr-x 2 root root 0 Nov 23 09:23 cpu,cpuacct
The change in ordering causes pgnodemx to fail to grab particularly metrics. In the Postgres Operator, this manifests as the inability to scrape these metrics and make them available in the crunchy-postgres-exporter.
Reported in CrunchyData/postgres-operator#2037:
vs.
The change in ordering causes pgnodemx to fail to grab particularly metrics. In the Postgres Operator, this manifests as the inability to scrape these metrics and make them available in the crunchy-postgres-exporter.