feature/statuszero #21

Merged
Ghost merged 2 commits from feature/statuszero into rc 2025-04-04 16:49:31 +03:00
Collaborator

Кладем status = 0 у каждой метрики для выходной структуры (обогащаем для дальнейшей обработки) для Статусной модели чтобы можно было спокойно воткнуть ее между ИМ и Экспортером

IM -> SM -> Exporter

Вид Prometheus метрики теперь:

# HELP metric metric_description
# TYPE metric gauge
metric { status = 0 } 123
Кладем `status = 0` у каждой метрики для выходной структуры (обогащаем для дальнейшей обработки) для Статусной модели чтобы можно было спокойно воткнуть ее между ИМ и Экспортером IM -> SM -> Exporter Вид Prometheus метрики теперь: ``` # HELP metric metric_description # TYPE metric gauge metric { status = 0 } 123 ```
VladislavD added 2 commits 2025-04-04 16:30:14 +03:00
test-org/integration-module/pipeline/pr-rc This commit looks good Details
dfeb0dbfa9
status model supprt
VladislavD requested review from Ghost 2025-04-04 16:30:21 +03:00
VladislavD requested review from DmitriyA 2025-04-04 16:30:22 +03:00
Ghost merged commit dc50f4e614 into rc 2025-04-04 16:49:30 +03:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: deployer3000/integration-module#21
There is no content yet.