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
agentinfo
→db_agentinfo
session
→db_mongo_active_session
stat
→db_mongodb_counter
dbsize
→db_dbsize
-
Basic metrics simplification
If
v2=true
is set, the system collects and savesopcounters
,globalLock
,extra_info
,connections
,network
,mem
,opLatencies
, andasserts
metrics amongserverStatus
values.Notev2=false
is the default value. As in v1, theserverStatus
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
, andtotal size
. -
Collection size collection (new): Collects
storage size
,index size
, andtotal 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
agentinfo
→db_agentinfo
session
→db_redis_active_session
stat
→db_redis_couter
-
Added the
db_redis_clusterinfo
,db_redis_clusternodes
,db_redis_master
, anddb_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.