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 withexternal.googleapis.com/bluemedora/generic_node/mongodb
.
Stackdriver Metrics | |
---|---|
/cache/misses Cache misses | |
CUMULATIVE, INT64, n/a | The number of cache misses. |
/collections Collections | |
GAUGE, DOUBLE, n/a | The number of collections. |
database_name: The name of the MongoDB server. | |
/connections Connections | |
GAUGE, DOUBLE, n/a | The number of active server connections. |
database_name: The name of the MongoDB server. | |
Additions | connections: 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, By | The data size, in bytes. |
database_name: The name of the MongoDB server. | |
/extents Extents | |
GAUGE, DOUBLE, n/a | The number of extents. |
database_name: The name of the MongoDB server. | |
/global_lock_hold_time Global lock time | |
CUMULATIVE, INT64, s | The time the global lock has been held. |
/index_size Index size | |
GAUGE, DOUBLE, By | The index size, in bytes. |
database_name: The name of the MongoDB server. | |
/indexes Indexes | |
GAUGE, DOUBLE, n/a | The number of indexes. |
database_name: The name of the MongoDB server. | |
/memory_usage Memory usage | |
GAUGE, DOUBLE, MBy | Mebibytes of memory used. |
memory_type: Memory usage (mapped, resident, virtual). | |
database_name: The name of the MongoDB server. | |
Additions | memory_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/a | The number of objects. |
database_name: The name of the MongoDB server. | |
/operation_count Operations | |
CUMULATIVE, INT64, Operations | The number of operations executed. |
operation: Operation performed ('command', 'delete', 'get_more', 'insert', 'query', 'update', 'fastmod'). | |
/storage_size Storage size | |
GAUGE, DOUBLE, By | The storage size, in bytes. |
database_name: The name of the MongoDB server. | |
Updated almost 5 years ago