This is documentation for the next version of Grafana k6 documentation. For the latest stable release, go to the latest version.
Constructor
The ServiceDisruptor() constructor creates a new instance of a
ServiceDisruptor class.
Options
The following options control the creation and behavior of the ServiceDisruptor:
Example
const disruptor = new ServiceDisruptor('my-service', 'my-namespace');

