An Azure managed PostgreSQL database service for app development and deployment.
Hi @Ganesh Chelluri ,
Thank you for your suggestions.
I verified all of the items you mentioned:
-
shared_preload_librariesincludes:-
pg_qs-
pgms_wait_sampling-
pg_stat_statements - I already performed both a server restart and a full Stop/Start cycle.
- The
azure_sysdatabase exists and is accessible.
-
-
-
During the investigation I also found the following:
-
query_store.query_textscontinues to contain query texts. -
query_store.query_planscontains 0 rows. -
query_store.qs_viewstopped receiving new data on 2026-05-14, immediately after the restart. -
query_stats.pgms_stats_query_countsalso stopped updating on the same date. -
Database Is Alivehas remained at 0 ever since. - CPU, Memory, Connections, Storage and Throughput metrics continue to work normally.
- Query Performance Insight and Top Queries are no longer available in the Azure Portal.
These findings suggest that the PostgreSQL engine is healthy, but the internal telemetry components responsible for Query Store and monitoring stopped collecting data after the restart.
Since both Restart and Stop/Start did not restore telemetry, do you believe this points to an internal platform issue rather than a configuration issue?
Thank you for your help.