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 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 | |
---|---|
/cache_memory_usage Cache size | |
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. | |
/field_eviction_count Field evictions | |
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. |
/filter_cache_eviction_count Filter evictions | |
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. |
/gc_collection_count GC count | |
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. |
/memory_usage Memory usage | |
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. |
/network Network traffic | |
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. |
/num_current_documents Documents | |
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. |
/num_data_nodes Data nodes | |
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. |
/num_http_connections Open connections | |
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. |
/num_nodes Nodes | |
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. |
/num_open_files Open files | |
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. |
/num_server_connections Open connections | |
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. |
/num_shards Shards | |
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. | |
/operation_count Completed operations | |
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. | |
/operation_time Operation time | |
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. | |
/peak_threads Max threads | |
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. |
/storage_size Storage size | |
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. |
/threads Threads | |
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 almost 5 years ago