You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use the built-in role pg_monitor to monitor postgresql/timescale.
That role allows us to see the basics stats from timescaledb_information.jobs ,chunks, continuous_aggregates,...
But it seems like there is a filter active on timescaledb_information.job_history, causing the monitoring user to not be able to see anything in job_history.
What would be the recommended way to allow a monitoring user too also view job_history?
I could not find any information in the docs about this.
I am not sure if the correct place to ask, so in case it is not, feel free to point me to the correct place.