You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@hassy - I have been working with Artillery for a long time and I would say its a powerfull tool for Automation. But I am stuck at one point. In config section we have a fix set of what tags should be attached to a test when sending metrics to Datadog for a test run. But I am in a scenario where I am generating some data using beforeScenario hook and than using loop for each data generated. But in Datadog all the metrics are mixed for that run. But what I want is that when the data is created in beforeScenario hook and when the loop is running I want that the dynamic tag should also be created for that so that its easy to filter out the results in datadog. Is there any work around that I can use in your opinion where I can achieve this.
Or any way where I can dynamically add tags value to a specific tags as the test are running so that I can filter out the same in datadog?
Looking forward to hearing from you.
Thanks
The text was updated successfully, but these errors were encountered:
@hassy - I have been working with Artillery for a long time and I would say its a powerfull tool for Automation. But I am stuck at one point. In config section we have a fix set of what tags should be attached to a test when sending metrics to Datadog for a test run. But I am in a scenario where I am generating some data using beforeScenario hook and than using loop for each data generated. But in Datadog all the metrics are mixed for that run. But what I want is that when the data is created in beforeScenario hook and when the loop is running I want that the dynamic tag should also be created for that so that its easy to filter out the results in datadog. Is there any work around that I can use in your opinion where I can achieve this.
Or any way where I can dynamically add tags value to a specific tags as the test are running so that I can filter out the same in datadog?
Looking forward to hearing from you.
Thanks
The text was updated successfully, but these errors were encountered: