When you install the Ops Agent on your VM instances, the agent transmits data for the metric types listed on this page to Monitoring. For information about choosing the right agent, see Ops Agent overview.
For a general explanation of the entries in the tables, including information about values like
DELTA
andGAUGE
, see Metric types.For information about the units used in the metric lists, see the
unit
field in theMetricDescriptor
reference.For information about statements of the form “Sampled every x seconds” and “After sampling, data is not visible for up to y seconds”, see Additional information: metadata.
For a set of complete, current lists of supported metric types, see Metrics list.
The metric types in the table titled "agent" are free; the other types are chargeable. For pricing information, see Monitoring pricing.
Metrics from the Ops Agent and the Monitoring agent
The Monitoring agent has two entirely different implementations, one for Linux VMs and one for Windows VMs. The Ops Agent runs on both Linux and Windows VMs.
Linux only?
Some of the metrics listed in the tables on this page include the disclaimer "Linux only". This disclaimer means that the Monitoring agent for Windows VMs does not collect this metric. The disclaimer does not apply to the Ops Agent running on Windows VMs.
Differences in metric collection
The following table describes differences in the data ingested by the Ops Agent and the Monitoring agent.Metric type, omittingagent.googleapis.com |
Ops Agent (GA)† | Ops Agent (Preview)† | Monitoring agent |
---|---|---|---|
disk/bytes_used anddisk/percent_used |
Ingested with the full path in the device label;
for example, /dev/sda15 .Not ingested for virtual devices like tmpfs and udev . |
Ingested without /dev in the path in the
device label; for example, sda15 .Ingested for virtual devices like tmpfs and udev . |
Ingested without /dev in the path in the
device label; for example, sda15 .Ingested for virtual devices like tmpfs and udev . |
Agent metrics
Metrics from the Ops Agent running on VM instances in Google Cloud.
agent
Metrics from the default configuration for the Ops Agent. Launch stages of these metrics: GA
The "metric type" strings in this table must be prefixed
with agent.googleapis.com/agent/
. That prefix has been
omitted from the entries in the table.
Metric type Launch stage Display name |
|
---|---|
Kind, Type, Unit Monitored resources |
Description Labels |
api_request_count
GA
Monitoring Agent API Request Count |
|
CUMULATIVE , INT64 , 1 aws_ec2_instance, gae_app, gce_instance, k8s_container |
Count of API requests from the Monitoring agent. Linux only. Sampled every 60 seconds.
state :
Request state.
|
log_entry_count
GA
Logging Agent Log Entry Count |
|
CUMULATIVE , INT64 , 1 aws_ec2_instance, gae_app, gce_instance, k8s_container |
Count of log entries written by the Logging agent. Linux only. Sampled every 60 seconds.
response_code :
Numeric response code from both the gRPC and HTTP error spaces.
|
memory_usage
GA
Monitoring Agent Memory Usage |
|
GAUGE , DOUBLE , By aws_ec2_instance, gae_app, gce_instance, k8s_container |
Memory in use by the Monitoring agent. Linux only. Sampled every 60 seconds. |
monitoring/point_count
GA
Monitoring Agent Metric Point Count |
|
CUMULATIVE , INT64 , 1 aws_ec2_instance, gae_app, gce_instance, k8s_container |
Count of metric points written to Stackdriver Monitoring. Linux only. Sampled every 60 seconds.
status :
gRPC response code.
|
request_count
GA
Logging Agent API Request Count |
|
CUMULATIVE , INT64 , 1 aws_ec2_instance, gae_app, gce_instance, k8s_container |
Count of API requests from the Logging agent. Linux only. Sampled every 60 seconds.
response_code :
Numeric response code from both the gRPC and HTTP error spaces.
|
uptime
GA
Monitoring/Logging Agent Uptime |
|
CUMULATIVE , INT64 , s aws_ec2_instance, gae_app, gce_instance, k8s_container |
Uptime of Monitoring agent or Logging agent. Linux only. Sampled every 60 seconds.
version :
Agent version.
|
Table built at 2021-10-06 17:04:40 UTC.
cpu
Metrics from the default configuration for the Ops Agent and the Monitoring agent. Compute Engine also reports similar metrics, but those come from the hypervisor rather than from inside the VM. Launch stages of these metrics: GA
The "metric type" strings in this table must be prefixed
with agent.googleapis.com/cpu/
. That prefix has been
omitted from the entries in the table.
Metric type Launch stage Display name |
|
---|---|
Kind, Type, Unit Monitored resources |
Description Labels |
load_15m
GA
CPU load (15m) |
|
GAUGE , DOUBLE , 1 aws_ec2_instance, gce_instance |
Load average over the last 15 minutes. Linux only. Sampled every 60 seconds. |
load_1m
GA
CPU load (1m) |
|
GAUGE , DOUBLE , 1 aws_ec2_instance, gce_instance |
Load average over the last 1 minute. Linux only. Sampled every 60 seconds. |
load_5m
GA
CPU load (5m) |
|
GAUGE , DOUBLE , 1 aws_ec2_instance, gce_instance |
Load average over the last 5 minutes. Linux only. Sampled every 60 seconds. |
usage_time
GA
CPU usage time (OS reported) |
|
CUMULATIVE , INT64 , s{CPU} aws_ec2_instance, gce_instance |
Total time the CPU spent in different states. This value is reported from inside the VM and can differ from `compute.googleapis.com/instance/cpu/usage_time`, which is reported by the hypervisor for the VM. Linux only. Sampled every 60 seconds.
cpu_number :
CPU number, for example, "0", "1", or "2". This label is only set with certain Monitoring configurations.
cpu_state :
CPU state, one of [idle, interrupt, nice, softirq, steal, system, user, wait].
|
utilization
GA
CPU utilization (OS reported) |
|
GAUGE , DOUBLE , % aws_ec2_instance, gce_instance |
Percentage of the total CPU capacity spent in different states. This value is reported from inside the VM and can differ from `compute.googleapis.com/instance/cpu/utilization`, which is reported by the hypervisor for the VM. Sampled every 60 seconds.
cpu_number :
CPU number, for example, "0", "1", or "2". This label is only set with certain Monitoring configurations. Linux only.
cpu_state :
CPU state, one of [idle, interrupt, nice, softirq, steal, system, user, wait] on Linux or [idle, used] on Windows.
|
disk
Metrics from the default configuration for the Ops Agent and the Monitoring agent. Launch stages of these metrics: GA
The "metric type" strings in this table must be prefixed
with agent.googleapis.com/disk/
. That prefix has been
omitted from the entries in the table.
Metric type Launch stage Display name |
|
---|---|
Kind, Type, Unit Monitored resources |
Description Labels |
bytes_used
GA
Disk bytes used |
|
GAUGE , DOUBLE , By aws_ec2_instance, gce_instance |
Current number of disk bytes used by state. Summing the values of all states yields the total available disk space. Linux only. Sampled every 60 seconds.
device :
Device name.
state :
Type of usage, one of [free, used, reserved].
|
io_time
GA
Disk I/O time |
|
CUMULATIVE , INT64 , ms aws_ec2_instance, gce_instance |
Cumulative time spent while I/O operations are in queue and when the disks are busy. The value of this metric increases when there is at least one I/O operation pending or in progress. This value corresponds to Field 10 in the https://www.kernel.org/doc/Documentation/iostats.txt documentation. Linux only. Sampled every 60 seconds.
device :
Device name.
|
merged_operations
GA
Disk merged operations |
|
CUMULATIVE , INT64 , 1 aws_ec2_instance, gce_instance |
Total count of merged disk operations by direction. Linux only. Sampled every 60 seconds.
device :
Device name.
direction :
Direction, one of [read, write].
|
operation_count
GA
Disk operations |
|
CUMULATIVE , INT64 , 1 aws_ec2_instance, gce_instance |
Total count of disk operations by direction. Linux only. Sampled every 60 seconds.
device :
Device name.
direction :
Direction, one of [read, write].
|
operation_time
GA
Disk operation time |
|
CUMULATIVE , INT64 , ms aws_ec2_instance, gce_instance |
Average time to complete a disk operation multiplied by wall clock time. When aligned as a rate, the value is the average time to complete a disk operation. Linux only. Sampled every 60 seconds.
device :
Device name.
direction :
Direction, one of [read, write].
|
pending_operations
GA
Disk pending operations |
|
GAUGE , DOUBLE , 1 aws_ec2_instance, gce_instance |
Current count of pending disk operations. Linux only. Sampled every 60 seconds.
device :
Device name.
|
percent_used
GA
Disk utilization |
|
GAUGE , DOUBLE , % aws_ec2_instance, gce_instance |
Current percentage of the disk used by state. The utilization is between 0.0 and 100.0. Sampled every 60 seconds.
device :
Device name.
state :
Type of usage, one of [free, used, reserved].
|
read_bytes_count
GA
Disk bytes read |
|
CUMULATIVE , INT64 , By aws_ec2_instance, gce_instance |
Total number of disk bytes that have been read. Linux only. Sampled every 60 seconds.
device :
Device name.
|
weighted_io_time
GA
Disk weighted I/O time |
|
CUMULATIVE , INT64 , ms aws_ec2_instance, gce_instance |
Total time spent on disk I/O operations weighted by the number of in-progress I/Os. This metric provides a measure of the I/O completion time and of the size of the backlog that might be accumulating. Linux only. Sampled every 60 seconds.
device :
Device name.
|
write_bytes_count
GA
Disk bytes written |
|
CUMULATIVE , INT64 , By aws_ec2_instance, gce_instance |
Total number of disk bytes that have been written. Linux only. Sampled every 60 seconds.
device :
Device name.
|
iis
Microsoft Windows only. Metrics from the default configuration for the Microsoft Windows Ops Agent and the Microsoft Windows Monitoring agent. Launch stages of these metrics: GA
The "metric type" strings in this table must be prefixed
with agent.googleapis.com/iis/
. That prefix has been
omitted from the entries in the table.
Metric type Launch stage Display name |
|
---|---|
Kind, Type, Unit Monitored resources |
Description Labels |
current_connections
GA
IIS open connections |
|
GAUGE , DOUBLE , 1 aws_ec2_instance, gce_instance |
Currently open connections to IIS. Sampled every 60 seconds. |
network/transferred_bytes_count
GA
IIS transferred bytes |
|
CUMULATIVE , INT64 , By aws_ec2_instance, gce_instance |
Network bytes transferred by IIS. Sampled every 60 seconds.
direction :
Direction (sent, received)
|
new_connection_count
GA
IIS connections |
|
CUMULATIVE , INT64 , 1 aws_ec2_instance, gce_instance |
Connections opened to IIS. Sampled every 60 seconds. |
request_count
GA
IIS requests |
|
CUMULATIVE , INT64 , 1 aws_ec2_instance, gce_instance |
Requests made to IIS. Sampled every 60 seconds.
http_method :
Http method (post, put, get, delete, option, trace, head)
|
interface
Network-interface metrics from the default configuration for the Ops Agent and the Linux Monitoring agent. Launch stages of these metrics: GA
The "metric type" strings in this table must be prefixed
with agent.googleapis.com/interface/
. That prefix has been
omitted from the entries in the table.
Metric type Launch stage Display name |
|
---|---|
Kind, Type, Unit Monitored resources |
Description Labels |
errors
GA
Network errors |
|
CUMULATIVE , INT64 , 1 aws_ec2_instance, gce_instance |
Total count of network errors. Linux only. Sampled every 60 seconds.
device :
Name of the network device.
direction :
Direction of the network traffic, one of [tx, rx].
|
packets
GA
Network packets |
|
CUMULATIVE , INT64 , 1 aws_ec2_instance, gce_instance |
Total count of packets sent over the network. Linux only. Sampled every 60 seconds.
device :
Name of the network device.
direction :
Direction of the network traffic, one of [tx, rx].
|
traffic
GA
Network traffic |
|
CUMULATIVE , INT64 , By aws_ec2_instance, gce_instance |
Total number of bytes sent over the network. Linux only. Sampled every 60 seconds.
device :
Name of the network device.
direction :
Direction of the network traffic, one of [tx, rx].
|
memory
Metrics from the default configuration for the Ops Agent and the Monitoring agent. Launch stages of these metrics: GA
The "metric type" strings in this table must be prefixed
with agent.googleapis.com/memory/
. That prefix has been
omitted from the entries in the table.
Metric type Launch stage Display name |
|
---|---|
Kind, Type, Unit Monitored resources |
Description Labels |
bytes_used
GA
Memory usage |
|
GAUGE , DOUBLE , By aws_ec2_instance, gce_instance |
Current memory usage by memory state. Summing the values of all states yields the total memory on the machine. Linux only. Sampled every 60 seconds.
state :
One of [buffered, cached, free, slab, used].
|
percent_used
GA
Memory utilization |
|
GAUGE , DOUBLE , % aws_ec2_instance, gce_instance |
Current percentage of memory used by memory state. Summing percentages over all states yields 100 percent. Sampled every 60 seconds.
state :
One of [buffered, cached, free, slab, used].
|
mssql
Microsoft Windows only. Metrics from the default configuration for the Microsoft Windows Ops Agent and the Microsoft Windows Monitoring agent. Launch stages of these metrics: GA
The "metric type" strings in this table must be prefixed
with agent.googleapis.com/mssql/
. That prefix has been
omitted from the entries in the table.
Metric type Launch stage Display name |
|
---|---|
Kind, Type, Unit Monitored resources |
Description Labels |
connections/user
GA
SQL Server open connections |
|
GAUGE , DOUBLE , 1 aws_ec2_instance, gce_instance |
Currently open connections to SQL server. Sampled every 60 seconds. |
transaction_rate
GA
SQL Server transaction rate |
|
GAUGE , DOUBLE , 1/s aws_ec2_instance, gce_instance |
SQL server total transactions per second. Sampled every 60 seconds. |
write_transaction_rate
GA
SQL Server write transaction rate |
|
GAUGE , DOUBLE , 1/s aws_ec2_instance, gce_instance |
SQL server write transactions per second. Sampled every 60 seconds. |
network
Metrics from the default configuration for the Ops Agent and the Monitoring agent. Launch stages of these metrics: GA
The "metric type" strings in this table must be prefixed
with agent.googleapis.com/network/
. That prefix has been
omitted from the entries in the table.
Metric type Launch stage Display name |
|
---|---|
Kind, Type, Unit Monitored resources |
Description Labels |
tcp_connections
GA
TCP connections |
|
GAUGE , DOUBLE , 1 aws_ec2_instance, gce_instance |
Current count of TCP connections. Sampled every 60 seconds.
port :
TCP port number on the local or remote host, for example, "0-local", "0-remote", or "all".
tcp_state :
TCP state, for example, "ESTABLISHED" or "FIN_WAIT1".
|
pagefile
Metrics from the default configuration for the Ops Agent and the Microsoft Windows Monitoring agent. Launch stages of these metrics: GA
The "metric type" strings in this table must be prefixed
with agent.googleapis.com/pagefile/
. That prefix has been
omitted from the entries in the table.
Metric type Launch stage Display name |
|
---|---|
Kind, Type, Unit Monitored resources |
Description Labels |
percent_used
GA
Pagefile utilization |
|
GAUGE , DOUBLE , % aws_ec2_instance, gce_instance |
Current percentage of pagefile used by state. Values are between 0.0 and 100.0. Windows only. Sampled every 60 seconds.
state :
Type of usage, one of [free, used].
|
processes
Metrics from the default configuration for the Ops Agent and the Monitoring agent. Launch stages of these metrics: GA
The "metric type" strings in this table must be prefixed
with agent.googleapis.com/processes/
. That prefix has been
omitted from the entries in the table.
Metric type Launch stage Display name |
|
---|---|
Kind, Type, Unit Monitored resources |
Description Labels |
count_by_state
GA
Processes |
|
GAUGE , DOUBLE , 1 aws_ec2_instance, gce_instance |
Count of processes in the given state. Linux only. Sampled every 60 seconds.
state :
Running, sleeping, zombie, etc.
|
cpu_time
GA
Process CPU |
|
CUMULATIVE , INT64 , us{CPU} aws_ec2_instance, gce_instance |
CPU time of the given process. Sampled every 60 seconds.
process :
Process name.
user_or_syst :
Whether a user or system process.
command :
Process command.
command_line :
Process command line, 1024 characters maximum.
owner :
Process owner.
pid :
Process ID.
|
disk/read_bytes_count
GA
Process disk read I/O |
|
CUMULATIVE , INT64 , By aws_ec2_instance, gce_instance |
Process disk read I/O. Linux only. Sampled every 60 seconds.
process :
Process name.
command :
Process command.
command_line :
Process command line, 1024 characters maximum.
owner :
Process owner.
pid :
Process ID.
|
disk/write_bytes_count
GA
Process disk write I/O |
|
CUMULATIVE , INT64 , By aws_ec2_instance, gce_instance |
Process disk write I/O. Linux only. Sampled every 60 seconds.
process :
Process name.
command :
Process command.
command_line :
Process command line, 1024 characters maximum.
owner :
Process owner.
pid :
Process ID.
|
fork_count
GA
Fork count |
|
CUMULATIVE , INT64 , 1 aws_ec2_instance, gce_instance |
Total number of processes forked. Linux only. Sampled every 60 seconds. |
rss_usage
GA
Process resident memory |
|
GAUGE , DOUBLE , By aws_ec2_instance, gce_instance |
Resident memory usage of the given process. Linux only. Sampled every 60 seconds.
process :
Process name.
command :
Process command.
command_line :
Process command line, 1024 characters maximum.
owner :
Process owner.
pid :
Process ID.
|
vm_usage
GA
Process virtual memory |
|
GAUGE , DOUBLE , By aws_ec2_instance, gce_instance |
VM Usage of the given process. Sampled every 60 seconds.
process :
Process name.
command :
Process command.
command_line :
Process command line, 1024 characters maximum.
owner :
Process owner.
pid :
Process ID.
|
swap
Metrics from the default configuration for the Ops Agent and the Linux Monitoring agent. Launch stages of these metrics: GA
The "metric type" strings in this table must be prefixed
with agent.googleapis.com/swap/
. That prefix has been
omitted from the entries in the table.
Metric type Launch stage Display name |
|
---|---|
Kind, Type, Unit Monitored resources |
Description Labels |
bytes_used
GA
Swap usage |
|
GAUGE , DOUBLE , By aws_ec2_instance, gce_instance |
Current number of swap bytes used by state. For this metric to be available, swap must be enabled on the instance. Linux only. Sampled every 60 seconds.
device :
Swap device.
state :
One of [used, free, cached, reserved].
|
io
GA
Swap I/O operations |
|
CUMULATIVE , INT64 , 1 aws_ec2_instance, gce_instance |
Total count of swap I/O operations by direction. For this metric to be available, swap must be enabled on the instance. Linux only. Sampled every 60 seconds.
direction :
Swap I/O direction, one of [in, out].
|
percent_used
GA
Swap utilization |
|
GAUGE , DOUBLE , % aws_ec2_instance, gce_instance |
Current percentage of swap used by state. Values are between 0.0 and 100.0. For this metric to be available, swap must be enabled on the instance. Linux only. Sampled every 60 seconds.
device :
Swap device.
state :
One of [used, free, cached, reserved].
|
Third-party application metrics
Active Directory Domain Services (AD DS)
Metrics for Active Directory Domain Services (AD DS). For information about collecting these metrics, see the guide for configuring the Ops Agent for Active Directory Domain Services (AD DS).
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/active_directory.ds.bind.rate
|
|
GAUGE , DOUBLE gce_instance |
type
|
workload.googleapis.com/active_directory.ds.ldap.bind.last_successful.time
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/active_directory.ds.ldap.bind.rate
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/active_directory.ds.ldap.client.session.count
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/active_directory.ds.ldap.search.rate
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/active_directory.ds.name_cache.hit_rate
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/active_directory.ds.notification.queued
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/active_directory.ds.operation.rate
|
|
GAUGE , DOUBLE gce_instance |
type
|
workload.googleapis.com/active_directory.ds.replication.network.io
|
|
CUMULATIVE , INT64 gce_instance |
direction type
|
workload.googleapis.com/active_directory.ds.replication.object.rate
|
|
GAUGE , DOUBLE gce_instance |
direction
|
workload.googleapis.com/active_directory.ds.replication.operation.pending
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/active_directory.ds.replication.property.rate
|
|
GAUGE , DOUBLE gce_instance |
direction
|
workload.googleapis.com/active_directory.ds.replication.sync.object.pending
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/active_directory.ds.replication.sync.request.count
|
|
CUMULATIVE , INT64 gce_instance |
result
|
workload.googleapis.com/active_directory.ds.replication.value.rate
|
|
GAUGE , DOUBLE gce_instance |
direction type
|
workload.googleapis.com/active_directory.ds.security_descriptor_propagations_event.queued
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/active_directory.ds.suboperation.rate
|
|
GAUGE , DOUBLE gce_instance |
type
|
workload.googleapis.com/active_directory.ds.thread.count
|
|
GAUGE , INT64 gce_instance |
Aerospike
Metrics for Aerospike. For information about collecting these metrics, see the guide for configuring the Ops Agent for Aerospike.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/aerospike.namespace.disk.available
|
|
GAUGE , INT64 gce_instance |
node_name namespace_name
|
workload.googleapis.com/aerospike.namespace.memory.free
|
|
GAUGE , INT64 gce_instance |
node_name namespace_name
|
workload.googleapis.com/aerospike.namespace.memory.usage
|
|
GAUGE , INT64 gce_instance |
component node_name namespace_name
|
workload.googleapis.com/aerospike.namespace.scan.count
|
|
CUMULATIVE , INT64 gce_instance |
result type node_name namespace_name
|
workload.googleapis.com/aerospike.namespace.transaction.count
|
|
CUMULATIVE , INT64 gce_instance |
result type node_name namespace_name
|
workload.googleapis.com/aerospike.node.connection.count
|
|
CUMULATIVE , INT64 gce_instance |
operation type node_name
|
workload.googleapis.com/aerospike.node.connection.open
|
|
GAUGE , INT64 gce_instance |
type node_name
|
workload.googleapis.com/aerospike.node.memory.free
|
|
GAUGE , INT64 gce_instance |
node_name
|
Apache ActiveMQ
Metrics for Apache ActiveMQ. For information about collecting these metrics, see the guide for configuring the Ops Agent for Apache ActiveMQ.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/activemq.connection.count
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/activemq.consumer.count
|
|
GAUGE , INT64 gce_instance |
broker destination
|
workload.googleapis.com/activemq.disk.store_usage
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/activemq.disk.temp_usage
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/activemq.memory.usage
|
|
GAUGE , DOUBLE gce_instance |
broker destination
|
workload.googleapis.com/activemq.message.current
|
|
GAUGE , INT64 gce_instance |
broker destination
|
workload.googleapis.com/activemq.message.dequeued
|
|
CUMULATIVE , INT64 gce_instance |
broker destination
|
workload.googleapis.com/activemq.message.enqueued
|
|
CUMULATIVE , INT64 gce_instance |
broker destination
|
workload.googleapis.com/activemq.message.expired
|
|
CUMULATIVE , INT64 gce_instance |
broker destination
|
workload.googleapis.com/activemq.message.wait_time.avg
|
|
GAUGE , DOUBLE gce_instance |
broker destination
|
workload.googleapis.com/activemq.producer.count
|
|
GAUGE , INT64 gce_instance |
broker destination
|
Apache Cassandra
Metrics for Apache Cassandra. For information about collecting these metrics, see the guide for configuring the Ops Agent for Apache Cassandra.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/cassandra.client.request.count
|
|
CUMULATIVE , INT64 gce_instance |
operation
|
workload.googleapis.com/cassandra.client.request.error.count
|
|
CUMULATIVE , INT64 gce_instance |
operation status
|
workload.googleapis.com/cassandra.client.request.range_slice.latency.50p
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/cassandra.client.request.range_slice.latency.99p
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/cassandra.client.request.range_slice.latency.max
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/cassandra.client.request.read.latency.50p
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/cassandra.client.request.read.latency.99p
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/cassandra.client.request.read.latency.max
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/cassandra.client.request.write.latency.50p
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/cassandra.client.request.write.latency.99p
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/cassandra.client.request.write.latency.max
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/cassandra.compaction.tasks.completed
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/cassandra.compaction.tasks.pending
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/cassandra.storage.load.count
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/cassandra.storage.total_hints.count
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/cassandra.storage.total_hints.in_progress.count
|
|
GAUGE , INT64 gce_instance |
Apache CouchDB
Metrics for Apache CouchDB. For information about collecting these metrics, see the guide for configuring the Ops Agent for Apache CouchDB.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/couchdb.average_request_time
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/couchdb.database.open
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/couchdb.database.operations
|
|
CUMULATIVE , INT64 gce_instance |
operation
|
workload.googleapis.com/couchdb.file_descriptor.open
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/couchdb.httpd.bulk_requests
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/couchdb.httpd.requests
|
|
CUMULATIVE , INT64 gce_instance |
http_method
|
workload.googleapis.com/couchdb.httpd.responses
|
|
CUMULATIVE , INT64 gce_instance |
http_status_code
|
workload.googleapis.com/couchdb.httpd.views
|
|
CUMULATIVE , INT64 gce_instance |
view
|
Apache Flink
Metrics for Apache Flink. For information about collecting these metrics, see the guide for configuring the Ops Agent for Apache Flink.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/flink.job.checkpoint.count
|
|
CUMULATIVE , INT64 gce_instance |
host_name job_name checkpoint
|
workload.googleapis.com/flink.job.checkpoint.in_progress
|
|
GAUGE , INT64 gce_instance |
host_name job_name
|
workload.googleapis.com/flink.job.last_checkpoint.size
|
|
GAUGE , INT64 gce_instance |
host_name job_name
|
workload.googleapis.com/flink.job.last_checkpoint.time
|
|
GAUGE , INT64 gce_instance |
host_name job_name
|
workload.googleapis.com/flink.job.restart.count
|
|
CUMULATIVE , INT64 gce_instance |
host_name job_name
|
workload.googleapis.com/flink.jvm.class_loader.classes_loaded
|
|
CUMULATIVE , INT64 gce_instance |
host_name resource_type taskmanager_id
|
workload.googleapis.com/flink.jvm.cpu.load
|
|
GAUGE , DOUBLE gce_instance |
host_name resource_type taskmanager_id
|
workload.googleapis.com/flink.jvm.cpu.time
|
|
CUMULATIVE , INT64 gce_instance |
host_name resource_type taskmanager_id
|
workload.googleapis.com/flink.jvm.gc.collections.count
|
|
CUMULATIVE , INT64 gce_instance |
host_name resource_type taskmanager_id garbage_collector_name
|
workload.googleapis.com/flink.jvm.gc.collections.time
|
|
CUMULATIVE , INT64 gce_instance |
host_name resource_type taskmanager_id garbage_collector_name
|
workload.googleapis.com/flink.jvm.memory.direct.total_capacity
|
|
GAUGE , INT64 gce_instance |
host_name resource_type taskmanager_id
|
workload.googleapis.com/flink.jvm.memory.direct.used
|
|
GAUGE , INT64 gce_instance |
host_name resource_type taskmanager_id
|
workload.googleapis.com/flink.jvm.memory.heap.committed
|
|
GAUGE , INT64 gce_instance |
host_name resource_type taskmanager_id
|
workload.googleapis.com/flink.jvm.memory.heap.max
|
|
GAUGE , INT64 gce_instance |
host_name resource_type taskmanager_id
|
workload.googleapis.com/flink.jvm.memory.heap.used
|
|
GAUGE , INT64 gce_instance |
host_name resource_type taskmanager_id
|
workload.googleapis.com/flink.jvm.memory.mapped.total_capacity
|
|
GAUGE , INT64 gce_instance |
host_name resource_type taskmanager_id
|
workload.googleapis.com/flink.jvm.memory.mapped.used
|
|
GAUGE , INT64 gce_instance |
host_name resource_type taskmanager_id
|
workload.googleapis.com/flink.jvm.memory.metaspace.committed
|
|
GAUGE , INT64 gce_instance |
host_name resource_type taskmanager_id
|
workload.googleapis.com/flink.jvm.memory.metaspace.max
|
|
GAUGE , INT64 gce_instance |
host_name resource_type taskmanager_id
|
workload.googleapis.com/flink.jvm.memory.metaspace.used
|
|
GAUGE , INT64 gce_instance |
host_name resource_type taskmanager_id
|
workload.googleapis.com/flink.jvm.memory.nonheap.committed
|
|
GAUGE , INT64 gce_instance |
host_name resource_type taskmanager_id
|
workload.googleapis.com/flink.jvm.memory.nonheap.max
|
|
GAUGE , INT64 gce_instance |
host_name resource_type taskmanager_id
|
workload.googleapis.com/flink.jvm.memory.nonheap.used
|
|
GAUGE , INT64 gce_instance |
host_name resource_type taskmanager_id
|
workload.googleapis.com/flink.jvm.threads.count
|
|
GAUGE , INT64 gce_instance |
host_name resource_type taskmanager_id
|
workload.googleapis.com/flink.memory.managed.total
|
|
GAUGE , INT64 gce_instance |
host_name resource_type taskmanager_id
|
workload.googleapis.com/flink.memory.managed.used
|
|
GAUGE , INT64 gce_instance |
host_name resource_type taskmanager_id
|
workload.googleapis.com/flink.operator.record.count
|
|
CUMULATIVE , INT64 gce_instance |
host_name taskmanager_id job_name operator_name task_name subtask_index record
|
workload.googleapis.com/flink.operator.watermark.output
|
|
GAUGE , INT64 gce_instance |
host_name job_name operator_name subtask_index task_name taskmanager_id
|
workload.googleapis.com/flink.task.record.count
|
|
CUMULATIVE , INT64 gce_instance |
host_name taskmanager_id job_name task_name subtask_index record
|
Apache Hadoop
Metrics for Apache Hadoop. For information about collecting these metrics, see the guide for configuring the Ops Agent for Apache Hadoop.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/hadoop.name_node.block.corrupt
|
|
GAUGE , INT64 gce_instance |
node_name
|
workload.googleapis.com/hadoop.name_node.block.count
|
|
GAUGE , INT64 gce_instance |
node_name
|
workload.googleapis.com/hadoop.name_node.block.missing
|
|
GAUGE , INT64 gce_instance |
node_name
|
workload.googleapis.com/hadoop.name_node.capacity.limit
|
|
GAUGE , INT64 gce_instance |
node_name
|
workload.googleapis.com/hadoop.name_node.capacity.usage
|
|
GAUGE , INT64 gce_instance |
node_name
|
workload.googleapis.com/hadoop.name_node.data_node.count
|
|
GAUGE , INT64 gce_instance |
node_name state
|
workload.googleapis.com/hadoop.name_node.file.load
|
|
GAUGE , INT64 gce_instance |
node_name
|
workload.googleapis.com/hadoop.name_node.volume.failed
|
|
GAUGE , INT64 gce_instance |
node_name
|
Apache HBase
Metrics for Apache HBase. For information about collecting these metrics, see the guide for configuring the Ops Agent for Apache HBase.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/hbase.master.region_server.count
|
|
GAUGE , INT64 gce_instance |
state
|
workload.googleapis.com/hbase.master.regions_in_transition.count
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/hbase.master.regions_in_transition.oldest_age
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/hbase.master.regions_in_transition.over_threshold
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/hbase.region_server.active_handler.count
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.authentication.count
|
|
GAUGE , INT64 gce_instance |
region_server state
|
workload.googleapis.com/hbase.region_server.block_cache.operation.count
|
|
GAUGE , INT64 gce_instance |
region_server state
|
workload.googleapis.com/hbase.region_server.blocked_update.time
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.disk.store_file.count
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.disk.store_file.size
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.files.local
|
|
GAUGE , DOUBLE gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.gc.old_gen.time
|
|
CUMULATIVE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.gc.time
|
|
CUMULATIVE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.gc.young_gen.time
|
|
CUMULATIVE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.open_connection.count
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.append.latency.max
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.append.latency.mean
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.append.latency.median
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.append.latency.min
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.append.latency.p99
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.delete.latency.max
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.delete.latency.mean
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.delete.latency.median
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.delete.latency.min
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.delete.latency.p99
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.get.latency.max
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.get.latency.mean
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.get.latency.median
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.get.latency.min
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.get.latency.p99
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.increment.latency.max
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.increment.latency.mean
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.increment.latency.median
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.increment.latency.min
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.increment.latency.p99
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.put.latency.max
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.put.latency.mean
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.put.latency.median
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.put.latency.min
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.put.latency.p99
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.replay.latency.max
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.replay.latency.mean
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.replay.latency.median
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.replay.latency.min
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operation.replay.latency.p99
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.operations.slow
|
|
GAUGE , INT64 gce_instance |
operation region_server
|
workload.googleapis.com/hbase.region_server.queue.length
|
|
GAUGE , INT64 gce_instance |
region_server state
|
workload.googleapis.com/hbase.region_server.queue.request.count
|
|
GAUGE , INT64 gce_instance |
region_server state
|
workload.googleapis.com/hbase.region_server.region.count
|
|
GAUGE , INT64 gce_instance |
region_server
|
workload.googleapis.com/hbase.region_server.request.count
|
|
GAUGE , INT64 gce_instance |
region_server state
|
workload.googleapis.com/hbase.region_server.write_ahead_log.count
|
|
GAUGE , INT64 gce_instance |
region_server
|
Apache Kafka
Metrics for Apache Kafka. For information about collecting these metrics, see the guide for configuring the Ops Agent for Apache Kafka.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/kafka.isr.operation.count
|
|
CUMULATIVE , INT64 gce_instance |
operation
|
workload.googleapis.com/kafka.message.count
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/kafka.network.io
|
|
CUMULATIVE , INT64 gce_instance |
state
|
workload.googleapis.com/kafka.partition.count
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/kafka.partition.offline
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/kafka.partition.under_replicated
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/kafka.purgatory.size
|
|
GAUGE , INT64 gce_instance |
type
|
workload.googleapis.com/kafka.request.count
|
|
CUMULATIVE , INT64 gce_instance |
type
|
workload.googleapis.com/kafka.request.failed
|
|
CUMULATIVE , INT64 gce_instance |
type
|
workload.googleapis.com/kafka.request.time.total
|
|
CUMULATIVE , INT64 gce_instance |
type
|
Apache Solr
Metrics for Apache Solr. For information about collecting these metrics, see the guide for configuring the Ops Agent for Apache Solr.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/solr.cache.eviction.count
|
|
CUMULATIVE , INT64 gce_instance |
cache core
|
workload.googleapis.com/solr.cache.hit.count
|
|
CUMULATIVE , INT64 gce_instance |
cache core
|
workload.googleapis.com/solr.cache.insert.count
|
|
CUMULATIVE , INT64 gce_instance |
cache core
|
workload.googleapis.com/solr.cache.lookup.count
|
|
CUMULATIVE , INT64 gce_instance |
cache core
|
workload.googleapis.com/solr.cache.size
|
|
GAUGE , INT64 gce_instance |
cache core
|
workload.googleapis.com/solr.document.count
|
|
GAUGE , INT64 gce_instance |
core
|
workload.googleapis.com/solr.index.size
|
|
GAUGE , INT64 gce_instance |
core
|
workload.googleapis.com/solr.request.count
|
|
CUMULATIVE , INT64 gce_instance |
core handler type
|
workload.googleapis.com/solr.request.error.count
|
|
CUMULATIVE , INT64 gce_instance |
core handler type
|
workload.googleapis.com/solr.request.time.average
|
|
GAUGE , DOUBLE gce_instance |
core handler type
|
workload.googleapis.com/solr.request.timeout.count
|
|
CUMULATIVE , INT64 gce_instance |
core handler type
|
Apache Tomcat
Metrics for Apache Tomcat. For information about collecting these metrics, see the guide for configuring the Ops Agent for Apache Tomcat.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/tomcat.errors
|
|
CUMULATIVE , INT64 gce_instance |
proto_handler
|
workload.googleapis.com/tomcat.max_time
|
|
GAUGE , INT64 gce_instance |
proto_handler
|
workload.googleapis.com/tomcat.processing_time
|
|
CUMULATIVE , INT64 gce_instance |
proto_handler
|
workload.googleapis.com/tomcat.request_count
|
|
CUMULATIVE , INT64 gce_instance |
proto_handler
|
workload.googleapis.com/tomcat.sessions
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/tomcat.threads
|
|
GAUGE , INT64 gce_instance |
proto_handler state
|
workload.googleapis.com/tomcat.traffic
|
|
CUMULATIVE , INT64 gce_instance |
direction proto_handler
|
Apache Web Server (httpd)
Metrics for Apache Web Server (httpd). For information about collecting these metrics, see the guide for configuring the Ops Agent for Apache Web Server (httpd).
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/apache.current_connections
|
|
GAUGE , INT64 gce_instance |
server_name
|
workload.googleapis.com/apache.requests
|
|
CUMULATIVE , INT64 gce_instance |
server_name
|
workload.googleapis.com/apache.scoreboard
|
|
GAUGE , INT64 gce_instance |
server_name state
|
workload.googleapis.com/apache.traffic
|
|
CUMULATIVE , INT64 gce_instance |
server_name
|
workload.googleapis.com/apache.workers
|
|
GAUGE , INT64 gce_instance |
server_name state
|
Apache ZooKeeper
Metrics for Apache ZooKeeper. For information about collecting these metrics, see the guide for configuring the Ops Agent for Apache ZooKeeper.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/zookeeper.connection.active
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/zookeeper.data_tree.ephemeral_node.count
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/zookeeper.data_tree.size
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/zookeeper.file_descriptor.limit
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/zookeeper.file_descriptor.open
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/zookeeper.fsync.exceeded_threshold.count
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/zookeeper.latency.avg
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/zookeeper.latency.max
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/zookeeper.latency.min
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/zookeeper.packet.count
|
|
CUMULATIVE , INT64 gce_instance |
direction
|
workload.googleapis.com/zookeeper.request.active
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/zookeeper.watch.count
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/zookeeper.znode.count
|
|
GAUGE , INT64 gce_instance |
Couchbase
Metrics for Couchbase. For information about collecting these metrics, see the guide for configuring the Ops Agent for Couchbase.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/couchbase.bucket.error.oom.count
|
|
CUMULATIVE , INT64 gce_instance |
bucket_name error_type
|
workload.googleapis.com/couchbase.bucket.item.count
|
|
GAUGE , DOUBLE gce_instance |
bucket_name state
|
workload.googleapis.com/couchbase.bucket.item.ejection.count
|
|
CUMULATIVE , INT64 gce_instance |
bucket_name
|
workload.googleapis.com/couchbase.bucket.memory.high_water_mark.limit
|
|
GAUGE , DOUBLE gce_instance |
bucket_name
|
workload.googleapis.com/couchbase.bucket.memory.low_water_mark.limit
|
|
GAUGE , DOUBLE gce_instance |
bucket_name
|
workload.googleapis.com/couchbase.bucket.memory.usage
|
|
GAUGE , DOUBLE gce_instance |
bucket_name
|
workload.googleapis.com/couchbase.bucket.operation.count
|
|
CUMULATIVE , INT64 gce_instance |
bucket_name op
|
workload.googleapis.com/couchbase.bucket.vbucket.count
|
|
GAUGE , DOUBLE gce_instance |
bucket_name state
|
Elasticsearch
Metrics for Elasticsearch. For information about collecting these metrics, see the guide for configuring the Ops Agent for Elasticsearch.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/elasticsearch.cluster.data_nodes
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/elasticsearch.cluster.health
|
|
GAUGE , INT64 gce_instance |
status
|
workload.googleapis.com/elasticsearch.cluster.nodes
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/elasticsearch.cluster.shards
|
|
GAUGE , INT64 gce_instance |
state
|
workload.googleapis.com/elasticsearch.node.cache.evictions
|
|
CUMULATIVE , INT64 gce_instance |
cache_name
|
workload.googleapis.com/elasticsearch.node.cache.memory.usage
|
|
GAUGE , INT64 gce_instance |
cache_name
|
workload.googleapis.com/elasticsearch.node.cluster.connections
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/elasticsearch.node.cluster.io
|
|
CUMULATIVE , INT64 gce_instance |
direction
|
workload.googleapis.com/elasticsearch.node.documents
|
|
GAUGE , INT64 gce_instance |
state
|
workload.googleapis.com/elasticsearch.node.fs.disk.available
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/elasticsearch.node.http.connections
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/elasticsearch.node.open_files
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/elasticsearch.node.operations.completed
|
|
CUMULATIVE , INT64 gce_instance |
operation
|
workload.googleapis.com/elasticsearch.node.operations.time
|
|
CUMULATIVE , INT64 gce_instance |
operation
|
workload.googleapis.com/elasticsearch.node.shards.size
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/elasticsearch.node.thread_pool.tasks.finished
|
|
CUMULATIVE , INT64 gce_instance |
state thread_pool_name
|
workload.googleapis.com/elasticsearch.node.thread_pool.tasks.queued
|
|
GAUGE , INT64 gce_instance |
thread_pool_name
|
workload.googleapis.com/elasticsearch.node.thread_pool.threads
|
|
GAUGE , INT64 gce_instance |
state thread_pool_name
|
Hashicorp Vault
Metrics for Hashicorp Vault. For information about collecting these metrics, see the guide for configuring the Ops Agent for Hashicorp Vault.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/vault.audit.request.failed
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/vault.audit.response.failed
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/vault.core.leader.duration
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/vault.core.request.count
|
|
GAUGE , INT64 gce_instance |
cluster
|
workload.googleapis.com/vault.memory.usage
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/vault.storage.operation.delete.count
|
|
CUMULATIVE , INT64 gce_instance |
storage
|
workload.googleapis.com/vault.storage.operation.delete.time
|
|
CUMULATIVE , DOUBLE gce_instance |
storage
|
workload.googleapis.com/vault.storage.operation.get.count
|
|
CUMULATIVE , INT64 gce_instance |
storage
|
workload.googleapis.com/vault.storage.operation.get.time
|
|
CUMULATIVE , DOUBLE gce_instance |
storage
|
workload.googleapis.com/vault.storage.operation.list.count
|
|
CUMULATIVE , INT64 gce_instance |
storage
|
workload.googleapis.com/vault.storage.operation.list.time
|
|
CUMULATIVE , DOUBLE gce_instance |
storage
|
workload.googleapis.com/vault.storage.operation.put.count
|
|
CUMULATIVE , INT64 gce_instance |
storage
|
workload.googleapis.com/vault.storage.operation.put.time
|
|
CUMULATIVE , DOUBLE gce_instance |
storage
|
workload.googleapis.com/vault.token.count
|
|
GAUGE , INT64 gce_instance |
namespace cluster
|
workload.googleapis.com/vault.token.lease.count
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/vault.token.renew.time
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/vault.token.revoke.time
|
|
GAUGE , INT64 gce_instance |
IIS
Metrics (v2) for IIS. For information about collecting these metrics, see the guide for configuring the Ops Agent for IIS.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/iis.request.count
|
|
CUMULATIVE , INT64 gce_instance |
request
|
workload.googleapis.com/iis.request.rejected
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/iis.request.queue.count
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/iis.request.queue.age.max
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/iis.network.file.count
|
|
CUMULATIVE , INT64 gce_instance |
direction
|
workload.googleapis.com/iis.network.blocked
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/iis.network.io
|
|
CUMULATIVE , INT64 gce_instance |
direction
|
workload.googleapis.com/iis.connection.attempt.count
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/iis.connection.active
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/iis.connection.anonymous
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/iis.thread.active
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/iis.uptime
|
|
GAUGE , INT64 gce_instance |
Jetty
Metrics for Jetty. For information about collecting these metrics, see the guide for configuring the Ops Agent for Jetty.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/jetty.select.count
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/jetty.session.count
|
|
CUMULATIVE , INT64 gce_instance |
resource
|
workload.googleapis.com/jetty.session.time.max
|
|
GAUGE , INT64 gce_instance |
resource
|
workload.googleapis.com/jetty.session.time.total
|
|
GAUGE , INT64 gce_instance |
resource
|
workload.googleapis.com/jetty.thread.count
|
|
GAUGE , INT64 gce_instance |
state
|
workload.googleapis.com/jetty.thread.queue.count
|
|
GAUGE , INT64 gce_instance |
JVM
Metrics for JVM. For information about collecting these metrics, see the guide for configuring the Ops Agent for JVM.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/jvm.classes.loaded
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/jvm.gc.collections.count
|
|
CUMULATIVE , INT64 gce_instance |
name
|
workload.googleapis.com/jvm.gc.collections.elapsed
|
|
CUMULATIVE , INT64 gce_instance |
name
|
workload.googleapis.com/jvm.memory.heap.committed
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/jvm.memory.heap.init
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/jvm.memory.heap.max
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/jvm.memory.heap.used
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/jvm.memory.nonheap.committed
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/jvm.memory.nonheap.init
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/jvm.memory.nonheap.max
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/jvm.memory.nonheap.used
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/jvm.memory.pool.committed
|
|
GAUGE , INT64 gce_instance |
name
|
workload.googleapis.com/jvm.memory.pool.init
|
|
GAUGE , INT64 gce_instance |
name
|
workload.googleapis.com/jvm.memory.pool.max
|
|
GAUGE , INT64 gce_instance |
name
|
workload.googleapis.com/jvm.memory.pool.used
|
|
GAUGE , INT64 gce_instance |
name
|
workload.googleapis.com/jvm.threads.count
|
|
GAUGE , INT64 gce_instance |
Memcached
Metrics for Memcached. For information about collecting these metrics, see the guide for configuring the Ops Agent for Memcached.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/memcached.bytes
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/memcached.commands
|
|
CUMULATIVE , INT64 gce_instance |
command
|
workload.googleapis.com/memcached.connections.current
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/memcached.connections.total
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/memcached.cpu.usage
|
|
CUMULATIVE , DOUBLE gce_instance |
state
|
workload.googleapis.com/memcached.current_items
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/memcached.evictions
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/memcached.network
|
|
CUMULATIVE , INT64 gce_instance |
direction
|
workload.googleapis.com/memcached.operations
|
|
CUMULATIVE , INT64 gce_instance |
operation type
|
workload.googleapis.com/memcached.threads
|
|
GAUGE , INT64 gce_instance |
Microsoft SQL Server
Metrics (v2) for SQL Server (MSSQL). For information about collecting these metrics, see the guide for configuring the Ops Agent for Microsoft SQL Server.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/sqlserver.batch.request.rate
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/sqlserver.batch.sql_compilation.rate
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/sqlserver.batch.sql_recompilation.rate
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/sqlserver.lock.wait.rate
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/sqlserver.lock.wait_time.avg
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/sqlserver.page.buffer_cache.hit_ratio
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/sqlserver.page.checkpoint.flush.rate
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/sqlserver.page.lazy_write.rate
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/sqlserver.page.life_expectancy
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/sqlserver.page.operation.rate
|
|
GAUGE , DOUBLE gce_instance |
type
|
workload.googleapis.com/sqlserver.page.split.rate
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/sqlserver.transaction.rate
|
|
GAUGE , DOUBLE gce_instance |
database
|
workload.googleapis.com/sqlserver.transaction.write.rate
|
|
GAUGE , DOUBLE gce_instance |
database
|
workload.googleapis.com/sqlserver.transaction_log.flush.data.rate
|
|
GAUGE , DOUBLE gce_instance |
database
|
workload.googleapis.com/sqlserver.transaction_log.flush.rate
|
|
GAUGE , DOUBLE gce_instance |
database
|
workload.googleapis.com/sqlserver.transaction_log.flush.wait.rate
|
|
GAUGE , DOUBLE gce_instance |
database
|
workload.googleapis.com/sqlserver.transaction_log.growth.count
|
|
CUMULATIVE , INT64 gce_instance |
database
|
workload.googleapis.com/sqlserver.transaction_log.percent_used
|
|
GAUGE , INT64 gce_instance |
database
|
workload.googleapis.com/sqlserver.transaction_log.shrink.count
|
|
CUMULATIVE , INT64 gce_instance |
database
|
workload.googleapis.com/sqlserver.user.connection.count
|
|
GAUGE , INT64 gce_instance |
|
MongoDB
Metrics for MongoDB. For information about collecting these metrics, see the guide for configuring the Ops Agent for MongoDB.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/mongodb.cache.operations
|
|
CUMULATIVE , INT64 gce_instance |
type
|
workload.googleapis.com/mongodb.collection.count
|
|
GAUGE , INT64 gce_instance |
database
|
workload.googleapis.com/mongodb.connection.count
|
|
GAUGE , INT64 gce_instance |
database type
|
workload.googleapis.com/mongodb.data.size
|
|
GAUGE , INT64 gce_instance |
database
|
workload.googleapis.com/mongodb.global_lock.time
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/mongodb.index.count
|
|
GAUGE , INT64 gce_instance |
database
|
workload.googleapis.com/mongodb.index.size
|
|
GAUGE , INT64 gce_instance |
database
|
workload.googleapis.com/mongodb.memory.usage
|
|
GAUGE , INT64 gce_instance |
database type
|
workload.googleapis.com/mongodb.object.count
|
|
GAUGE , INT64 gce_instance |
database
|
workload.googleapis.com/mongodb.operation.count
|
|
CUMULATIVE , INT64 gce_instance |
operation
|
workload.googleapis.com/mongodb.storage.size
|
|
CUMULATIVE , INT64 gce_instance |
database
|
MySQL
Metrics for MySQL. For information about collecting these metrics, see the guide for configuring the Ops Agent for MySQL.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/mysql.buffer_pool_operations
|
|
CUMULATIVE , INT64 gce_instance |
operation
|
workload.googleapis.com/mysql.buffer_pool_pages
|
|
GAUGE , DOUBLE gce_instance |
kind
|
workload.googleapis.com/mysql.buffer_pool_size
|
|
GAUGE , DOUBLE gce_instance |
kind
|
workload.googleapis.com/mysql.commands
|
|
CUMULATIVE , INT64 gce_instance |
command
|
workload.googleapis.com/mysql.double_writes
|
|
CUMULATIVE , INT64 gce_instance |
kind
|
workload.googleapis.com/mysql.handlers
|
|
CUMULATIVE , INT64 gce_instance |
kind
|
workload.googleapis.com/mysql.locks
|
|
CUMULATIVE , INT64 gce_instance |
kind
|
workload.googleapis.com/mysql.log_operations
|
|
CUMULATIVE , INT64 gce_instance |
operation
|
workload.googleapis.com/mysql.operations
|
|
CUMULATIVE , INT64 gce_instance |
operation
|
workload.googleapis.com/mysql.page_operations
|
|
CUMULATIVE , INT64 gce_instance |
operation
|
workload.googleapis.com/mysql.row_locks
|
|
CUMULATIVE , INT64 gce_instance |
kind
|
workload.googleapis.com/mysql.row_operations
|
|
CUMULATIVE , INT64 gce_instance |
operation
|
workload.googleapis.com/mysql.sorts
|
|
CUMULATIVE , INT64 gce_instance |
kind
|
workload.googleapis.com/mysql.threads
|
|
GAUGE , DOUBLE gce_instance |
kind
|
nginx
Metrics for nginx. For information about collecting these metrics, see the guide for configuring the Ops Agent for nginx.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/nginx.connections_accepted
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/nginx.connections_current
|
|
GAUGE , INT64 gce_instance |
state
|
workload.googleapis.com/nginx.connections_handled
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/nginx.requests
|
|
CUMULATIVE , INT64 gce_instance |
PostgreSQL
Metrics for PostgreSQL. For information about collecting these metrics, see the guide for configuring the Ops Agent for PostgreSQL.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/postgresql.backends
|
|
GAUGE , INT64 gce_instance |
database
|
workload.googleapis.com/postgresql.commits
|
|
CUMULATIVE , INT64 gce_instance |
database
|
workload.googleapis.com/postgresql.db_size
|
|
GAUGE , INT64 gce_instance |
database
|
workload.googleapis.com/postgresql.rollbacks
|
|
CUMULATIVE , INT64 gce_instance |
database
|
RabbitMQ
Metrics for RabbitMQ. For information about collecting these metrics, see the guide for configuring the Ops Agent for RabbitMQ.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/rabbitmq.consumer.count
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/rabbitmq.message.current
|
|
GAUGE , INT64 gce_instance |
state
|
Redis
Metrics for Redis. For information about collecting these metrics, see the guide for configuring the Ops Agent for Redis.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/redis.clients.blocked
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/redis.clients.connected
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/redis.clients.max_input_buffer
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/redis.clients.max_output_buffer
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/redis.commands.processed
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/redis.connections.received
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/redis.connections.rejected
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/redis.cpu.time
|
|
CUMULATIVE , DOUBLE gce_instance |
state
|
workload.googleapis.com/redis.keys.evicted
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/redis.keys.expired
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/redis.keyspace.hits
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/redis.keyspace.misses
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/redis.latest_fork
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/redis.memory.fragmentation_ratio
|
|
GAUGE , DOUBLE gce_instance |
|
workload.googleapis.com/redis.memory.lua
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/redis.memory.peak
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/redis.memory.rss
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/redis.memory.used
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/redis.net.input
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/redis.net.output
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/redis.rdb.changes_since_last_save
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/redis.replication.backlog_first_byte_offset
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/redis.replication.offset
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/redis.slaves.connected
|
|
GAUGE , INT64 gce_instance |
SAP HANA
Metrics for SAP HANA. For information about collecting these metrics, see the guide for configuring the Ops Agent for SAP HANA.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/saphana.alert.count
|
|
GAUGE , INT64 gce_instance |
rating
|
workload.googleapis.com/saphana.backup.latest
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/saphana.column.memory.used
|
|
GAUGE , INT64 gce_instance |
host subtype type
|
workload.googleapis.com/saphana.component.memory.used
|
|
GAUGE , INT64 gce_instance |
component host
|
workload.googleapis.com/saphana.connection.count
|
|
GAUGE , INT64 gce_instance |
host status
|
workload.googleapis.com/saphana.cpu.used
|
|
CUMULATIVE , INT64 gce_instance |
host type
|
workload.googleapis.com/saphana.disk.size.current
|
|
GAUGE , INT64 gce_instance |
host path state usage_type
|
workload.googleapis.com/saphana.host.memory.current
|
|
GAUGE , INT64 gce_instance |
host state
|
workload.googleapis.com/saphana.host.swap.current
|
|
GAUGE , INT64 gce_instance |
host state
|
workload.googleapis.com/saphana.instance.code_size
|
|
GAUGE , INT64 gce_instance |
host
|
workload.googleapis.com/saphana.instance.memory.current
|
|
GAUGE , INT64 gce_instance |
host state
|
workload.googleapis.com/saphana.instance.memory.shared.allocated
|
|
GAUGE , INT64 gce_instance |
host
|
workload.googleapis.com/saphana.instance.memory.used.peak
|
|
GAUGE , INT64 gce_instance |
host
|
workload.googleapis.com/saphana.license.expiration.time
|
|
GAUGE , INT64 gce_instance |
product system
|
workload.googleapis.com/saphana.license.limit
|
|
GAUGE , INT64 gce_instance |
product system
|
workload.googleapis.com/saphana.license.peak
|
|
GAUGE , INT64 gce_instance |
product system
|
workload.googleapis.com/saphana.network.request.average_time
|
|
GAUGE , DOUBLE gce_instance |
host
|
workload.googleapis.com/saphana.network.request.count
|
|
GAUGE , INT64 gce_instance |
host state
|
workload.googleapis.com/saphana.network.request.finished.count
|
|
CUMULATIVE , INT64 gce_instance |
host type
|
workload.googleapis.com/saphana.replication.average_time
|
|
GAUGE , DOUBLE gce_instance |
mode port primary secondary
|
workload.googleapis.com/saphana.replication.backlog.size
|
|
GAUGE , INT64 gce_instance |
mode port primary secondary
|
workload.googleapis.com/saphana.replication.backlog.time
|
|
GAUGE , INT64 gce_instance |
mode port primary secondary
|
workload.googleapis.com/saphana.row_store.memory.used
|
|
GAUGE , INT64 gce_instance |
host type
|
workload.googleapis.com/saphana.schema.memory.used.current
|
|
GAUGE , INT64 gce_instance |
host schema type
|
workload.googleapis.com/saphana.schema.memory.used.max
|
|
GAUGE , INT64 gce_instance |
host schema
|
workload.googleapis.com/saphana.schema.operation.count
|
|
CUMULATIVE , INT64 gce_instance |
host schema type
|
workload.googleapis.com/saphana.schema.record.compressed.count
|
|
GAUGE , INT64 gce_instance |
host schema
|
workload.googleapis.com/saphana.schema.record.count
|
|
GAUGE , INT64 gce_instance |
host schema type
|
workload.googleapis.com/saphana.service.code_size
|
|
GAUGE , INT64 gce_instance |
host service
|
workload.googleapis.com/saphana.service.count
|
|
GAUGE , INT64 gce_instance |
host status
|
workload.googleapis.com/saphana.service.memory.compactors.allocated
|
|
GAUGE , INT64 gce_instance |
host service
|
workload.googleapis.com/saphana.service.memory.compactors.freeable
|
|
GAUGE , INT64 gce_instance |
host service
|
workload.googleapis.com/saphana.service.memory.effective_limit
|
|
GAUGE , INT64 gce_instance |
host service
|
workload.googleapis.com/saphana.service.memory.heap.current
|
|
GAUGE , INT64 gce_instance |
host service state
|
workload.googleapis.com/saphana.service.memory.limit
|
|
GAUGE , INT64 gce_instance |
host service
|
workload.googleapis.com/saphana.service.memory.shared.current
|
|
GAUGE , INT64 gce_instance |
host service state
|
workload.googleapis.com/saphana.service.memory.used
|
|
GAUGE , INT64 gce_instance |
host service type
|
workload.googleapis.com/saphana.service.stack_size
|
|
GAUGE , INT64 gce_instance |
host service
|
workload.googleapis.com/saphana.service.thread.count
|
|
GAUGE , INT64 gce_instance |
host status
|
workload.googleapis.com/saphana.transaction.blocked
|
|
GAUGE , INT64 gce_instance |
host
|
workload.googleapis.com/saphana.transaction.count
|
|
CUMULATIVE , INT64 gce_instance |
host type
|
workload.googleapis.com/saphana.volume.operation.count
|
|
CUMULATIVE , INT64 gce_instance |
host path type usage_type
|
workload.googleapis.com/saphana.volume.operation.size
|
|
CUMULATIVE , INT64 gce_instance |
host path type usage_type
|
workload.googleapis.com/saphana.volume.operation.time
|
|
CUMULATIVE , INT64 gce_instance |
host path type usage_type
|
Varnish HTTP Cache
Metrics for Varnish HTTP Cache. For information about collecting these metrics, see the guide for configuring the Ops Agent for Varnish HTTP Cache.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/varnish.backend.connection.count
|
|
CUMULATIVE , INT64 gce_instance |
kind
|
workload.googleapis.com/varnish.backend.request.count
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/varnish.cache.operation.count
|
|
CUMULATIVE , INT64 gce_instance |
operation
|
workload.googleapis.com/varnish.client.request.count
|
|
CUMULATIVE , INT64 gce_instance |
state
|
workload.googleapis.com/varnish.client.request.error.count
|
|
CUMULATIVE , INT64 gce_instance |
status_code
|
workload.googleapis.com/varnish.object.count
|
|
GAUGE , INT64 gce_instance |
|
workload.googleapis.com/varnish.object.expired
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/varnish.object.moved
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/varnish.object.nuked
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/varnish.session.count
|
|
CUMULATIVE , INT64 gce_instance |
kind
|
workload.googleapis.com/varnish.thread.operation.count
|
|
CUMULATIVE , INT64 gce_instance |
operation
|
WildFly
Metrics for WildFly. For information about collecting these metrics, see the guide for configuring the Ops Agent for WildFly.
Metric type | |
---|---|
Kind, Type Monitored resources |
Labels |
workload.googleapis.com/wildfly.jdbc.connection.open
|
|
GAUGE , INT64 gce_instance |
data_source state
|
workload.googleapis.com/wildfly.jdbc.request.wait
|
|
CUMULATIVE , INT64 gce_instance |
data_source
|
workload.googleapis.com/wildfly.jdbc.rollback.count
|
|
CUMULATIVE , INT64 gce_instance |
cause
|
workload.googleapis.com/wildfly.jdbc.transaction.count
|
|
CUMULATIVE , INT64 gce_instance |
|
workload.googleapis.com/wildfly.network.io
|
|
CUMULATIVE , INT64 gce_instance |
listener server state
|
workload.googleapis.com/wildfly.request.count
|
|
CUMULATIVE , INT64 gce_instance |
listener server
|
workload.googleapis.com/wildfly.request.server_error
|
|
CUMULATIVE , INT64 gce_instance |
listener server
|
workload.googleapis.com/wildfly.request.time
|
|
CUMULATIVE , INT64 gce_instance |
listener server
|
workload.googleapis.com/wildfly.session.active
|
|
GAUGE , INT64 gce_instance |
deployment
|
workload.googleapis.com/wildfly.session.count
|
|
CUMULATIVE , INT64 gce_instance |
deployment
|
workload.googleapis.com/wildfly.session.expired
|
|
CUMULATIVE , INT64 gce_instance |
deployment
|
workload.googleapis.com/wildfly.session.rejected
|
|
CUMULATIVE , INT64 gce_instance |
deployment
|