You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the Kong HTTP plugin is configured to only send a single transaction in each request then that transaction is sent as a KongTransaction object rather than a []KongTransaction array. The agent should be able to recognize that a single transaction is being sent rather than an array.
Either...
Handle single transaction requests
or...
Recognize that a single transaction was sent and log an error to ease the debugging
The latter may be preferred for higher throughput gateways as the Readme recommends setting the batch size, in the HTTP plugin, to 1000
The text was updated successfully, but these errors were encountered:
If the Kong HTTP plugin is configured to only send a single transaction in each request then that transaction is sent as a KongTransaction object rather than a []KongTransaction array. The agent should be able to recognize that a single transaction is being sent rather than an array.
Either...
or...
The latter may be preferred for higher throughput gateways as the Readme recommends setting the batch size, in the HTTP plugin, to 1000
The text was updated successfully, but these errors were encountered: