Mixpanel
To send data to Mixpanel (opens in a new tab) set type
to mixpanel
, and set the project token (opens in a new tab) with projectToken
.
plugins:
publish-metrics:
- type: mixpanel
projectToken: 'my-mixpanel-project-token'
Debugging
Set DEBUG=plugin:publish-metrics:mixpanel
when running your tests to print out helpful debugging messages when sending metrics to Mixpanel.
DEBUG=plugin:publish-metrics:mixpanel artillery run my-script.yaml