[Yandex Cloud documentation](../index.md) > [Yandex Cloud DNS](index.md) > Monitoring metrics

# Yandex Monitoring metric reference

This section describes Cloud DNS metrics exported to [Monitoring](../monitoring/index.md).

The `name` label contains the metric name.

All Cloud DNS metrics share the `service=dns` label.

## Service metrics {#service-metrics}

| Name<br>Type, units | Description |
| --- | --- |
`network_requests`<br/>`DGAUGE`, requests per second | Total requests from a network per second (RPS) for each request type.<br/>Labels:<ul><li>`network`: Network ID or name.</li><li>`request_type`: Type of the request. It can be either `authoritative` (for requests with a response from Cloud DNS) or `forward` (for requests redirected to an external resolver).</li><li>`resource_type`: Resource type, which is always `network`.</li><li>`response_status`: Response status, which can be `noerror`, `servfail`, `nxdomain`, or other.</li></ul>
`zone_requests`<br/>`DGAUGE`, requests per second | Total requests to zone records per second (RPS) for all clients. For public zones, this applies to all users; for private zones, this applies to users from peered networks.<br/>Labels:<ul><li>`resource_type`: Resource type, which is always `zone`.</li><li>`response_status`: Response status, which can be `noerror`, `servfail`, `nxdomain`, or other.</li><li>`zone`: Zone ID or name.</li></ul>

#### Useful links {#see-also}

[Cloud DNS metric monitoring](operations/monitoring.md)