This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 64
pg_stat_statements not working #104
Comments
Ah, maybe I got it ... statStatementsInterval should not be 0? :) |
Yes, I solved it by setting statStatementsInterval to non-zero number :) Thanks (maybe consider to mention this in documentation :)) |
@ketys would you mind making a PR to add it in the docs? we'll merge it then. :) |
Hi, I'm also having a problem with this. Where is the statStatementsInterval setting you mention? |
@dholleran1 please go to |
Yeah I found it. Thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I've got a problem with logging pg_stat_statements ... I've got the module enabled in database (view pg_stat_statements exists in Schemas->public->Views) and there's of course some data. But when I try to access it on frontend, it doesn't show any statistics ... Also host selection is empty (see the picture).
Error log writes only this:
ERROR: function zz_utils.get_load_average() does not exist
, but I think it's not related to my problem. Any help would be appreciated :)The text was updated successfully, but these errors were encountered: