You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/monitor-cosmos-db-reference.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ ms.service: azure-monitor
7
7
ms.topic: reference
8
8
ms.date: 11/11/2019
9
9
ms.author: bwren
10
+
ms.custom: subject-monitoring
10
11
ms.subservice: logs
11
12
---
12
13
@@ -15,7 +16,7 @@ This article provides a reference of log and metric data collected to analyze th
15
16
16
17
17
18
## 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*.
19
20
20
21
| Azure Storage field or property | Azure Monitor Logs property | Description |
21
22
| --- | --- | --- |
@@ -37,9 +38,13 @@ The following table lists the properties for Azure Cosmos DB resource logs when
37
38
|**responseLength**|**responseLength_s**| The length of the response, in bytes.|
38
39
|**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. |
39
40
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
+
40
43
## Metrics
41
44
The following tables list the platform metrics collected for Azure CosmOS DB. All metrics are stored in the namespace **Cosmos DB standard metrics**.
42
45
46
+
For a list of all Azure Monitor support metrics (including CosmosDB), see [Azure Monitor supported metrics](../azure-monitor/platform/metrics-supported.md).
0 commit comments