Stackdriver Agent Migration

Several 3rd-party plugins were deprecated and BindPlane will now be the tool used to collect metrics from these technologies.

The metrics listed below are only those that were taken over from the deprecation. For a full list of metrics that BindPlane will send to Stackdriver, please click here.

Key
Metric Type
Display Name
Kind, Type, Unit Description
Labels
Additions

🚧

Metric prefixes

If the BindPlane collector is installed on the MongoDB host system, all the following metrics listed below will be prefixed with agent.googleapis.com/mongodb. Otherwise, these metrics will be prefixed with external.googleapis.com/bluemedora/generic_node/mongodb.

Stackdriver Metrics
/cache/misses
Cache misses
CUMULATIVE, INT64, n/aThe number of cache misses.
/collections
Collections
GAUGE, DOUBLE, n/aThe number of collections.
database_name: The name of the MongoDB server.
/connections
Connections
GAUGE, DOUBLE, n/aThe number of active server connections.
database_name: The name of the MongoDB server.
Additionsconnections: In addition to collecting this metric on the instance the BindPlane collector is installed on, the BindPlane integration collects this metric for all nodes in the MongoDB cluster, which are identified by the name label.
/data_size
Data size
GAUGE, DOUBLE, ByThe data size, in bytes.
database_name: The name of the MongoDB server.
/extents
Extents
GAUGE, DOUBLE, n/aThe number of extents.
database_name: The name of the MongoDB server.
/global_lock_hold_time
Global lock time
CUMULATIVE, INT64, sThe time the global lock has been held.
/index_size
Index size
GAUGE, DOUBLE, ByThe index size, in bytes.
database_name: The name of the MongoDB server.
/indexes
Indexes
GAUGE, DOUBLE, n/aThe number of indexes.
database_name: The name of the MongoDB server.
/memory_usage
Memory usage
GAUGE, DOUBLE, MByMebibytes of memory used.
memory_type: Memory usage (mapped, resident, virtual).
database_name: The name of the MongoDB server.
Additionsmemory_usage: BindPlane integration collects metric in mibibytes, instead of gibibytes (fix). Dashboard modification may be required.
memory_usage: In addition to collecting this metric on the instance the BindPlane collector is installed on, the BindPlane integration collects this metric for all nodes in the MongoDB cluster, which are identified by the name label.
/objects
Objects
GAUGE, DOUBLE, n/aThe number of objects.
database_name: The name of the MongoDB server.
/operation_count
Operations
CUMULATIVE, INT64, OperationsThe number of operations executed.
operation: Operation performed ('command', 'delete', 'get_more', 'insert', 'query', 'update', 'fastmod').
/storage_size
Storage size
GAUGE, DOUBLE, ByThe storage size, in bytes.
database_name: The name of the MongoDB server.