Application ID (matches HotMeshConfig.appId).
OptionalcountsCumulative messages processed, keyed by status code.
Common codes: '200' (success), '590' (child workflow),
'591' (activity dispatch), '500' (error).
Unique instance GUID (engine or worker).
OptionalentityEntity name (if applicable).
Optionalerror_Consecutive stream consumption errors. 0 = healthy.
Non-zero means the consumer is in exponential backoff recovery.
OptionalinitedISO timestamp of when this instance was initialized.
Namespace the instance belongs to.
OptionalreclaimMax messages to reclaim per cycle.
OptionalreclaimInterval (ms) before reclaiming unacknowledged messages.
OptionalsignatureStringified worker callback function (only if signature: true in rollcall).
OptionalstreamStream key this instance consumes from.
Optionalstream_Number of pending (unprocessed) messages in the stream.
OptionalsystemHost-level memory, CPU, and network stats.
OptionalthrottleCurrent throttle delay in ms (0 = no throttle).
OptionaltimestampISO timestamp of when this profile was generated.
Optionalworker_Worker task queue topic. Present only for worker instances.
Snapshot of a single engine or worker instance, returned by
HotMesh.rollCall(). Each connected instance responds to the quorum PING with its current profile.Engines populate
stream(the engine stream key). Workers populateworker_topic(the task queue topic) andstream.Use
countsanderror_countfor throughput and health monitoring.