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-reference.md
+1-37Lines changed: 1 addition & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,48 +1,23 @@
1
1
---
2
2
title: Monitoring data reference for Azure Cosmos DB
3
3
description: This article contains important reference material you need when you monitor Azure Cosmos DB.
4
-
ms.date: 02/24/2024
4
+
ms.date: 03/02/2024
5
5
ms.custom: horz-monitor
6
6
ms.topic: reference
7
7
ms.author: esarroyo
8
8
author: StefArroyo
9
9
ms.service: cosmos-db
10
10
---
11
11
12
-
<!--
13
-
IMPORTANT
14
-
To make this template easier to use, first:
15
-
1. Search and replace Azure Cosmos DB with the official name of your service.
16
-
2. Search and replace [TODO-replace-with-service-filename] with the service name to use in GitHub filenames.-->
17
-
18
-
<!-- VERSION 3.0 2024_01_01
19
-
For background about this template, see https://review.learn.microsoft.com/en-us/help/contribute/contribute-monitoring?branch=main -->
20
-
21
-
<!-- Most services can use the following sections unchanged. All headings are required unless otherwise noted.
22
-
The sections use #included text you don't have to maintain, which changes when Azure Monitor functionality changes. Add info into the designated service-specific places if necessary. Remove #includes or template content that aren't relevant to your service.
23
-
At a minimum your service should have the following two articles:
24
-
1. The primary monitoring article (based on the template monitor-service-template.md)
25
-
- Title: "Monitor Azure Cosmos DB"
26
-
- TOC title: "Monitor"
27
-
- Filename: "monitor.md"
28
-
2. A reference article that lists all the metrics and logs for your service (based on this template).
29
-
- Title: "Azure Cosmos DB monitoring data reference"
For a list of all Azure Monitor supported metrics, including Azure Cosmos DB, see [Azure Monitor supported metrics](/azure/azure-monitor/essentials/metrics-supported).
44
20
45
-
<!-- Repeat the following section for each resource type/namespace in your service. -->
46
21
### Supported metrics for Microsoft.DocumentDB/DatabaseAccounts
47
22
The following table lists the metrics available for the Microsoft.DocumentDB/DatabaseAccounts resource type.
<!-- Use one of the following includes, depending on whether you have metrics with dimensions.
106
-
- If you have metrics with dimensions, use the following include and list the metrics with dimensions after the include. For an example, see https://learn.microsoft.com/azure/storage/common/monitor-storage-reference#metrics-dimensions. Questions: email [email protected]. -->
<!-- Add at least one resource provider/resource type here. Repeat this section for each resource type/namespace in your service. Example: ### Supported resource logs for Microsoft.Storage/storageAccounts/blobServices -->
160
130
### Supported resource logs for Microsoft.DocumentDB/DatabaseAccounts
@@ -223,14 +192,9 @@ The following table lists properties of resource logs in Azure Cosmos DB. The re
223
192
|**resourceTokenUserRid**|**resourceTokenUserRid_s**| This value is non-empty when [resource tokens](./secure-access-to-data.md#resource-tokens) are used for authentication. The value points to the resource ID of the user. |
224
193
|**responseLength**|**responseLength_s**| The length of the response, in bytes.|
<!-- ## Other schemas. Optional section. Please keep heading in this order. If your service uses other schemas, add the following include and information.
List other schemas and their usage here. These can be resource logs, alerts, event hub formats, etc. depending on what you think is important. You can put JSON messages, API responses not listed in the REST API docs, and other similar types of info here. -->
233
-
234
198
## Related content
235
199
236
200
- See [Monitor Azure Cosmos DB](monitor.md) for a description of monitoring Azure Cosmos DB.
0 commit comments