Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes in last development (intermediate checkin) #19

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

goranschwarz
Copy link
Owner

Note: Very early checkin for Counter Collector Configuration from DbxCentral Web UI

Generic

  • NO-GUI now starts a Management Web Server (localhost:89##), so we can do some management of configuration etc from DbxCentral web ui Note: This is still in development...
  • Added extra "Graph Properties", so individual graphs can set "sampleType" to other than "AUTO" (for example Disk Space Available can have MIN_OVER_SAMPLES)
  • Updated libraries
    • Jetty web server 9.4.53 2023-10-09
    • MySQL JDBC driver 8.2.0
    • Postgres JDBC driver 42.6.0
    • mssql JDBC driver 12.5.0 SNAPSHOT

DbxCentral

  • Added "Exception handler" to intercept some Exceptions and restart the server if they happens (like OutOfMemoryError and H2 'The database has been closed')
  • PCS JDBC Cleaner -- added some more trace statements to detect what oldest date that will be deleted

SqlServerTune

  • PCS Transfer new QueryStore tables for SQL Server 2022

PostgresTune

  • CmPgArchive -- new alarm: AlarmEventPgArchiveRate -- When 'archived_mb_last_hour' is greater than 1024 MB then do alarm (property 'CmPgArchive.alarm.system.if.archived_mb_last_hour.gt=##')

SQL Window

Note: Very early checkin for Counter Collector Configuration from DbxCentral Web UI

Generic
 * NO-GUI now starts a Management Web Server (localhost:89##), so we can do some management of configuration etc from DbxCentral web ui
   Note: This is still in development...
 * Added extra "Graph Properties", so individual graphs can set "sampleType" to other than "AUTO" (for example Disk Space Available can have MIN_OVER_SAMPLES)
 * Updated libraries
   * Jetty web server 9.4.53 2023-10-09
   * MySQL    JDBC driver 8.2.0
   * Postgres JDBC driver 42.6.0
   * mssql    JDBC driver 12.5.0 SNAPSHOT

DbxCentral
 * Added "Exception handler" to intercept some Exceptions and restart the server if they happens (like OutOfMemoryError and H2 'The database has been closed')
 * PCS JDBC Cleaner -- added some more trace statements to detect what oldest date that will be deleted

SqlServerTune
 * PCS Transfer new QueryStore tables for SQL Server 2022

PostgresTune
 * CmPgArchive -- new alarm: AlarmEventPgArchiveRate -- When 'archived_mb_last_hour' is greater than 1024 MB then do alarm (property 'CmPgArchive.alarm.system.if.archived_mb_last_hour.gt=##')

SQL Window
 * Changes for SQL Server JDBC Driver that supports message handler (new PR microsoft/mssql-jdbc#2251 hopefully soon merged)
   This enables us to see messages from long running statement that sends feedback messages (like 'BACKUP DATABASE ...' or 'RAISERROR ('...', 0, 1) WITH NOWAIT')
@goranschwarz goranschwarz merged commit f6418bb into master Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant