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 HBase host system, all the following metrics listed below will be prefixed with
agent.googleapis.com/hbase
. Otherwise, these metrics will be prefixed withexternal.googleapis.com/bluemedora/generic_node/hbase
.
Stackdriver Metrics | |
---|---|
| |
GAUGE, DOUBLE, Connections | The number of open connections. |
| |
GAUGE, DOUBLE, By | The current size of the IPC queue. |
| |
CUMULATIVE, INT64, By | The number of bytes transmitted and received via IPC. |
direction: Data direction, rx or tx. | |
| |
GAUGE, DOUBLE, n/a | The average master load. |
| |
GAUGE, DOUBLE, n/a | The number of dead region servers. |
| |
GAUGE, DOUBLE, n/a | The number of live region servers. |
| |
CUMULATIVE, INT64, n/a | The number of blocks of StoreFiles (HFiles) requested from the cache. |
kind: The cache access kind. | |
| |
CUMULATIVE, INT64, Blocks | The number of blocks that had to be evicted from the block cache due to heap size constraints. |
| |
GAUGE, DOUBLE, % | The running block cache hit ratio (0 to 100). |
| |
GAUGE, DOUBLE, By | Memory usage by the block cache. |
usage_kind: The cache access kind. | |
| |
GAUGE, DOUBLE, Blocks | The number of blocks of StoreFiles (HFiles) in the cache. |
| |
GAUGE, DOUBLE, By | The length of the call queue. |
| |
GAUGE, DOUBLE, n/a | The length of the compaction queue (the number of stores that have been targeted for compaction). |
| |
GAUGE, DOUBLE, n/a | The number of enqueued regions in the MemStore awaiting flush. |
| |
GAUGE, DOUBLE, By | Heap space used by the regionserver. |
| |
GAUGE, DOUBLE, n/a | The number of store files on the regionserver. |
| |
GAUGE, DOUBLE, By | The size of the store file index on the regionserver. |
| |
GAUGE, DOUBLE, n/a | The number of stores open on the regionserver. |
| |
GAUGE, DOUBLE, By | The sum of all the memstore sizes in the regionserver. |
| |
GAUGE, DOUBLE, n/a | The number of active regions in the regionserver. |
| |
CUMULATIVE, INT64, Requests | The number of requests. |
request_type: The type of request. | |
| |
GAUGE, DOUBLE, 1/s | The point-in-time number of RegionServer RPC calls. |
type: The type of request. | |
Additions | BindPlane integration requires user to sum type: |
| |
CUMULATIVE, INT64, n/a | The number of slow log operations. |
operation: The operation name (e.g., get, put). | |
Additions | operation: in addition to |
Updated over 2 years ago