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 | |
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 | |
---|---|
| |
CUMULATIVE, INT64, n/a | The number of cache misses. |
| |
GAUGE, DOUBLE, n/a | The number of collections. |
database_name: The name of the MongoDB server. | |
| |
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 |
| |
GAUGE, DOUBLE, By | The data size, in bytes. |
database_name: The name of the MongoDB server. | |
| |
GAUGE, DOUBLE, n/a | The number of extents. |
database_name: The name of the MongoDB server. | |
| |
CUMULATIVE, INT64, s | The time the global lock has been held. |
| |
GAUGE, DOUBLE, By | The index size, in bytes. |
database_name: The name of the MongoDB server. | |
| |
GAUGE, DOUBLE, n/a | The number of indexes. |
database_name: The name of the MongoDB server. | |
| |
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 | |
| |
GAUGE, DOUBLE, n/a | The number of objects. |
database_name: The name of the MongoDB server. | |
| |
CUMULATIVE, INT64, Operations | The number of operations executed. |
operation: Operation performed ('command', 'delete', 'get_more', 'insert', 'query', 'update', 'fastmod'). | |
| |
GAUGE, DOUBLE, By | The storage size, in bytes. |
database_name: The name of the MongoDB server. |
Updated over 2 years ago