<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Metrics on Documentation</title>
    <link>/docs/dbaas/reference/observability/metrics/</link>
    <description>Recent content in Metrics on Documentation</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="/docs/dbaas/reference/observability/metrics/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Introduction</title>
      <link>/docs/dbaas/reference/observability/metrics/introduction/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/docs/dbaas/reference/observability/metrics/introduction/</guid>
      <description>&lt;p&gt;CCX uses Prometheus and exporters for monitoring.&#xA;The monitoring data is exposed though the exports from each node.&#xA;This is a controlled under the Firewall tab in the CCX UI.&lt;/p&gt;</description>
    </item>
    <item>
      <title>MySQL And MariaDB</title>
      <link>/docs/dbaas/reference/observability/metrics/mysql-and-mariadb/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/docs/dbaas/reference/observability/metrics/mysql-and-mariadb/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metrics.html&#34;&gt;&lt;strong&gt;MySQL&lt;/strong&gt;&lt;/a&gt; &lt;strong&gt;/ MariaDB&lt;/strong&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Handler Stats&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Statistics for the handler. Shown as:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Read Rnd&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of requests to read a row based on a fixed position&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Read Rnd Next&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of requests to read a subsequent row in a data file&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Read Next&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of requests to read the next row in key order&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Read Last&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of requests to read the last key in an index&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Read Prev&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of requests to read the previous row in key order&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Read First&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of requests to read a row based on an index key value&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Read Key&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of requests to read the last key in an index&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Update&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of requests to update a row&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Write&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of requests to insert to a table&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Handler Transaction Stats&lt;/li&gt;&#xA;&lt;li&gt;Database Connections&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of connections to the database. Shown as:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Thread Connected&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of clients connected to the database&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Max Connections&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of max connections allowed to the database&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Max Used Connections&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Maximum number of connections in use&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Aborted Clients&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Number of connections aborted due to client not closing&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Aborted Connects&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Number of failed connection attempts&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Connections&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Number of connection attempts&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Queries&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of queries executed&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Scan Operations&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of operations for the operations: SELECT, UPDATE and DELETE&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Table Locking&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of table locks. Shown as:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Table locks immediate&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of table locks that could be granted immediately&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Table locks waited&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of locks that had to be waited due to existing locks or another reason&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Temporary Tables&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of temporary tables created. Shown as:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Temporary tables&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of temporary tables created&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Temporary tables on Disk&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of temporary tables created on disk rather than in memory&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Sorting&lt;/li&gt;&#xA;&lt;li&gt;Aborted Connections&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of failed or aborted connections to the database. Shown as:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Aborted Clients&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Number of connections aborted due to client not closing&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Aborted Connects&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Number of failed connection attempts&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Access Denied Errors&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of unsuccessful authentication attempts&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Memory Utilisation&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>PostgreSQL</title>
      <link>/docs/dbaas/reference/observability/metrics/postgresql/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/docs/dbaas/reference/observability/metrics/postgresql/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.postgresql.org/docs/current/monitoring-stats.html&#34;&gt;&lt;strong&gt;PostgreSQL&lt;/strong&gt;&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;SELECT (fetched)&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of rows fetched by queries to the database&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;SELECT (returned)&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of rows returned by queries to the database&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;INSERT&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of rows inserted to the database&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;UPDATE&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of rows updated in the database&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;DELETE&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of rows deleted in the database&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Active Sessions&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of currently running queries&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Idle Sessions&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of connections to the database that are not currently in use&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Idle Sessions in transaction&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of connections that have begun a transaction but not yet completed while not actively doing work&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Idle Sessions in transaction (aborted)&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of connections that have begun a transaction but did not complete and were forcefully aborted before they could complete&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Lock tables&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Active locks on the database&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Checkpoints requested and timed&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of checkpoints requested and scheduled&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Checkpoint sync time&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Time synchronising checkpoint files to disk&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Checkpoint write time&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Time to write checkpoints to disk&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Redis</title>
      <link>/docs/dbaas/reference/observability/metrics/redis/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/docs/dbaas/reference/observability/metrics/redis/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://docs.redis.com/latest/rs/clusters/monitoring/prometheus-metrics-definitions/&#34;&gt;&lt;strong&gt;Redis&lt;/strong&gt;&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Blocked Clients&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Clients blocked while waiting on a command to execute&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Memory Used&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Amount of memory used by Redis (in bytes)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Connected Clients&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of clients connected to Redis&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Redis commands per second&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of commands processed per second&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Total keys&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The total count of all keys stored by Redis&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Replica Lag&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The lag (in seconds) between the primary and the replica(s)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>System</title>
      <link>/docs/dbaas/reference/observability/metrics/system/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/docs/dbaas/reference/observability/metrics/system/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;System&lt;/strong&gt; - Hardware level metrics for your Datastore&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Load Average&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The overall load on your Datastore within the preset period&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;CPU Usage&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The breakdown of CPU utilisation for your Datastore, including both &lt;code&gt;System&lt;/code&gt; and &lt;code&gt;User&lt;/code&gt; processes&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;RAM Usage&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The amount of RAM (in Gigabytes) used and available within the preset period&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Network Usage&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The amount of data (in Kilobits or Megabits per second) received and sent within the preset period&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Disk Usage&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The total amount of storage used (in Gigabytes) and what is available within the preset period&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Disk IO&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The input and output utilisation for your disk within the preset period&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Disk IOPS&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The number of read and write operations within the preset period&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Disk Throughput&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The amount of data (in Megabytes per second) that is being read from, or written to, the disk within the preset period&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Valkey</title>
      <link>/docs/dbaas/reference/observability/metrics/valkey/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/docs/dbaas/reference/observability/metrics/valkey/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://docs.redis.com/latest/rs/clusters/monitoring/prometheus-metrics-definitions/&#34;&gt;&lt;strong&gt;Valkey&lt;/strong&gt;&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Blocked Clients&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Clients blocked while waiting on a command to execute&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Memory Used&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Amount of memory used by Valkey (in bytes)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Connected Clients&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of clients connected to Valkey&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Valkey commands per second&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Count of commands processed per second&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Total keys&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The total count of all keys stored by Valkey&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Replica Lag&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The lag (in seconds) between the primary and the replica(s)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
  </channel>
</rss>
