Skip to content

Commit

Permalink
added consistency level
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabh1007 committed Sep 30, 2024
1 parent 4aa4125 commit 691d432
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions model/database/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ groups:
requirement_level: required
- ref: db.cosmosdb.operation_type
requirement_level: required
- ref: db.cosmosdb.client_id
requirement_level: required
- ref: db.cosmosdb.consistency_level
requirement_level: required
5 changes: 5 additions & 0 deletions model/database/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,11 @@ groups:
stability: experimental
brief: Cosmos DB sub status code.
examples: [1000, 1002]
- id: db.cosmosdb.consistency_level
type: string
stability: experimental
brief: Account or Request Consistency Level.
examples: [Eventual, ConsistentPrefix, BoundedStaleness, Strong or Session]
- id: registry.db.elasticsearch
type: attribute_group
display_name: Elasticsearch Attributes
Expand Down

0 comments on commit 691d432

Please sign in to comment.