Measure infrastructure where the work actually happens.
Hyjal’s unit of infrastructure is execution—not a reserved worker waiting for a request.
Consumption follows the execution window.
The runtime lifecycle gives every request a clear beginning and end.
-
BeforeNo active work
There is no request-specific execution to meter.
-
StartRequest enters
Afterburner creates a fresh instance for the work.
-
RunExecution is measured
The platform observes the work while the instance is active.
-
EndRequest completes
The instance is discarded and the execution window closes.
The meter follows the work from entry to completion instead of following an always-on machine.
Make the execution window the cost boundary.
A bounded lifecycle creates a more legible relationship between application activity and infrastructure consumption.
A request creates the need for execution.
StartRuntime activity exists only while the request is being served.
RunCompletion closes the instance and its metering boundary.
StopPut the meter on execution—not waiting.
Start building, or review the workload’s execution profile with the Hyjal team.