Skip to main content
Feedback

Boomi Agent Garden provider: Monitoring agents

The metrics for the Boomi Garden agents are available at the first sync after provisioning your account. These metrics are updated at every session that an agent is invoked. The following API schema corresponds to the metrics being pulled:

Metric nameDescription
ModelInvocationCountCounts the number of times the model has been invoked, providing insight into runtime activity.
ModelLatencyMeasures the average time taken for a process or operation, indicating overall performance.
InputTokenCountMeasures the number of input tokens processed, indicating how much data is being used.
OutputTokenCountMeasures the number of output tokens generated, reflecting the volume of data produced by the model.
InvocationClientErrorAll the client errors during invocation.
InvocationServerErrorsCounts server-side errors during invocation, indicating Runtime issues.
ModelInvocationServerErrorsSimilar to InvocationServerErrors but specific to model invocations.
ModelInvocationThrottlesThrottling responses received specific to the model invocations.
ModelInvocationClientErrorsSimilar to InvocationClientErrors but specific to model invocations.
ModelInvocationUnknowsErrorErrors which are not classified specific to the model invocations.
TTFTTime to first token while invocation.
TotalTimeTotal time taken to complete the single invocation response.
TimeTime stamp of the event.
ExtAccountIdBoomi account is specific to Boomi platform.
ProviderTypeHere provider type will always be Boomi.
OperationOperation happening like invoking the agent.
ExtAgentIdID of the agent that is being invoked.
SchemaVersionVersion of metric schema being sent to control tower.

To know about filtering through the observed metrics, refer to Monitoring and Compliance.