Skip to main content

DBX v1.7.0

March 25, 2024

Common

Changed Deleted the xos2 metric from the cpu metrics and changed the xos metric to percentage.

MongoDB

Feature Added MongoDB V2

  • Category name unification

    • agentinfodb_agentinfo
    • sessiondb_mongo_active_session
    • statdb_mongodb_counter
    • dbsizedb_dbsize
  • Basic metrics simplification

    If v2=true is set, the system collects and saves opcounters, globalLock, extra_info, connections, network, mem, opLatencies, and asserts metrics among serverStatus values.

    Note

    v2=false is the default value. As in v1, the serverStatus results are all collected.

  • Additional metric options: If any outputs (category=network, repl, indexStats, etc.) of serverStatus are additionally set, additional collection is possible.

  • Addition of database size collection: Collects index size, storage size, and total size.

  • Collection size collection (new): Collects storage size, index size, and total size.

  • The xos metrics (xos_cpu, xos_mem, etc.) that were previously indicated with underscores, are also sent along with values including parentheses for product uniformity.

Redis

Feature Added Redis V2

  • Category name unification

    • agentinfodb_agentinfo
    • sessiondb_redis_active_session
    • statdb_redis_couter
  • Added the db_redis_clusterinfo, db_redis_clusternodes, db_redis_master, and db_redis_slave categories.

  • The xos metrics (xos_cpu, xos_mem, etc.) that were previously indicated with underscores, are also sent along with values including parentheses for product uniformity.