Skip to content

Commit 6a98603

Browse files
authored
Merge pull request #96490 from rboucher/patch-7
add monitoring fundamentals metadata
2 parents c0a96bb + b9924ec commit 6a98603

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/cosmos-db/monitor-cosmos-db-reference.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ms.service: azure-monitor
77
ms.topic: reference
88
ms.date: 11/11/2019
99
ms.author: bwren
10+
ms.custom: subject-monitoring
1011
ms.subservice: logs
1112
---
1213

@@ -15,7 +16,7 @@ This article provides a reference of log and metric data collected to analyze th
1516

1617

1718
## Resource logs
18-
The following table lists the properties for Azure Cosmos DB resource logs when they're collected in Azure Monitor Logs or Azure Storage. In Azure Monitor Logs, they're collected in the **AzureDiagnostics** table with a **ResourceProvider** value of *MICROSOFT.DOCUMENTDB*.
19+
The following table lists the properties for Azure Cosmos DB resource logs when they're collected in Azure Monitor Logs or Azure Storage. In Azure Monitor Logs, they're collected in the **AzureDiagnostics** table with a **ResourceProvider** value of *MICROSOFT.DOCUMENTDB*.
1920

2021
| Azure Storage field or property | Azure Monitor Logs property | Description |
2122
| --- | --- | --- |
@@ -37,9 +38,13 @@ The following table lists the properties for Azure Cosmos DB resource logs when
3738
| **responseLength** | **responseLength_s** | The length of the response, in bytes.|
3839
| **resourceTokenUserRid** | **resourceTokenUserRid_s** | This value is non-empty when [resource tokens](https://docs.microsoft.com/azure/cosmos-db/secure-access-to-data#resource-tokens) are used for authentication. The value points to the resource ID of the user. |
3940

41+
For a list of all Azure Monitor log categories and links to associated schemas, see [Azure Monitor Logs categories and schemas](../azure-monitor/platform/diagnostic-logs-schema.md).
42+
4043
## Metrics
4144
The following tables list the platform metrics collected for Azure CosmOS DB. All metrics are stored in the namespace **Cosmos DB standard metrics**.
4245

46+
For a list of all Azure Monitor support metrics (including CosmosDB), see [Azure Monitor supported metrics](../azure-monitor/platform/metrics-supported.md).
47+
4348
#### Request metrics
4449
4550
|Metric (Metric Display Name)|Unit (Aggregation Type) |Description|Dimensions| Time granularities| Legacy metric mapping | Usage |
@@ -91,4 +96,4 @@ The following tables list the platform metrics collected for Azure CosmOS DB. Al
9196
## See Also
9297

9398
- See [Monitoring Azure Cosmos DB](monitor-cosmos-db.md) for a description of monitoring Azure Cosmos DB.
94-
- See [Monitoring Azure resources with Azure Monitor](../azure-monitor/insights/monitor-azure-resource.md) for details on monitoring Azure resources.
99+
- See [Monitoring Azure resources with Azure Monitor](../azure-monitor/insights/monitor-azure-resource.md) for details on monitoring Azure resources.

0 commit comments

Comments
 (0)