[Yandex Cloud documentation](../../index.md) > [Yandex Cloud Logging](../index.md) > [Step-by-step guides](index.md) > Managing a log group > Viewing monitoring charts

# Viewing log group monitoring charts

You can monitor how records are added to a log group with the monitoring tools in the management console. These tools display diagnostic information as charts.

The chart update period is 15 seconds.

## Viewing monitoring charts {#charts}

{% list tabs group=instructions %}

- Management console {#console}

  1. In the [management console](https://console.yandex.cloud), select the folder with the log group.
  1. [Go](../../console/operations/select-service.md#select-service) to **Cloud Logging**.
  1. Select the log group whose monitoring charts you want to view.
  1. Navigate to the **Monitoring** tab.
  1. The following charts will appear on the page:
      * **Records successfully ingested**: Number of records delivered to the Cloud Logging system. This only includes user logs.
      * **Records saved**: Number of records saved to the Cloud Logging system. This includes both service and user logs.
      * **Records read**: Number of records read.
      * **Records ingest errors**: Number of errors when adding records.
      * **Records save lag**: Difference between the time of record delivery and its saving to the Cloud Logging system.
      * **Records read errors**: Number of read errors.
      * **Ingest requests**: Number of successful API requests to deliver logs to the system.
      * **Ingest requests errors**: Number of failed API requests to deliver logs to the system.
      * **Ingest requests duration**: Duration of API requests to deliver logs to the system.

      You can select a time period for which you want to display information on the graph. It can be an hour, three hours, a day, a week, a month, or a custom interval.

{% endlist %}