-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot convert undefined or null to object #2
Comments
Please provide some labels like in this example |
Yes, it looks like I was missing the labels. This will test artillery's example. |
So now it works?
…On Fri, 7 Jun 2019 at 18:38 Bargey13 ***@***.***> wrote:
Yes, it looks like I was missing the labels. This will test artillery's
example.
{
"config": {
"target": "https://artillery.io",
"plugins": {
"prometheus": {
"testName": "my_load_test_case ",
"testRunId": "342-233-221",
"pushGatewayUrl": "http://localhost:9091",
"environment": "qa",
"labels": {
"performance-test": null,
"artillery.io": null
}
}
},
"phases": [
{
"duration": 60,
"arrivalRate": 20
}
],
"defaults": {
"headers": {
"x-my-service-auth": "987401838271002188298567"
}
}
},
"scenarios": [
{
"flow": [
{
"get": {
"url": "/docs"
}
}
]
}
]
}
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2?email_source=notifications&email_token=ACXVP74LYRKU2ABQRMI6CSLPZJ6H7A5CNFSM4HVDUZMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXGGIXI#issuecomment-499934301>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACXVP76TI4CQH7RTZHQFLYDPZJ6H7ANCNFSM4HVDUZMA>
.
|
Yes and no, you do need to add labels, but the labels can't have special charterers |
I am getting this error when trying to use the plugin.
The text was updated successfully, but these errors were encountered: