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 Tomcat host system, all the following metrics listed below will be prefixed with
agent.googleapis.com/tomcat
. Otherwise, these metrics will be prefixed withexternal.googleapis.com/bluemedora/generic_node/tomcat
.
Stackdriver Metrics | |
---|---|
/manager/sessions Sessions | |
GAUGE, DOUBLE, Sessions | The number of active sessions. |
url_prefix: The URL prefix for a given session. | |
Additions | url_prefix: the BindPlane integration prefixes the value with a forward slash / , instead of an underscore _ . |
/request_processor/error_count Errors | |
CUMULATIVE, INT64, Errors | The number of errors encountered. |
proto_handler: The protocol handler label. | |
Additions | proto_handler: the BindPlane integration collects and reports the value without quotes. |
/request_processor/processing_time Processing time | |
CUMULATIVE, INT64, ms | The total processing time. |
proto_handler: The protocol handler label. | |
Additions | proto_handler: the BindPlane integration collects and reports the value without quotes. |
/request_processor/request_count Requests | |
CUMULATIVE, INT64, Requests | The total number of requests. |
proto_handler: The protocol handler label. | |
Additions | proto_handler: the BindPlane integration collects and reports the value without quotes. |
/request_processor/traffic_count Traffic | |
CUMULATIVE, INT64, By | The number of bytes transmitted and received. |
direction: Type of traffic (received, sent). | |
proto_handler: The protocol handler label. | |
Additions | proto_handler: the BindPlane integration collects and reports the value without quotes. |
/threads/busy Busy threads | |
GAUGE, DOUBLE, n/a | The current number of busy threads. |
proto_handler: The protocol handler label. | |
Additions | proto_handler: the BindPlane integration collects and reports the value without quotes. |
/threads/current Current threads | |
GAUGE, DOUBLE, n/a | The current number of threads. |
proto_handler: The protocol handler label. | |
Additions | proto_handler: the BindPlane integration collects and reports the value without quotes. |
Updated over 4 years ago