Skip to main content

DBX v1.6.25

February 26, 2024

PostgreSQL

  • Changed Added optional processing for the state condition when collecting the active_session metric.

    • In case the state value is not idle: pg_opt=0 (default)
    • In case the state value is active: pg_opt=1
    • In case the state value is active or idle in transaction: pg_opt=2
  • Changed Changed the default values of the collection options for object and table to true.