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 Elasticsearch host system, all the following metrics listed below will be prefixed with
agent.googleapis.com/elasticsearch
. Otherwise, these metrics will be prefixed withexternal.googleapis.com/bluemedora/generic_node/elasticsearch
.
Stackdriver Metrics | |
---|---|
| |
GAUGE, DOUBLE, By | Size in bytes of the caches. |
cache_name: Type of cache (field, query, request). | |
server_name: The elasticsearch server name. | |
Additions | cache_name: In addition to 'field' and 'filter', BindPlane integration collects and reports 'query' and 'request' caches. |
BindPlane integration collects and reports the node's instance name for server_name. | |
| |
CUMULATIVE, INT64, n/a | Evictions from field cache. |
server_name: The elasticsearch server name. | |
Additions | BindPlane integration collects and reports the node's instance name for server_name. |
| |
CUMULATIVE, INT64, n/a | Evictions from filter cache. |
server_name: The elasticsearch server name. | |
Additions | BindPlane integration collects and reports the node's instance name for server_name. |
| |
CUMULATIVE, INT64, n/a | Garbage collection count. |
type: Type of garbage collection (young, old). | |
server_name: The elasticsearch server name. | |
Additions | BindPlane integration collects and reports the node's instance name for server_name. |
| |
GAUGE, DOUBLE, By | Size in bytes of memory. |
memory_type: The memory type. | |
server_name: The elasticsearch server name. | |
Additions | BindPlane integration collects and reports the node's instance name for server_name. |
| |
CUMULATIVE, INT64, By | Number of bytes transmitted and received on the network. |
direction: Direction of traffic (rx, tx). | |
server_name: The elasticsearch server name. | |
Additions | BindPlane integration collects and reports the node's instance name for server_name. |
| |
GAUGE, DOUBLE, n/a | Number of documents in the indexes on this node. |
server_name: The elasticsearch server name. | |
document_type: Document count type. | |
Additions | BindPlane integration collects and reports the node's instance name for server_name. |
| |
GAUGE, DOUBLE, n/a | Number of data nodes in the cluster. |
server_name: The elasticsearch server name. | |
Additions | BindPlane integration collects and reports the node's instance name for server_name. |
| |
GAUGE, DOUBLE, Connections | Number of open HTTP connections to this node. |
server_name: The elasticsearch server name. | |
Additions | BindPlane integration collects and reports the node's instance name for server_name. |
| |
GAUGE, DOUBLE, n/a | Number of nodes in the cluster. |
server_name: The elasticsearch server name. | |
Additions | BindPlane integration collects and reports the node's instance name for server_name. |
| |
GAUGE, DOUBLE, n/a | Number of open file descriptors held by the server process. |
server_name: The elasticsearch server name. | |
Additions | BindPlane integration collects and reports the node's instance name for server_name. |
| |
GAUGE, DOUBLE, Connections | Number of open network connections to the server. |
server_name: The elasticsearch server name. | |
Additions | BindPlane integration collects and reports the node's instance name for server_name. |
| |
GAUGE, DOUBLE, n/a | Number of shards. |
shard_type: Type of shard (active, active_primary, initializing, relocating, unassigned). | |
server_name: The elasticsearch server name. | |
Additions | BindPlane integration collects and reports the node's instance name for server_name. |
BindPlane integration collects and reports the node's instance name for server_name. | |
| |
CUMULATIVE, INT64, Operations | Number of operations completed. |
operation: Type of operation | |
server_name: The elasticsearch server name. | |
Additions | operation: in addition to 'delete', 'exists', 'fetch', 'get', 'index', 'missing', and 'query', the BindPlane integration collects and reports 'scroll' and 'suggest' operations. |
BindPlane integration collects and reports the node's instance name for server_name. | |
| |
CUMULATIVE, INT64, ms | Time in ms spent on operations. |
operation: Type of operation | |
server_name: The elasticsearch server name. | |
Additions | operation: in addition to 'delete', 'exists', 'fetch', 'get', 'index', 'missing', and 'query', the BindPlane integration collects and reports 'scroll' and 'suggest' operations. |
BindPlane integration collects and reports the node's instance name for server_name. | |
| |
GAUGE, DOUBLE, n/a | Maximum number of open threads that have been open concurrently in the server JVM process. |
server_name: The elasticsearch server name. | |
Additions | BindPlane integration collects and reports the node's instance name for server_name. |
| |
GAUGE, DOUBLE, By | Size in bytes of the document storage on this node. |
server_name: The elasticsearch server name. | |
Additions | BindPlane integration collects and reports the node's instance name for server_name. |
| |
GAUGE, DOUBLE, n/a | Number of open threads in the server JVM process. |
server_name: The elasticsearch server name. | |
Additions | BindPlane integration collects and reports the node's instance name for server_name. |
Updated over 2 years ago