This document lists some of the metric types available from open-source projects and other external sources.
-
For a general explanation of the entries in the tables, including information about values like
DELTA
andGAUGE
, see Metric types .To chart or monitor metric types with values of type
STRING
, you must use Monitoring Query Language (MQL), and you must convert the value into a numeric value. For information about MQL string-conversion methods, seeString
. -
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 .
-
The resource-hierarchy level tells you if the metric is written at the project, organization, or folder level(s). When the level is not specified in the metric descriptor, the metric writes at the project level by default.
- For pricing information, see Cloud Monitoring pricing summary .
- For information about the meaning of launch stages such as
GA
(General Availability) andBETA
(Preview), see Product launch stages .
external.googleapis.com
Metrics sent to Google Cloud projects with a metric type beginning external.googleapis.com
are known as external metrics. The metrics are
typically exported by open-source projects and third-party providers.
There is presently a limit of
25,000
external metric descriptors per Google Cloud project.
Cloud Monitoring treats external metrics the same as custom
metrics
, with one exception. For external
metrics, a resource_typeof global
is invalid and results
in the metric data being discarded.
External metric descriptors that are created but then not used for at least 24 months are subject to deletion.
user
external.googleapis.com/user/
is a valid domain for user-defined metrics. It
is functionally identical to custom.googleapis.com
, although it has some
backend optimizations that make queries perform better at scale. If you have
many projects with identical metrics in every project, then you should use the external.googleapis.com/user/
prefix instead of custom.googleapis.com
for
performance reasons.
vmware/vcenter
Metrics whose names begin external.googleapis.com/vmware/vcenter/
come from Google Cloud VMware Engine
environments that
are running the standalone GCVE
agent
to collect and send metrics to Cloud Monitoring. For a list of metrics that
the agent can collect, see List of collected
metrics
.
prometheus
Metrics whose names begin external.googleapis.com/prometheus/
come from Prometheus
, an open-source monitoring
tool often used with Kubernetes. When you configure Prometheus with Stackdriver Prometheus sidecar
(deprecated)
,
metrics exported by Prometheus are converted to Cloud Monitoring metric
types with simple metric descriptors
, such as the following:
{
"name"
:
"projects/my-gcp-project/metricDescriptors/external.googleapis.com/prometheus/apiserver_client_certificate_expiration_seconds"
,
"metricKind"
:
"CUMULATIVE"
,
"valueType"
:
"DISTRIBUTION"
,
"description"
:
"Auto-created custom metric."
,
"type"
:
"external.googleapis.com/prometheus/apiserver_client_certificate_expiration_seconds"
}
If you are using the sidecar to ingest Prometheus metrics, then we recommend migrating to Google Cloud Managed Service for Prometheus .
Other metrics
Metrics from other domains.
The following list was last generated at 2025-08-28 21:10:54 UTC. For more information about this process, see About the lists .
cloudonefs
Metrics from Dell PowerScale for Google Cloud . Launch stages of these metrics: GA
The "metric type" strings in this table must be prefixed
with cloudonefs.isiloncloud.com/
. That prefix has been
omitted from the entries in the table.
When querying a label, use the metric.labels.
prefix; for
example, metric.labels. LABEL
=" VALUE
"
.
Display name
Monitored resources
Labels
cluster/operation_count
GA
(project)
I/O operations
type
:
Type of operation.cluster/received_bytes_count
GA
(project)
Ingress network traffic
cluster/sent_bytes_count
GA
(project)
Egress network traffic
cluster/total_bytes
GA
(project)
Storage capacity allocated
cluster/used_bytes
GA
(project)
Storage usage
cloudvolumesgcp-api.netapp.com
Metrics from NetApp Cloud Volumes . Launch stages of these metrics: BETA
The "metric type" strings in this table must be prefixed
with cloudvolumesgcp-api.netapp.com/
. That prefix has been
omitted from the entries in the table.
When querying a label, use the metric.labels.
prefix; for
example, metric.labels. LABEL
=" VALUE
"
.
Display name
Monitored resources
Labels
cloudvolume/inode_allocation
BETA
(project)
Volume inode allocation
cloudvolume/inode_usage
BETA
(project)
Volume inode usage
cloudvolume/logical_bytes_backed_up
BETA
(project)
Logical bytes backed up
cloudvolume/operation_count
BETA
(project)
Operations count
type
:
Type of operation, read, write, or metadata.cloudvolume/read_bytes_count
BETA
(project)
Bytes read
cloudvolume/replication_healthy
BETA
(project)
Volume Replication Healthy
cloudvolume/replication_lag_time
BETA
(project)
Volume Replication Transfer Lag Time
cloudvolume/replication_last_transfer_duration
BETA
(project)
Volume Replication Last Transfer Duration
cloudvolume/replication_last_transfer_size
BETA
(project)
Volume Replication Last Transfer Size
cloudvolume/replication_relationship_progress
BETA
(project)
Volume Replication Transfer Progress
cloudvolume/replication_relationship_status
BETA
(project)
Volume Replication Status
cloudvolume/replication_total_transfer_bytes
BETA
(project)
Volume Replication Total Transfer Bytes
cloudvolume/request_latencies
BETA
(project)
Volume IO operation latency
method
:
Type of latency, read or write.cloudvolume/volume_percent_used
BETA
(project)
Volume percentage used
cloudvolume/volume_size
BETA
(project)
Volume space allocation
cloudvolume/volume_usage
BETA
(project)
Volume space usage
type
:
Type of usage, logical or snapshot.cloudvolume/write_bytes_count
BETA
(project)
Bytes written
cloudvolumepool/size
BETA
(project)
Storage pool space allocation
cloudvolumepool/usage
BETA
(project)
Storage pool space usage
netapp.com
Metrics from NetApp .
The "metric type" strings in this table must be prefixed
with netapp.com/
. That prefix has been
omitted from the entries in the table.
When querying a label, use the metric.labels.
prefix; for
example, metric.labels. LABEL
=" VALUE
"
.
Display name
Monitored resources
Labels
cloudvolume/inode_allocation
DEPRECATED
(project)
Volume inode allocation
cloudvolume/inode_usage
DEPRECATED
(project)
Volume inode usage
type
:
Type of usage, either logical or snapshot.cloudvolume/operation_count
DEPRECATED
(project)
Operations count
type
:
Type of utilization, either logical or snapshot.cloudvolume/read_bytes_count
DEPRECATED
(project)
Bytes read
cloudvolume/request_latencies
DEPRECATED
(project)
Volume IO operation latency
method
:
NetApp Cloud Volume IO operation.cloudvolume/volume_size
DEPRECATED
(project)
Volume space allocation
cloudvolume/volume_usage
DEPRECATED
(project)
Volume space usage
type
:
Type of usage, either logical or snapshot.cloudvolume/write_bytes_count
DEPRECATED
(project)
Bytes written
Generated at 2025-08-28 21:10:54 UTC.