[chore] Set enum briefs for Azure (#2557)
This commit is contained in:
parent
723844c840
commit
08878700de
|
|
@ -269,11 +269,11 @@ and SHOULD be provided **at span creation time** (if provided at all):
|
|||
|
||||
| Value | Description | Stability |
|
||||
|---|---|---|
|
||||
| `BoundedStaleness` | bounded_staleness |  |
|
||||
| `ConsistentPrefix` | consistent_prefix |  |
|
||||
| `Eventual` | eventual |  |
|
||||
| `Session` | session |  |
|
||||
| `Strong` | strong |  |
|
||||
| `BoundedStaleness` | Bounded Staleness |  |
|
||||
| `ConsistentPrefix` | Consistent Prefix |  |
|
||||
| `Eventual` | Eventual |  |
|
||||
| `Session` | Session |  |
|
||||
| `Strong` | Strong |  |
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -407,11 +407,11 @@ Instrumentations SHOULD document how `error.type` is populated.
|
|||
|
||||
| Value | Description | Stability |
|
||||
|---|---|---|
|
||||
| `BoundedStaleness` | bounded_staleness |  |
|
||||
| `ConsistentPrefix` | consistent_prefix |  |
|
||||
| `Eventual` | eventual |  |
|
||||
| `Session` | session |  |
|
||||
| `Strong` | strong |  |
|
||||
| `BoundedStaleness` | Bounded Staleness |  |
|
||||
| `ConsistentPrefix` | Consistent Prefix |  |
|
||||
| `Eventual` | Eventual |  |
|
||||
| `Session` | Session |  |
|
||||
| `Strong` | Strong |  |
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -47,11 +47,11 @@ This section defines attributes for Azure Cosmos DB.
|
|||
|
||||
| Value | Description | Stability |
|
||||
|---|---|---|
|
||||
| `BoundedStaleness` | bounded_staleness |  |
|
||||
| `ConsistentPrefix` | consistent_prefix |  |
|
||||
| `Eventual` | eventual |  |
|
||||
| `Session` | session |  |
|
||||
| `Strong` | strong |  |
|
||||
| `BoundedStaleness` | Bounded Staleness |  |
|
||||
| `ConsistentPrefix` | Consistent Prefix |  |
|
||||
| `Eventual` | Eventual |  |
|
||||
| `Session` | Session |  |
|
||||
| `Strong` | Strong |  |
|
||||
|
||||
## Deprecated Azure Attributes
|
||||
|
||||
|
|
|
|||
|
|
@ -74,18 +74,23 @@ groups:
|
|||
members:
|
||||
- id: strong
|
||||
value: "Strong"
|
||||
brief: Strong
|
||||
stability: development
|
||||
- id: bounded_staleness
|
||||
value: "BoundedStaleness"
|
||||
brief: Bounded Staleness
|
||||
stability: development
|
||||
- id: session
|
||||
value: "Session"
|
||||
brief: Session
|
||||
stability: development
|
||||
- id: eventual
|
||||
value: "Eventual"
|
||||
brief: Eventual
|
||||
stability: development
|
||||
- id: consistent_prefix
|
||||
value: "ConsistentPrefix"
|
||||
brief: Consistent Prefix
|
||||
stability: development
|
||||
stability: development
|
||||
brief: Account or request [consistency level](https://learn.microsoft.com/azure/cosmos-db/consistency-levels).
|
||||
|
|
|
|||
Loading…
Reference in New Issue