Skip to content

Commit

Permalink
Merge pull request #17236 from ASchneider-GitHub/patch-7
Browse files Browse the repository at this point in the history
docs: Removed duplicate table from Metrics summary
  • Loading branch information
akristen committed May 8, 2024
2 parents af660a6 + 9998815 commit 8639f29
Showing 1 changed file with 0 additions and 288 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -747,294 +747,6 @@ To view metrics reported by the Cosmos DB integration, query the Entities below.
</tbody>
</table>

### DataBase Data

<table>
<thead>
<tr>
<th style={{ width: "290px" }}>
Metric
</th>

<th>
Description
</th>

<th style={{ width: "210px" }}>
Metadata
</th>
</tr>
</thead>

<tbody>
<tr>
<td>
`totalRequests`
</td>

<td>
Total number of requests.
</td>

<td>
* `account`
* `databaseName`
* `region`
* `statusCode`
</td>
</tr>

<tr>
<td>
`metadataRequests`
</td>

<td>
Count of metadata requests.
</td>

<td>
* `account`
* `databaseName`
* `region`
* `statusCode`
</td>
</tr>

<tr>
<td>
`mongoRequests`
</td>

<td>
Count of Mongo requests made.
</td>

<td>
* `account`
* `databaseName`
* `region`
* `commandName`
* `errorCode`
</td>
</tr>

<tr>
<td>
`mongoRequestCharge`
</td>

<td>
Total number of Mongo request units consumed.
</td>

<td>
* `account`
* `databaseName`
* `region`
* `commandName`
* `errorCode`
</td>
</tr>

<tr>
<td>
`totalRequestUnits`
</td>

<td>
Total number of request units consumed.
</td>

<td>
* `account`
* `databaseName`
* `region`
* `statusCode`
</td>
</tr>

<tr>
<td>
`provisionedThroughput`
</td>

<td>
Throughput provisioned for the database or collection.
</td>

<td>
* `account`
* `databaseName`
</td>
</tr>

<tr>
<td>
`availableStorageBytes`
</td>

<td>
Total available storage, in bytes.
</td>

<td>
* `account`
* `databaseName`
* `region`
</td>
</tr>

<tr>
<td>
`dataUsageBytes`
</td>

<td>
Total data usage reported, in bytes.
</td>

<td>
* `account`
* `databaseName`
* `region`
</td>
</tr>

<tr>
<td>
`indexUsageBytes`
</td>

<td>
Total index usage reported, in bytes.
</td>

<td>
* `account`
* `databaseName`
* `region`
</td>
</tr>

<tr>
<td>
`documentQuotaBytes`
</td>

<td>
Total storage quota reported, in bytes.
</td>

<td>
* `account`
* `databaseName`
* `region`
</td>
</tr>

<tr>
<td>
`documentCount`
</td>

<td>
Total document count reported.
</td>

<td>
* `account`
* `databaseName`
* `region`
</td>
</tr>

<tr>
<td>
`replicationLatencyMilliseconds`
</td>

<td>
P99 replication latency across source and target regions for geo-enabled account, in milliseconds.
</td>

<td>
* `account`
* `sourceRegion`
* `targetRegion`
</td>
</tr>

<tr>
<td>
`serviceAvailabilityPercent`
</td>

<td>
Account requests availability percentage in hour, day, or month granularity.
</td>

<td>
No specific metadata.
</td>
</tr>

<tr>
<td>
`cassandraRequests`
</td>

<td>
Count of Cassandra requests made.
</td>

<td>
* `account`
* `databaseName`
* `errorCode`
* `opperationType`
* `region`
* `resourceType`
</td>
</tr>

<tr>
<td>
`cassandraRequestCharges`
</td>

<td>
Total number of request units consumed for Cassandra requests.
</td>

<td>
* `account`
* `databaseName`
* `errorCode`
* `opperationType`
* `region`
* `resourceType`
</td>
</tr>

<tr>
<td>
`cassandraConnectionClosures`
</td>

<td>
Total number of Cassandra connections that were closed.
</td>

<td>
* `account`
* `closureReason`
* `region`
</td>
</tr>
</tbody>
</table>

### Collection Data

<table>
Expand Down

0 comments on commit 8639f29

Please sign in to comment.