Skip to content

Commit

Permalink
deploy: 3e9cd0b
Browse files Browse the repository at this point in the history
  • Loading branch information
kyyberi committed Aug 25, 2024
1 parent ee86a8b commit 6daeaaa
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,14 @@ <h1 id='data-sla'>Data SLA</h1>

<p>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.</p>

<p><strong>Structure notes:</strong> 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 &quot;as code&quot; rules to validate SLA dimensions. The code inside <em>spec</em> element is intended to be injected as in supporting SLA monitoring platforms in their defined format and structure. </p>
<p><strong>Structure notes:</strong> The SLA object is divided into 2 parts: declarative and executable. </p>

<ul>
<li>Declarative part defines the dimensions and aimed/intended SLA levels in defined unit. </li>
<li>Executable part contains the machine-readable &quot;as code&quot; rules to validate SLA dimensions. The code inside <em>spec</em> element is intended to be injected as in supporting SLA monitoring platforms in their defined format and structure.<br></li>
</ul>

<p>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 &quot;x-&quot; mechanism in order to fulfill any industry specific needs. The <a href="#specification-extensions">&quot;Specification extensions&quot;</a> section provides details on how to use this feature.</p>

<blockquote>
<p>In case standardized options are not enough:</p>
Expand All @@ -899,9 +906,7 @@ <h1 id='data-sla'>Data SLA</h1>
<span class="pi">-</span> <span class="na">dimension</span><span class="pi">:</span> <span class="s">responseTime</span>
<span class="na">objective</span><span class="pi">:</span> <span class="m">200</span>
<span class="na">unit</span><span class="pi">:</span> <span class="s">milliseconds</span>
</code></pre></div>
<p>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 &quot;x-&quot; mechanism in order to fulfill any industry specific needs. The <a href="#specification-extensions">&quot;Specification extensions&quot;</a> section provides details on how to use this feature.</p>
<h2 id='sla-can-be-defined-with-11-standardized-dimensions-with-decoupled-everything-as-code-monitoring'>SLA can be defined with 11 standardized dimensions with decoupled Everything as Code monitoring</h2>
</code></pre></div><h2 id='sla-can-be-defined-with-11-standardized-dimensions-with-decoupled-everything-as-code-monitoring'>SLA can be defined with 11 standardized dimensions with decoupled Everything as Code monitoring</h2>
<blockquote>
<p>Example of SLA component usage:</p>
</blockquote>
Expand Down

0 comments on commit 6daeaaa

Please sign in to comment.