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 with external.googleapis.com/bluemedora/generic_node/tomcat.

Stackdriver Metrics
/manager/sessions
Sessions
GAUGE, DOUBLE, SessionsThe number of active sessions.
url_prefix: The URL prefix for a given session.
Additionsurl_prefix: the BindPlane integration prefixes the value with a forward slash /, instead of an underscore _.
/request_processor/error_count
Errors
CUMULATIVE, INT64, ErrorsThe number of errors encountered.
proto_handler: The protocol handler label.
Additionsproto_handler: the BindPlane integration collects and reports the value without quotes.
/request_processor/processing_time
Processing time
CUMULATIVE, INT64, msThe total processing time.
proto_handler: The protocol handler label.
Additionsproto_handler: the BindPlane integration collects and reports the value without quotes.
/request_processor/request_count
Requests
CUMULATIVE, INT64, RequestsThe total number of requests.
proto_handler: The protocol handler label.
Additionsproto_handler: the BindPlane integration collects and reports the value without quotes.
/request_processor/traffic_count
Traffic
CUMULATIVE, INT64, ByThe number of bytes transmitted and received.
direction: Type of traffic (received, sent).
proto_handler: The protocol handler label.
Additionsproto_handler: the BindPlane integration collects and reports the value without quotes.
/threads/busy
Busy threads
GAUGE, DOUBLE, n/aThe current number of busy threads.
proto_handler: The protocol handler label.
Additionsproto_handler: the BindPlane integration collects and reports the value without quotes.
/threads/current
Current threads
GAUGE, DOUBLE, n/aThe current number of threads.
proto_handler: The protocol handler label.
Additionsproto_handler: the BindPlane integration collects and reports the value without quotes.