-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
enhancementA general enhancementA general enhancementinstrumentationAn issue that is related to instrumenting a componentAn issue that is related to instrumenting a componentmodule: micrometer-coreAn issue that is related to our core moduleAn issue that is related to our core module
Milestone
Description
Describe the bug
After migrating database to Postgresql17 PostgreSQLDatabaseMetrics class is still polling old columns buffers_backend and buffers_checkpoint from view pg_stat_bgwriter. But those columns are removed from Postgresql17
Environment
- Micrometer version: 1.15.3
- Postgresql v17
To Reproduce
How to reproduce the bug:
Add meter configuration using PostgreSQLDatabaseMetrics class with datasource postgresql v17;
Metadata
Metadata
Assignees
Labels
enhancementA general enhancementA general enhancementinstrumentationAn issue that is related to instrumenting a componentAn issue that is related to instrumenting a componentmodule: micrometer-coreAn issue that is related to our core moduleAn issue that is related to our core module