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

Commits on Dec 11, 2023

  1. Changes in last development (intermediate checkin)

    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 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    dc2b3d8 View commit details
    Browse the repository at this point in the history