Re: Naming of the different stats systems / "stats collector"
David G. Johnston <david.g.johnston@gmail.com>
From: "David G. Johnston" <david.g.johnston@gmail.com>
To: Andres Freund <andres@anarazel.de>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>, Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Date: 2022-03-09T03:17:06Z
Lists: pgsql-hackers
On Tue, Mar 8, 2022 at 7:32 PM Andres Freund <andres@anarazel.de> wrote: > we need a descriptive term / shorthand that > describes the type of statistics we currently send to the stats collector. > > "cumulative stats subsystem"? > > I'm growing fond of "cumulative". It is more precise (and restrictive) than "metric" but that is beneficial here so long as it is indeed true (which a quick skim of Table 28.2. Collected Statistics Views [1] leads me to believe it is). I'd be concerned that subsystem implies a collection process in a manner similar to how you associated datastore with a physical file on disk. But I'd pick subsystem over datastore here in any case. David J. [1] https://www.postgresql.org/docs/current/monitoring-stats.html
Commits
-
pgstat: store statistics in shared memory.
- 5891c7a8ed8f 15.0 landed
-
pgstat: stats collector references in comments.
- bdbd3d9064f9 15.0 landed
-
pgstat: consistent function comment formatting.
- edadf8098f4b 15.0 landed