Skip to main content

DBX v1.6.5

Common

  • Addition of agent update: Added the node_state metric of MySQL and PostgreSQL.

  • Modified the slow_query_log option value in whatap.conf file to be case insensitive.

  • Added the TCP communication function of the XOS agent.

    use_tcp=1
  • Added the cpu_cores metric and fixed the RDS CPU core error.

  • Fixed the CPU core count error.

  • Modified to process the SQL text literal variable's $ character, etc.

  • Added the CloudWatch assume-role.

    aws_arn=''
  • Added the autoscale assume-role function.

  • Added the function to collect the data for DocumentDB and CloudWatch.

PostgreSQL

  • Added the slowoquery collection function.

  • Added the replay_lag, replication_broken, and replication_count metrics.

  • Modified the version handling init to collect session count.

  • Added the max_connection metric.

  • Improved the lock query (available in the version 9.6 or later).

    lock_update=true
  • Added the uptime metric.

  • Aurora PostgreSQL: Changed the rds_instance={instance_name} option in whatap.conf to get the instance_name metric to cloud_watch_instance.

    cloud_watch_instance={instance_name}

Oracle

Added the temp file size inquiry function to the Tablespace Sizemenu.

MySQL

  • Aurora MySQL: Added the replication data.

  • When collecting active session, added the filtering functions for each command and user.

    skip_command='{command name}'
    skip_user='{user name}'
  • Added the max_connection metric.

  • Added the option to use the RDS MySQL driver.

    rds_driver=true

Tibero

  • Added the temp file size inquiry function to the Tablespace Sizemenu.

  • Added the function to use the API when collecting session stat.

CUBRID

  • Added the table size increase function (Xcub agent 0.9.6 or later is required).

    tables=1
  • Added the kill session function.

  • Modified the table size increase functions by version.

  • Added the pageSize database parameter; added the CUBRID tps, qps, psize, and executions metrics; if the CUBRID broker is not broker1 or query_editor, put it in broker= of whatap.conf.

    broker=broker1,broker2,query_editor
  • Fixed the pagesize database parameter error.

  • Modified the table size increase log.

  • Fixed the tps and qps metrics reversed.

  • Added the broker_count metric.

Redis

Added the active session collection on/off (active_session=true/false added in whatap.conf).

active_session=true/false

MongoDB

Fixed the CPU count error.