[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 |
|
| Value | Description | Stability |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
| `BoundedStaleness` | bounded_staleness |  |
|
| `BoundedStaleness` | Bounded Staleness |  |
|
||||||
| `ConsistentPrefix` | consistent_prefix |  |
|
| `ConsistentPrefix` | Consistent Prefix |  |
|
||||||
| `Eventual` | eventual |  |
|
| `Eventual` | Eventual |  |
|
||||||
| `Session` | session |  |
|
| `Session` | Session |  |
|
||||||
| `Strong` | strong |  |
|
| `Strong` | Strong |  |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -407,11 +407,11 @@ Instrumentations SHOULD document how `error.type` is populated.
|
||||||
|
|
||||||
| Value | Description | Stability |
|
| Value | Description | Stability |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
| `BoundedStaleness` | bounded_staleness |  |
|
| `BoundedStaleness` | Bounded Staleness |  |
|
||||||
| `ConsistentPrefix` | consistent_prefix |  |
|
| `ConsistentPrefix` | Consistent Prefix |  |
|
||||||
| `Eventual` | eventual |  |
|
| `Eventual` | Eventual |  |
|
||||||
| `Session` | session |  |
|
| `Session` | Session |  |
|
||||||
| `Strong` | strong |  |
|
| `Strong` | Strong |  |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -47,11 +47,11 @@ This section defines attributes for Azure Cosmos DB.
|
||||||
|
|
||||||
| Value | Description | Stability |
|
| Value | Description | Stability |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
| `BoundedStaleness` | bounded_staleness |  |
|
| `BoundedStaleness` | Bounded Staleness |  |
|
||||||
| `ConsistentPrefix` | consistent_prefix |  |
|
| `ConsistentPrefix` | Consistent Prefix |  |
|
||||||
| `Eventual` | eventual |  |
|
| `Eventual` | Eventual |  |
|
||||||
| `Session` | session |  |
|
| `Session` | Session |  |
|
||||||
| `Strong` | strong |  |
|
| `Strong` | Strong |  |
|
||||||
|
|
||||||
## Deprecated Azure Attributes
|
## Deprecated Azure Attributes
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -74,18 +74,23 @@ groups:
|
||||||
members:
|
members:
|
||||||
- id: strong
|
- id: strong
|
||||||
value: "Strong"
|
value: "Strong"
|
||||||
|
brief: Strong
|
||||||
stability: development
|
stability: development
|
||||||
- id: bounded_staleness
|
- id: bounded_staleness
|
||||||
value: "BoundedStaleness"
|
value: "BoundedStaleness"
|
||||||
|
brief: Bounded Staleness
|
||||||
stability: development
|
stability: development
|
||||||
- id: session
|
- id: session
|
||||||
value: "Session"
|
value: "Session"
|
||||||
|
brief: Session
|
||||||
stability: development
|
stability: development
|
||||||
- id: eventual
|
- id: eventual
|
||||||
value: "Eventual"
|
value: "Eventual"
|
||||||
|
brief: Eventual
|
||||||
stability: development
|
stability: development
|
||||||
- id: consistent_prefix
|
- id: consistent_prefix
|
||||||
value: "ConsistentPrefix"
|
value: "ConsistentPrefix"
|
||||||
|
brief: Consistent Prefix
|
||||||
stability: development
|
stability: development
|
||||||
stability: development
|
stability: development
|
||||||
brief: Account or request [consistency level](https://learn.microsoft.com/azure/cosmos-db/consistency-levels).
|
brief: Account or request [consistency level](https://learn.microsoft.com/azure/cosmos-db/consistency-levels).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue