Skip to content

Commit

Permalink
Merge pull request #48 from Open-Data-Product-Initiative/decoupled-dq…
Browse files Browse the repository at this point in the history
…-sla

Update _sla.md
  • Loading branch information
kyyberi authored Aug 25, 2024
2 parents eac130f + 29a70e6 commit 3e9cd0b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions source/includes/_sla.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ A Data Service Level Agreement (SLA) is a contractual agreement between a data s
Defining Data SLAs in a machine-readable format enhances automation, facilitates monitoring, enables real-time compliance tracking, and supports seamless integration with monitoring and alerting systems.
**Structure notes:** The SLA object is divided into 2 parts: declarative and executable. Declarative part defines the dimensions and aimed/intended SLA levels in defined unit. Executable part contains the machine-readable "as code" rules to validate SLA dimensions. The code inside _spec_ element is intended to be injected as in supporting SLA monitoring platforms in their defined format and structure.
**Structure notes:** The SLA object is divided into 2 parts: declarative and executable.
* Declarative part defines the dimensions and aimed/intended SLA levels in defined unit.
* Executable part contains the machine-readable "as code" rules to validate SLA dimensions. The code inside _spec_ element is intended to be injected as in supporting SLA monitoring platforms in their defined format and structure.
The SLA object is general in nature and should be enough for common (80%) use cases. Note that you can make extensions to the standard with "x-" mechanism in order to fulfill any industry specific needs. The ["Specification extensions"](#specification-extensions) section provides details on how to use this feature.
> In case standardized options are not enough:
Expand All @@ -49,8 +54,6 @@ SLA:
unit: milliseconds
```
The SLA object is general in nature and should be enough for common (80%) use cases. Note that you can make extensions to the standard with "x-" mechanism in order to fulfill any industry specific needs. The ["Specification extensions"](#specification-extensions) section provides details on how to use this feature.
## SLA can be defined with 11 standardized dimensions with decoupled Everything as Code monitoring
Expand Down

0 comments on commit 3e9cd0b

Please sign in to comment.