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

Documentationbreadcrumb arrow Grafana k6breadcrumb arrow JavaScript APIbreadcrumb arrow k6/x/mqttbreadcrumb arrow Clientbreadcrumb arrow Client.unsubscribeAsync( topics, [options] )
Open source

Client.unsubscribeAsync()

Unsubscribe from topics asynchronously.

Signature

JavaScript
await client.unsubscribeAsync(topics, options)

Parameters

ParameterTypeDescription
topicsstring | string[]Topic or array of topics to unsubscribe from
optionsobjectOptional unsubscribe configuration
options.tagsobjectCustom tags for metrics (key-value pairs)

Returns

A promise that resolves when the unsubscription is complete.