This is documentation for the next version of Grafana k6 documentation. For the latest stable release, go to the latest version.

Open source

Client.endAsync()

Disconnect from the broker asynchronously. Returns a promise that resolves when the disconnection is complete.

Signature

JavaScript
await client.endAsync(options)

Parameters

ParameterTypeDescription
optionsobjectOptional disconnect configuration
options.tagsobjectCustom tags for metrics (key-value pairs)

Returns

A promise that resolves when the client is successfully disconnected.