---
title: "Monitoring an 1C server cluster"
sidebar_label: "Cluster monitoring"
sidebar_position: 7
description: "How to monitor the status of an 1C server cluster and export metrics in Prometheus format"
---

import Formbricks from '@theme/MDXComponents/Formbricks'
import {CustomTable} from '@selectel/docux/components'
import CopyIcon from '@selectel/docux/icons/copy'
import ExportMetrics from '@site/i18n/en/docusaurus-plugin-content-docs/current/_partials/1c-cloud/export-metrics.mdx'

# Monitoring an 1C server cluster

In a ready-to-use 1C cloud, you can monitor the cluster status.

For a more detailed analysis, some metrics can be viewed as charts in the control panel:

* [cluster metrics](#view-cluster-metrics);
* [database metrics](/cloud-1c/database/monitoring.mdx).

A full set of available metrics can be [exported in Prometheus format](#export-metrics-in-prometheus-format).

The time in the control panel matches the time set on your device and does not depend on the region where the cluster is hosted.

:::note

For example, you have created a cluster in Novosibirsk, in the ru-8 pool. The device from which you logged in to the control panel is set to the Moscow time zone. The time on the metrics charts will be displayed in the Moscow time zone.

:::

## Viewing 1C server cluster metrics \{#view-cluster-metrics}

1. In the [control panel](https://my.selectel.ru/vpc/default/ones/), on the top menu, click **Products** and select **1C Managed Cloud**.
2. Go to the **1C Server Clusters** section.
3. Open the cluster page → **Monitoring** tab.
4. Optional: in the **Cluster monitoring** block, filter metrics by date.
5. View the available [cluster metrics](#cluster-metrics).

### Cluster metrics in the control panel \{#cluster-metrics}

<CustomTable>
  <table data-sticky>
    <tbody>
      <tr>
        <th>vCPU</th><td>Cluster node core utilization as a percentage or by count</td>
      </tr>

      <tr>
        <th>Memory</th><td>Memory used excluding cache and temporary data, as a percentage or in megabytes</td>
      </tr>

      <tr>
        <th>Volume</th><td>Disk space used as a percentage or in gigabytes. This takes into account the disk space reserved for administrative purposes and unavailable for databases</td>
      </tr>

      <tr>
        <th>Bandwidth</th><td>Amount of data received (Egress) or transmitted (Ingress) over the network channel in kilobytes per second</td>
      </tr>
    </tbody>
  </table>
</CustomTable>

<ExportMetrics />

<Formbricks />
