Infrastructure Auto-Scaling

Cloud

Monitor load → scaling decision → provision instances → health check → update load balancer → notify team.

systemapievent
Why OSOP matters here

Auto-scaling decisions happen fast and often. OSOP logs every scaling event with the metrics that triggered it, the resources provisioned, and the health check results — essential for capacity planning.

Workflow Steps (6)

1
Load Monitor
event
2
Scaling Decision
system
3
Provision Instances
infra
4
Health Check
cicd
5
Update Load Balancer
system
6
Send Notification
api

Connections (5)

Load MonitorScaling Decisionsequential
Scaling DecisionProvision Instancesconditionalaction != 'none'
Provision InstancesHealth Checksequential
Health CheckUpdate Load Balancerconditionalhealth.passed == true
Update Load BalancerSend Notificationsequential
6
Steps
5
Connections
5
Node Types