Skip to content

Commit

Permalink
Merge pull request #199448 from AnuragSharma-MSFT/patch-58
Browse files Browse the repository at this point in the history
MicrosoftDocs/azure-docs#93416
  • Loading branch information
PRMerger12 authored Jun 1, 2022
2 parents aba3c5b + 82e7c50 commit 9e62d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/cosmos-db/sql/how-to-manage-consistency.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ item = client.ReadItem(doc_link, options)

## Monitor Probabilistically Bounded Staleness (PBS) metric

How eventual is eventual consistency? For the average case, can we offer staleness bounds with respect to version history and time. The [**Probabilistically Bounded Staleness (PBS)**](https://pbs.cs.berkeley.edu/) metric tries to quantify the probability of staleness and shows it as a metric. To view the PBS metric, go to your Azure Cosmos account in the Azure portal. Open the **Metrics** pane, and select the **Consistency** tab. Look at the graph named **Probability of strongly consistent reads based on your workload (see PBS)**.
How eventual is eventual consistency? For the average case, can we offer staleness bounds with respect to version history and time. The [**Probabilistically Bounded Staleness (PBS)**](http://pbs.cs.berkeley.edu/) metric tries to quantify the probability of staleness and shows it as a metric. To view the PBS metric, go to your Azure Cosmos account in the Azure portal. Open the **Metrics** pane, and select the **Consistency** tab. Look at the graph named **Probability of strongly consistent reads based on your workload (see PBS)**.

:::image type="content" source="./media/how-to-manage-consistency/pbs-metric.png" alt-text="PBS graph in the Azure portal":::

Expand Down

0 comments on commit 9e62d27

Please sign in to comment.