Skip to content

Commit c1b52e8

Browse files
authored
Merge pull request #95546 from SnehaGunda/MongoDB3.6
Updating autopilot doc image
2 parents 7cdd110 + e316f5d commit c1b52e8

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

articles/cosmos-db/logging.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ Now that you've enabled data collection, run the following log search example by
396396
![Sample log search for the 10 most recent logs](./media/logging/log-analytics-query.png)
397397

398398
<a id="#queries"></a>
399-
### CosmosDB Log Analytics queries in Azure Monitor
399+
### Azure Cosmos DB Log Analytics queries in Azure Monitor
400400

401401
Here are some additional queries that you can enter into the **Log search** box to help you monitor your Azure Cosmos containers. These queries work with the [new language](../log-analytics/log-analytics-log-search-upgrade.md).
402402

@@ -440,6 +440,7 @@ To learn about the meaning of the data that's returned by each log search, see [
440440
| where Caller == "[email protected]" and ResourceProvider=="MICROSOFT.DOCUMENTDB" and Category=="DataPlaneRequests"
441441
| summarize count() by Resource
442442
```
443+
443444
> [!NOTE]
444445
> This command is for an activity log, not a diagnostic log.
445446
@@ -457,8 +458,6 @@ To learn about the meaning of the data that's returned by each log search, see [
457458
| order by requestCharge_s desc
458459
| limit 100
459460
```
460-
461-
462461
463462
* To query for which operations take longer than 3 milliseconds:
464463
@@ -491,11 +490,8 @@ To learn about the meaning of the data that's returned by each log search, see [
491490
AzureDiagnostics
492491
| where ResourceProvider=="MICROSOFT.DOCUMENTDB" and Category=="PartitionKeyStatistics"
493492
| project SubscriptionId, regionName_s, databaseName_s, collectionname_s, partitionkey_s, sizeKb_s, ResourceId
494-
495-
496493
```
497494
498-
499495
For more information about how to use the new Log Search language, see [Understand log searches in Azure Monitor logs](../log-analytics/log-analytics-log-search-new.md).
500496
501497
## <a id="interpret"></a>Interpret your logs
-23.9 KB
Loading

articles/cosmos-db/provision-throughput-autopilot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In addition to manual provisioning of throughput, you can now configure Azure co
1919

2020
You no longer need to manually manage the provisioned throughput or handle rate-limiting issues. Azure Cosmos containers configured in autopilot mode can be scaled instantly in response to the workload without any impacting the availability, latency, throughput, or performance of the workload globally. Under high utilization, Azure Cosmos containers configured in autopilot mode can be scaled up or down without impacting the ongoing operations.
2121

22-
When configuring containers and databases in autopilot mode, you need to specify the maximum throughput `Tmax` not to be exceeded. Containers can then scale instantly based on the workload needs within the `0.1*Tmax < T < Tmax` range. In other words, containers and databases scale instantly based on the workload needs, from as low as 10% of the maximum throughput value that you have configured, and up to the configured maximum throughput value. You can change the maximum throughput (Tmax) setting on autopilot database or container at any point in time.
22+
When configuring containers and databases in autopilot mode, you need to specify the maximum throughput `Tmax` not to be exceeded. Containers can then scale instantly based on the workload needs within the `0.1*Tmax < T < Tmax` range. In other words, containers and databases scale instantly based on the workload needs, from as low as 10% of the maximum throughput value that you have configured, and up to the configured maximum throughput value. You can change the maximum throughput (Tmax) setting on autopilot database or container at any point in time. With autopilot option, the 400 RU/s minimum throughput per container or database is no longer applicable.
2323

2424
During the preview of autopilot, for the specified maximum throughput on the container or the database, the system allows operating within the calculated storage limit. If the storage limit is exceeded, then the maximum throughput is automatically adjusted to a higher value. When using database level throughput with autopilot mode, the number of containers allowed within a database is calculated as: (0.001 * Max throughput ). For example, if you provision 20,000 autopilot RU/s, then the database can have 20 containers.
2525

0 commit comments

Comments
 (0)