Skip to content

Commit 6820a0b

Browse files
committed
fixing broken bookmarks
1 parent 24f1512 commit 6820a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/consistency-levels-choosing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You may get stronger consistency guarantees in practice. Consistency guarantees
4949

5050
* For the remaining three consistency levels, the staleness window is largely dependent on your workload. For example, if there are no write operations on the database, a read operation with **eventual**, **session**, or **consistent prefix** consistency levels is likely to yield the same results as a read operation with strong consistency level.
5151

52-
If your Cosmos DB account is configured with a consistency level other than the strong consistency, you can find out the probability that your clients may get strong and consistent reads for your workloads by looking at the Probabilistic Bounded Staleness (PBS) metric. This metric is exposed in the Azure portal, to learn more, see [Monitor the probabilistically bounded staleness metric](how-to-manage-consistency.md#monitor-probabilistically-bounded-staleness-pbs-metric) article.
52+
If your Cosmos DB account is configured with a consistency level other than the strong consistency, you can find out the probability that your clients may get strong and consistent reads for your workloads by looking at the Probabilistic Bounded Staleness (PBS) metric. This metric is exposed in the Azure portal, to learn more, see [Monitor the probabilistically bounded staleness metric](how-to-manage-consistency.md#monitor-probabilistically-bounded-staleness-pbs-metric).
5353

5454
Probabilistic bounded staleness shows how eventual is your eventual consistency. This metric provides an insight into how often you can get a stronger consistency than the consistency level that you have currently configured on your Cosmos DB account. In other words, you can see the probability (measured in milliseconds) of getting strongly consistent reads for a combination of write and read regions.
5555

0 commit comments

Comments
 (0)