Skip to content

Commit 2b22c1f

Browse files
committed
Add SRE use case support note
1 parent e21bb92 commit 2b22c1f

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

assets/i18n/en.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,11 @@
126126
"sre": {
127127
"badge": "Most mature: public MVP + experiments",
128128
"title": "SRE and digital infrastructure",
129-
"text": "Sheaft evaluates resilience of software systems before release and between releases. It builds service graphs from traces or topology artifacts, simulates dependency failures, and returns a gate or posture verdict for critical user journeys.",
129+
"text": "Sheaft evaluates resilience of software systems before release and between releases. It builds service graphs from trace data or topology artifacts, simulates dependency failures, and returns a gate or posture verdict for critical user journeys.",
130+
"support": "Digital infrastructure is graph-structured operational infrastructure. Services, APIs, queues, databases, replicas, release policies and user operations form one dependency graph.",
131+
"links": {
132+
"proof": "Validation evidence"
133+
},
130134
"inputs": [
131135
"Traces/OTLP",
132136
"Service topology",

assets/i18n/ru.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@
127127
"badge": "Самый зрелый сценарий: публичный MVP и эксперименты",
128128
"title": "SRE и цифровая инфраструктура",
129129
"text": "Sheaft оценивает устойчивость программных систем до релиза и между релизами. Он строит сервисный граф по данным трассировки или топологическим файлам, моделирует отказы зависимостей и показывает риск для критических пользовательских сценариев.",
130+
"support": "Цифровая инфраструктура тоже устроена как операционный граф: сервисы, API, очереди, базы данных, реплики, правила релизов и пользовательские операции связаны зависимостями.",
131+
"links": {
132+
"proof": "Проверка и эксперименты"
133+
},
130134
"inputs": [
131135
"Данные трассировки/OTLP",
132136
"Сервисная топология",

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,11 @@ <h2 id="use-cases-title" class="section-title" data-i18n="useCases.title">Three
262262
<article class="use-case-card">
263263
<span class="card-badge" data-i18n="useCases.sre.badge">Most mature: public MVP + experiments</span>
264264
<h3 data-i18n="useCases.sre.title">SRE and digital infrastructure</h3>
265-
<p data-i18n="useCases.sre.text">Sheaft evaluates resilience of software systems before release and between releases. It builds service graphs from traces or topology artifacts, simulates dependency failures, and returns a gate or posture verdict for critical user journeys.</p>
265+
<p data-i18n="useCases.sre.text">Sheaft evaluates resilience of software systems before release and between releases. It builds service graphs from trace data or topology artifacts, simulates dependency failures, and returns a gate or posture verdict for critical user journeys.</p>
266+
<p class="supporting-note">
267+
<span data-i18n="useCases.sre.support">Digital infrastructure is graph-structured operational infrastructure. Services, APIs, queues, databases, replicas, release policies and user operations form one dependency graph.</span>
268+
<a href="#proof" data-i18n="useCases.sre.links.proof">Validation evidence</a>
269+
</p>
266270
<div class="io-grid">
267271
<div>
268272
<h4 data-i18n="useCases.inputsTitle">Inputs</h4>

0 commit comments

Comments
 (0)