AXIIOM Demo
Система мониторинга и оповещения: сбор метрик, алерты, on-call, postmortem, SLA-дашборд.
Интерактивное демо
Пример кода
// Создание алерта
await monitoring.createAlert({
name: 'High CPU Usage',
metric: 'cpu_usage',
condition: '> 90',
duration: '5m',
severity: 'critical',
channels: ['telegram', 'email', 'sms']
});
// Регистрация инцидента
const incident = await monitoring.incident({
alertId: 'alert_789',
status: 'firing',
value: 94.5,
threshold: 90
});
// Аcknowledge
await monitoring.acknowledge(incident.id, {
assignee: 'devops_team',
note: 'Начинаем диагностику'
});Возможности
Обсудим ваш проект, покажем демо и рассчитаем стоимость.