Skip to content

Commit 4dd9727

Browse files
committed
1.2.12 (#58)
* 1.2.12 * Add metrics info (#56) * Add metrics info --------- Co-authored-by: Судомоин Даниил Сергеевич <d.sudomoin@tbank.ru> * 1.2.12 * 1.2.12 --------- Co-authored-by: dsudomoin <155488585+dsudomoin@users.noreply.github.com> Co-authored-by: Судомоин Даниил Сергеевич <d.sudomoin@tbank.ru> 1.2.12 1.2.12 1.2.12
1 parent b21b084 commit 4dd9727

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

mkdocs/docs/en/changelog/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Fixed:
4242
### 1.2.9
4343

4444
Added:
45+
4546
- Add MAX_ENTITY_SIZE undertow option in http server config with default `256MiB`
4647

4748
Fixed:

mkdocs/docs/en/documentation/metrics.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ All Kora metrics use [OpenTelemetry semantic conventions](https://opentelemetry.
133133

134134
[Micrometer](https://docs.micrometer.io/micrometer/reference/concepts.html) metric types used:
135135

136-
- [DistributionSummary](https://docs.micrometer.io/micrometer/reference/concepts/distribution-summaries.html) — value distribution, including durations
136+
- [DistributionSummary](https://docs.micrometer.io/micrometer/reference/concepts/distribution-summaries.html) — used for collecting distributions of arbitrary values.
137+
This metric type enables efficient data visualization across buckets and percentile calculation.
137138
- [Counter](https://docs.micrometer.io/micrometer/reference/concepts/counters.html) — monotonically increasing counter
138139
- [Gauge](https://docs.micrometer.io/micrometer/reference/concepts/gauges.html) — current metric value
139140

mkdocs/docs/ru/changelog/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ hide:
4242
### 1.2.9
4343

4444
Добавлено:
45+
4546
- Добавлена опция `MAX_ENTITY_SIZE` в конфигурации HTTP-сервера Undertow со значением по умолчанию `256MiB`
4647

4748
Исправлено:

mkdocs/docs/ru/documentation/metrics.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@
133133

134134
Используемые типы метрик [Micrometer](https://docs.micrometer.io/micrometer/reference/concepts.html):
135135

136-
- [DistributionSummary](https://docs.micrometer.io/micrometer/reference/concepts/distribution-summaries.html) — распределение значений, в частности длительностей
136+
- [DistributionSummary](https://docs.micrometer.io/micrometer/reference/concepts/distribution-summaries.html) — применяется как инструмент для сбора распределения произвольных величин.
137+
Тип метрики позволяет эффективно визуализировать данные по бакетам и рассчитывать персентиль.
137138
- [Counter](https://docs.micrometer.io/micrometer/reference/concepts/counters.html) — монотонно возрастающий счётчик
138139
- [Gauge](https://docs.micrometer.io/micrometer/reference/concepts/gauges.html) — текущее значение метрики
139140

mkdocs/overrides/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
{% if page and page.title and not page.is_homepage %}
3838
{% set title = page.title ~ " - " ~ title | striptags %}
3939
{% endif %}
40-
{% set title = title ~ " | " ~ config.copyright ~ " | Тинькофф" %}
40+
{% set title = title ~ " | Kora" %}
4141
<title>{{ title }}</title>
4242
<p style="display: none">Kora облачно ориентированный серверный фреймворк написанный на Java для написания Java / Kotlin приложений с упором на производительность, эффективность, прозрачность сделанный выходцами из Т-Банк / Тинькофф</p>
4343
<p style="display: none">Kora is a cloud-oriented server-side Java framework for writing Java / Kotlin applications with a focus on performance, efficiency and transparency</p>

0 commit comments

Comments
 (0)