Hi, pg_stat_monitor shows <user name not available> for username and datname, I don’t think that is the right think to do even if there is no username and datname, but in this case there is a user with that userid and there is a table with that tableid:
For testing I used Everest with Postgesql 16.4 and I simple run the following sysbench command:
Expected output:
show the proper username and datname
if that is not available just leave them blank do not put <user name not available> or <database name not available> there.
Hi,
pg_stat_monitor
shows<user name not available>
for username and datname, I don’t think that is the right think to do even if there is no username and datname, but in this case there is a user with that userid and there is a table with that tableid:For testing I used Everest with Postgesql 16.4 and I simple run the following sysbench command:
Expected output:
show the proper username and datname
if that is not available just leave them blank do not put
<user name not available>
or<database name not available>
there.