Skip to content

Latest commit

 

History

History
1661 lines (1305 loc) · 31.2 KB

aws-neptune-monitoring-integration.mdx

File metadata and controls

1661 lines (1305 loc) · 31.2 KB
title tags metaDescription redirects freshnessValidatedDate
Amazon Neptune monitoring integration
Integrations
Amazon integrations
AWS integrations list
New Relic's AWS Neptune monitoring integration: what data it reports, and how to enable it.
/docs/integrations/amazon-integrations/aws-integrations-list/aws-neptune-monitoring-integration
/docs/aws-aws_neptune-integration
never
Enable the [AWS CloudWatch Metric Streams integration](/docs/infrastructure/amazon-integrations/aws-integrations-list/aws-metric-stream/) to monitor all CloudWatch metrics from your AWS services, including custom namespaces. Individual integrations are no longer our recommended option.

New Relic infrastructure integrations include an integration for reporting your Amazon Neptune data to New Relic. This document explains how to activate this integration and describes the data that can be reported.

Activate integration [#activate]

To enable this integration, follow standard procedures to connect AWS services to New Relic.

Configuration and polling [#polling]

You can change the polling frequency and filter data using configuration options.

Default polling information for the Amazon Neptune integration:

  • New Relic polling interval: 5 minutes
  • Amazon CloudWatch data interval: 1 minute

View and use data [#find-data]

To view and use your integration data, go to one.newrelic.com > All capabilities > Infrastructure > AWS and select an integration.

You can query and explore your data using the following event type:

  <th>
    Event type
  </th>

  <th>
    Provider
  </th>
</tr>
  <td>
    `AwsNeptuneInstanceSample`
  </td>

  <td>
    `AwsNeptuneInstance`
  </td>
</tr>

<tr>
  <td>
    [Cluster](#cluster)
  </td>

  <td>
    `AwsNeptuneClusterSample`
  </td>

  <td>
    `AwsNeptuneCluster`
  </td>
</tr>

<tr>
  <td>
    [ClusterByRole](#clusterByRole)
  </td>

  <td>
    `AwsNeptuneClusterByRoleSample`
  </td>

  <td>
    `AwsNeptuneClusterByRole`
  </td>
</tr>

<tr>
  <td>
    [DatabaseClass](#database-class)
  </td>

  <td>
    `AwsNeptuneDatabaseClassSample`
  </td>

  <td>
    `AwsNeptuneDatabaseClass`
  </td>
</tr>
Entity
[Instance](#instance)

Metric data [#metrics]

This integration collects Amazon Neptune data for Instance, Cluster, ClusterByRole and DatabaseClass.

Neptune Instance data [#instance]

  <th style={{ width: "150px" }}>
    Unit
  </th>

  <th>
    Description
  </th>
</tr>
  <td>
    Bytes
  </td>

  <td>
    The total amount of backup storage, in bytes, used to support from the Neptune DB cluster's backup retention window. Included in the total reported by the TotalBackupStorageBilled metric.
  </td>
</tr>

<tr>
  <td>
    `clusterReplicaLag`
  </td>

  <td>
    Milliseconds
  </td>

  <td>
    For a read replica, the amount of lag when replicating updates from the primary instance, in milliseconds.
  </td>
</tr>

<tr>
  <td>
    `clusterReplicaLagMaximum`
  </td>

  <td>
    Milliseconds
  </td>

  <td>
    The maximum amount of lag between the primary instance and each Neptune DB instance in the DB cluster, in milliseconds.
  </td>
</tr>

<tr>
  <td>
    `clusterReplicaLagMinimum`
  </td>

  <td>
    Milliseconds
  </td>

  <td>
    The minimum amount of lag between the primary instance and each Neptune DB instance in the DB cluster, in milliseconds.
  </td>
</tr>

<tr>
  <td>
    `cpuUtilization`
  </td>

  <td>
    Percent
  </td>

  <td>
    The percentage of CPU utilization.
  </td>
</tr>

<tr>
  <td>
    `engineUptime`
  </td>

  <td>
    Seconds
  </td>

  <td>
    The amount of time that the instance has been running, in seconds.
  </td>
</tr>

<tr>
  <td>
    `freeableMemory`
  </td>

  <td>
    Bytes
  </td>

  <td>
    The amount of available random access memory, in bytes.
  </td>
</tr>

<tr>
  <td>
    `gremlinRequestsPerSec`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of requests per second to the Gremlin engine.
  </td>
</tr>

<tr>
  <td>
    `gremlinWebSocketOpenConnections`
  </td>

  <td>
    Count
  </td>

  <td>
    The number of open WebSocket connections to Neptune.
  </td>
</tr>

<tr>
  <td>
    `loaderRequestsPerSec`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of loader requests per second.
  </td>
</tr>

<tr>
  <td>
    `mainRequestQueuePendingRequests`
  </td>

  <td>
    Count
  </td>

  <td>
    The number of requests waiting in the input queue pending execution. Neptune starts throttling requests when they exceed the maximum queue capacity.
  </td>
</tr>

<tr>
  <td>
    `networkReceiveThroughput`
  </td>

  <td>
    BytesPerSecond
  </td>

  <td>
    The incoming (Receive) network traffic on the DB instance, including both customer database traffic and Neptune traffic used for monitoring and replication, in bytes/second.
  </td>
</tr>

<tr>
  <td>
    `networkThroughput`
  </td>

  <td>
    BytesPerSecond
  </td>

  <td>
    The amount of network throughput both received from and transmitted to clients by each instance in the Neptune DB cluster, in bytes per second. This throughput doesn't include network traffic between instances in the DB cluster and the cluster volume.
  </td>
</tr>

<tr>
  <td>
    `networkTransmitThroughput`
  </td>

  <td>
    BytesPerSecond
  </td>

  <td>
    The outgoing (Transmit) network traffic on the DB instance, including both customer database traffic and Neptune traffic used for monitoring and replication, in bytes/second.
  </td>
</tr>

<tr>
  <td>
    `numTxCommitted`
  </td>

  <td>
    Count
  </td>

  <td>
    The number of transactions successfully committed per second.
  </td>
</tr>

<tr>
  <td>
    `numTxOpened`
  </td>

  <td>
    Count
  </td>

  <td>
    The number of transactions opened on the server per second.
  </td>
</tr>

<tr>
  <td>
    `numTxRolledBack`
  </td>

  <td>
    Count
  </td>

  <td>
    The number of transactions per second rolled back on the server because of errors.
  </td>
</tr>

<tr>
  <td>
    `snapshotStorageUsed`
  </td>

  <td>
    Bytes
  </td>

  <td>
    The total amount of backup storage consumed by all snapshots for a Neptune DB cluster outside its backup retention window, in bytes. Included in the total reported by the TotalBackupStorageBilled metric.
  </td>
</tr>

<tr>
  <td>
    `sparqlRequestsPerSec`
  </td>

  <td>
    Count
  </td>

  <td>
    The number of requests per second to the SPARQL engine.
  </td>
</tr>

<tr>
  <td>
    `totalBackupStorageBilled`
  </td>

  <td>
    Bytes
  </td>

  <td>
    The total amount of backup storage for which you are billed for a given Neptune DB cluster, in bytes. Includes the backup storage measured by the BackupRetentionPeriodStorageUsed and SnapshotStorageUsed metrics.
  </td>
</tr>

<tr>
  <td>
    `totalRequestsPerSec`
  </td>

  <td>
    Count
  </td>

  <td>
    The total number of requests per second to the server from all sources.
  </td>
</tr>

<tr>
  <td>
    `totalClientErrorsPerSec`
  </td>

  <td>
    Count
  </td>

  <td>
    The total number per second of requests that errored out because of client-side issues.
  </td>
</tr>

<tr>
  <td>
    `totalServerErrorsPerSec`
  </td>

  <td>
    Count
  </td>

  <td>
    The total number per second of requests that errored out on the server because of internal failures.
  </td>
</tr>

<tr>
  <td>
    `volumeBytesUsed`
  </td>

  <td>
    Bytes
  </td>

  <td>
    The amount of storage used by your Neptune DB instance, in bytes. This value affects the cost of the Neptune DB cluster.
  </td>
</tr>

<tr>
  <td>
    `volumeReadIOPs`
  </td>

  <td>
    Count
  </td>

  <td>
    The average number of billed read I/O operations from a cluster volume, reported at 5-minute intervals. Billed read operations are calculated at the cluster volume level, aggregated from all instances in the Neptune DB cluster, and then reported at 5-minute intervals.
  </td>
</tr>

<tr>
  <td>
    `volumeWriteIOPs`
  </td>

  <td>
    Count
  </td>

  <td>
    The average number of write disk I/O operations to the cluster volume, reported at 5-minute intervals.
  </td>
</tr>
Metric
`backupRetentionPeriodStorageUsed`

Neptune Cluster data [#cluster]

  <th style={{ width: "150px" }}>
    Unit
  </th>

  <th>
    Description
  </th>
</tr>
  <td>
    Bytes
  </td>

  <td>
    The total amount of backup storage, in bytes, used to support from the Neptune DB cluster's backup retention window. Included in the total reported by the TotalBackupStorageBilled metric.
  </td>
</tr>

<tr>
  <td>
    `clusterReplicaLag`
  </td>

  <td>
    Milliseconds
  </td>

  <td>
    For a read replica, the amount of lag when replicating updates from the primary instance, in milliseconds.
  </td>
</tr>

<tr>
  <td>
    `clusterReplicaLagMaximum`
  </td>

  <td>
    Milliseconds
  </td>

  <td>
    The maximum amount of lag between the primary instance and each Neptune DB instance in the DB cluster, in milliseconds.
  </td>
</tr>

<tr>
  <td>
    `clusterReplicaLagMinimum`
  </td>

  <td>
    Milliseconds
  </td>

  <td>
    The minimum amount of lag between the primary instance and each Neptune DB instance in the DB cluster, in milliseconds.
  </td>
</tr>

<tr>
  <td>
    `cpuUtilization`
  </td>

  <td>
    Percent
  </td>

  <td>
    The percentage of CPU utilization.
  </td>
</tr>

<tr>
  <td>
    `engineUptime`
  </td>

  <td>
    Seconds
  </td>

  <td>
    The amount of time that the instance has been running, in seconds.
  </td>
</tr>

<tr>
  <td>
    `freeableMemory`
  </td>

  <td>
    Bytes
  </td>

  <td>
    The amount of available random access memory, in bytes.
  </td>
</tr>

<tr>
  <td>
    `gremlinRequestsPerSec`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of requests per second to the Gremlin engine.
  </td>
</tr>

<tr>
  <td>
    `gremlinWebSocketOpenConnections`
  </td>

  <td>
    Count
  </td>

  <td>
    The number of open WebSocket connections to Neptune.
  </td>
</tr>

<tr>
  <td>
    `loaderRequestsPerSec`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of loader requests per second.
  </td>
</tr>

<tr>
  <td>
    `mainRequestQueuePendingRequests`
  </td>

  <td>
    Count
  </td>

  <td>
    The number of requests waiting in the input queue pending execution. Neptune starts throttling requests when they exceed the maximum queue capacity.
  </td>
</tr>

<tr>
  <td>
    `networkReceiveThroughput`
  </td>

  <td>
    BytesPerSecond
  </td>

  <td>
    The incoming (Receive) network traffic on the DB instance, including both customer database traffic and Neptune traffic used for monitoring and replication, in bytes/second.
  </td>
</tr>

<tr>
  <td>
    `networkThroughput`
  </td>

  <td>
    BytesPerSecond
  </td>

  <td>
    The amount of network throughput both received from and transmitted to clients by each instance in the Neptune DB cluster, in bytes per second. This throughput doesn't include network traffic between instances in the DB cluster and the cluster volume.
  </td>
</tr>

<tr>
  <td>
    `networkTransmitThroughput`
  </td>

  <td>
    BytesPerSecond
  </td>

  <td>
    The outgoing (Transmit) network traffic on the DB instance, including both customer database traffic and Neptune traffic used for monitoring and replication, in bytes/second.
  </td>
</tr>

<tr>
  <td>
    `numTxCommitted`
  </td>

  <td>
    Count
  </td>

  <td>
    The number of transactions successfully committed per second.
  </td>
</tr>

<tr>
  <td>
    `numTxOpened`
  </td>

  <td>
    Count
  </td>

  <td>
    The number of transactions opened on the server per second.
  </td>
</tr>

<tr>
  <td>
    `numTxRolledBack`
  </td>

  <td>
    Count
  </td>

  <td>
    The number of transactions per second rolled back on the server because of errors.
  </td>
</tr>

<tr>
  <td>
    `snapshotStorageUsed`
  </td>

  <td>
    Bytes
  </td>

  <td>
    The total amount of backup storage consumed by all snapshots for a Neptune DB cluster outside its backup retention window, in bytes. Included in the total reported by the TotalBackupStorageBilled metric.
  </td>
</tr>

<tr>
  <td>
    `sparqlRequestsPerSec`
  </td>

  <td>
    Count
  </td>

  <td>
    The number of requests per second to the SPARQL engine.
  </td>
</tr>

<tr>
  <td>
    `totalBackupStorageBilled`
  </td>

  <td>
    Bytes
  </td>

  <td>
    The total amount of backup storage for which you are billed for a given Neptune DB cluster, in bytes. Includes the backup storage measured by the BackupRetentionPeriodStorageUsed and SnapshotStorageUsed metrics.
  </td>
</tr>

<tr>
  <td>
    `totalRequestsPerSec`
  </td>

  <td>
    Count
  </td>

  <td>
    The total number of requests per second to the server from all sources.
  </td>
</tr>

<tr>
  <td>
    `totalClientErrorsPerSec`
  </td>

  <td>
    Count
  </td>

  <td>
    The total number per second of requests that errored out because of client-side issues.
  </td>
</tr>

<tr>
  <td>
    `totalServerErrorsPerSec`
  </td>

  <td>
    Count
  </td>

  <td>
    The total number per second of requests that errored out on the server because of internal failures.
  </td>
</tr>

<tr>
  <td>
    `volumeBytesUsed`
  </td>

  <td>
    Bytes
  </td>

  <td>
    The amount of storage used by your Neptune DB instance, in bytes. This value affects the cost of the Neptune DB cluster.
  </td>
</tr>

<tr>
  <td>
    `volumeReadIOPs`
  </td>

  <td>
    Count
  </td>

  <td>
    The average number of billed read I/O operations from a cluster volume, reported at 5-minute intervals. Billed read operations are calculated at the cluster volume level, aggregated from all instances in the Neptune DB cluster, and then reported at 5-minute intervals.
  </td>
</tr>

<tr>
  <td>
    `volumeWriteIOPs`
  </td>

  <td>
    Count
  </td>

  <td>
    The average number of write disk I/O operations to the cluster volume, reported at 5-minute intervals.
  </td>
</tr>
Metric
`backupRetentionPeriodStorageUsed`

Neptune ClusterByRole data [#clusterByRole]

  <th style={{ width: "150px" }}>
    Unit
  </th>

  <th>
    Description
  </th>
</tr>
  <td>
    Bytes
  </td>

  <td>
    The total amount of backup storage, in bytes, used to support from the Neptune DB cluster's backup retention window. Included in the total reported by the TotalBackupStorageBilled metric.
  </td>
</tr>

<tr>
  <td>
    `clusterReplicaLag`
  </td>

  <td>
    Milliseconds
  </td>

  <td>
    For a read replica, the amount of lag when replicating updates from the primary instance, in milliseconds.
  </td>
</tr>

<tr>
  <td>
    `clusterReplicaLagMaximum`
  </td>

  <td>
    Milliseconds
  </td>

  <td>
    The maximum amount of lag between the primary instance and each Neptune DB instance in the DB cluster, in milliseconds.
  </td>
</tr>

<tr>
  <td>
    `clusterReplicaLagMinimum`
  </td>

  <td>
    Milliseconds
  </td>

  <td>
    The minimum amount of lag between the primary instance and each Neptune DB instance in the DB cluster, in milliseconds.
  </td>
</tr>

<tr>
  <td>
    `cpuUtilization`
  </td>

  <td>
    Percent
  </td>

  <td>
    The percentage of CPU utilization.
  </td>
</tr>

<tr>
  <td>
    `engineUptime`
  </td>

  <td>
    Seconds
  </td>

  <td>
    The amount of time that the instance has been running, in seconds.
  </td>
</tr>

<tr>
  <td>
    `freeableMemory`
  </td>

  <td>
    Bytes
  </td>

  <td>
    The amount of available random access memory, in bytes.
  </td>
</tr>

<tr>
  <td>
    `gremlinRequestsPerSec`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of requests per second to the Gremlin engine.
  </td>
</tr>

<tr>
  <td>
    `gremlinWebSocketOpenConnections`
  </td>

  <td>
    Count
  </td>

  <td>
    The number of open WebSocket connections to Neptune.
  </td>
</tr>

<tr>
  <td>
    `loaderRequestsPerSec`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of loader requests per second.
  </td>
</tr>

<tr>
  <td>
    `mainRequestQueuePendingRequests`
  </td>

  <td>
    Count
  </td>

  <td>
    The number of requests waiting in the input queue pending execution. Neptune starts throttling requests when they exceed the maximum queue capacity.
  </td>
</tr>

<tr>
  <td>
    `networkReceiveThroughput`
  </td>

  <td>
    BytesPerSecond
  </td>

  <td>
    The incoming (Receive) network traffic on the DB instance, including both customer database traffic and Neptune traffic used for monitoring and replication, in bytes/second.
  </td>
</tr>

<tr>
  <td>
    `networkThroughput`
  </td>

  <td>
    BytesPerSecond
  </td>

  <td>
    The amount of network throughput both received from and transmitted to clients by each instance in the Neptune DB cluster, in bytes per second. This throughput doesn't include network traffic between instances in the DB cluster and the cluster volume.
  </td>
</tr>

<tr>
  <td>
    `networkTransmitThroughput`
  </td>

  <td>
    BytesPerSecond
  </td>

  <td>
    The outgoing (Transmit) network traffic on the DB instance, including both customer database traffic and Neptune traffic used for monitoring and replication, in bytes/second.
  </td>
</tr>

<tr>
  <td>
    `numTxCommitted`
  </td>

  <td>
    Count
  </td>

  <td>
    The number of transactions successfully committed per second.
  </td>
</tr>

<tr>
  <td>
    `numTxOpened`
  </td>

  <td>
    Count
  </td>

  <td>
    The number of transactions opened on the server per second.
  </td>
</tr>

<tr>
  <td>
    `numTxRolledBack`
  </td>

  <td>
    Count
  </td>

  <td>
    The number of transactions per second rolled back on the server because of errors.
  </td>
</tr>

<tr>
  <td>
    `snapshotStorageUsed`
  </td>

  <td>
    Bytes
  </td>

  <td>
    The total amount of backup storage consumed by all snapshots for a Neptune DB cluster outside its backup retention window, in bytes. Included in the total reported by the TotalBackupStorageBilled metric.
  </td>
</tr>

<tr>
  <td>
    `sparqlRequestsPerSec`
  </td>

  <td>
    Count
  </td>

  <td>
    The number of requests per second to the SPARQL engine.
  </td>
</tr>

<tr>
  <td>
    `totalBackupStorageBilled`
  </td>

  <td>
    Bytes
  </td>

  <td>
    The total amount of backup storage for which you are billed for a given Neptune DB cluster, in bytes. Includes the backup storage measured by the BackupRetentionPeriodStorageUsed and SnapshotStorageUsed metrics.
  </td>
</tr>

<tr>
  <td>
    `totalRequestsPerSec`
  </td>

  <td>
    Count
  </td>

  <td>
    The total number of requests per second to the server from all sources.
  </td>
</tr>

<tr>
  <td>
    `totalClientErrorsPerSec`
  </td>

  <td>
    Count
  </td>

  <td>
    The total number per second of requests that errored out because of client-side issues.
  </td>
</tr>

<tr>
  <td>
    `totalServerErrorsPerSec`
  </td>

  <td>
    Count
  </td>

  <td>
    The total number per second of requests that errored out on the server because of internal failures.
  </td>
</tr>

<tr>
  <td>
    `volumeBytesUsed`
  </td>

  <td>
    Bytes
  </td>

  <td>
    The amount of storage used by your Neptune DB instance, in bytes. This value affects the cost of the Neptune DB cluster.
  </td>
</tr>

<tr>
  <td>
    `volumeReadIOPs`
  </td>

  <td>
    Count
  </td>

  <td>
    The average number of billed read I/O operations from a cluster volume, reported at 5-minute intervals. Billed read operations are calculated at the cluster volume level, aggregated from all instances in the Neptune DB cluster, and then reported at 5-minute intervals.
  </td>
</tr>

<tr>
  <td>
    `volumeWriteIOPs`
  </td>

  <td>
    Count
  </td>

  <td>
    The average number of write disk I/O operations to the cluster volume, reported at 5-minute intervals.
  </td>
</tr>
Metric
`backupRetentionPeriodStorageUsed`

Neptune DatabaseClass data [#database-class]

  <th style={{ width: "150px" }}>
    Unit
  </th>

  <th>
    Description
  </th>
</tr>
  <td>
    Bytes
  </td>

  <td>
    The total amount of backup storage, in bytes, used to support from the Neptune DB cluster's backup retention window. Included in the total reported by the `TotalBackupStorageBilled` metric.
  </td>
</tr>

<tr>
  <td>
    `clusterReplicaLag`
  </td>

  <td>
    Milliseconds
  </td>

  <td>
    For a read replica, the amount of lag when replicating updates from the primary instance, in milliseconds.
  </td>
</tr>

<tr>
  <td>
    `clusterReplicaLagMaximum`
  </td>

  <td>
    Milliseconds
  </td>

  <td>
    The maximum amount of lag between the primary instance and each Neptune DB instance in the DB cluster, in milliseconds.
  </td>
</tr>

<tr>
  <td>
    `clusterReplicaLagMinimum`
  </td>

  <td>
    Milliseconds
  </td>

  <td>
    The minimum amount of lag between the primary instance and each Neptune DB instance in the DB cluster, in milliseconds.
  </td>
</tr>

<tr>
  <td>
    `cpuUtilization`
  </td>

  <td>
    Percent
  </td>

  <td>
    The percentage of CPU utilization.
  </td>
</tr>

<tr>
  <td>
    `engineUptime`
  </td>

  <td>
    Seconds
  </td>

  <td>
    The amount of time that the instance has been running, in seconds.
  </td>
</tr>

<tr>
  <td>
    `freeableMemory`
  </td>

  <td>
    Bytes
  </td>

  <td>
    The amount of available random access memory, in bytes.
  </td>
</tr>

<tr>
  <td>
    `gremlinRequestsPerSec`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of requests per second to the Gremlin engine.
  </td>
</tr>

<tr>
  <td>
    `gremlinWebSocketOpenConnections`
  </td>

  <td>
    Count
  </td>

  <td>
    The number of open WebSocket connections to Neptune.
  </td>
</tr>

<tr>
  <td>
    `loaderRequestsPerSec`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of loader requests per second.
  </td>
</tr>

<tr>
  <td>
    `mainRequestQueuePendingRequests`
  </td>

  <td>
    Count
  </td>

  <td>
    The number of requests waiting in the input queue pending execution. Neptune starts throttling requests when they exceed the maximum queue capacity.
  </td>
</tr>

<tr>
  <td>
    `networkReceiveThroughput`
  </td>

  <td>
    BytesPerSecond
  </td>

  <td>
    The incoming (Receive) network traffic on the DB instance, including both customer database traffic and Neptune traffic used for monitoring and replication, in bytes/second.
  </td>
</tr>

<tr>
  <td>
    `networkThroughput`
  </td>

  <td>
    BytesPerSecond
  </td>

  <td>
    The amount of network throughput both received from and transmitted to clients by each instance in the Neptune DB cluster, in bytes per second. This throughput doesn't include network traffic between instances in the DB cluster and the cluster volume.
  </td>
</tr>

<tr>
  <td>
    `networkTransmitThroughput`
  </td>

  <td>
    BytesPerSecond
  </td>

  <td>
    The outgoing (Transmit) network traffic on the DB instance, including both customer database traffic and Neptune traffic used for monitoring and replication, in bytes/second.
  </td>
</tr>

<tr>
  <td>
    `numTxCommitted`
  </td>

  <td>
    Count
  </td>

  <td>
    The number of transactions successfully committed per second.
  </td>
</tr>

<tr>
  <td>
    `numTxOpened`
  </td>

  <td>
    Count
  </td>

  <td>
    The number of transactions opened on the server per second.
  </td>
</tr>

<tr>
  <td>
    `numTxRolledBack`
  </td>

  <td>
    Count
  </td>

  <td>
    The number of transactions per second rolled back on the server because of errors.
  </td>
</tr>

<tr>
  <td>
    `snapshotStorageUsed`
  </td>

  <td>
    Bytes
  </td>

  <td>
    The total amount of backup storage consumed by all snapshots for a Neptune DB cluster outside its backup retention window, in bytes. Included in the total reported by the `TotalBackupStorageBilled` metric.
  </td>
</tr>

<tr>
  <td>
    `sparqlRequestsPerSec`
  </td>

  <td>
    Count
  </td>

  <td>
    The number of requests per second to the `SPARQL` engine.
  </td>
</tr>

<tr>
  <td>
    `totalBackupStorageBilled`
  </td>

  <td>
    Bytes
  </td>

  <td>
    The total amount of backup storage for which you are billed for a given Neptune DB cluster, in bytes. Includes the backup storage measured by the `BackupRetentionPeriodStorageUsed` and `SnapshotStorageUsed` metrics.
  </td>
</tr>

<tr>
  <td>
    `totalRequestsPerSec`
  </td>

  <td>
    Count
  </td>

  <td>
    The total number of requests per second to the server from all sources.
  </td>
</tr>

<tr>
  <td>
    `totalClientErrorsPerSec`
  </td>

  <td>
    Count
  </td>

  <td>
    The total number per second of requests that errored out because of client-side issues.
  </td>
</tr>

<tr>
  <td>
    `totalServerErrorsPerSec`
  </td>

  <td>
    Count
  </td>

  <td>
    The total number per second of requests that errored out on the server because of internal failures.
  </td>
</tr>

<tr>
  <td>
    `volumeBytesUsed`
  </td>

  <td>
    Bytes
  </td>

  <td>
    The amount of storage used by your Neptune DB instance, in bytes. This value affects the cost of the Neptune DB cluster.
  </td>
</tr>

<tr>
  <td>
    `volumeReadIOPs`
  </td>

  <td>
    Count
  </td>

  <td>
    The average number of billed read I/O operations from a cluster volume, reported at 5-minute intervals. Billed read operations are calculated at the cluster volume level, aggregated from all instances in the Neptune DB cluster, and then reported at 5-minute intervals.
  </td>
</tr>

<tr>
  <td>
    `volumeWriteIOPs`
  </td>

  <td>
    Count
  </td>

  <td>
    The average number of write disk I/O operations to the cluster volume, reported at 5-minute intervals.
  </td>
</tr>
Metric
`backupRetentionPeriodStorageUsed`