Skip to content
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

Add adittional data to azure logs #11

Closed
mpanichella opened this issue Jul 2, 2020 · 4 comments · Fixed by #13
Closed

Add adittional data to azure logs #11

mpanichella opened this issue Jul 2, 2020 · 4 comments · Fixed by #13

Comments

@mpanichella
Copy link

Hi!, very very good job. I want to add extra data, for example, environment (UAT, Production, etc) or others data. Its possible to add new field, for example, json field, to create other dimension in log, with my custom data?

@gabrielstar
Copy link

if it is only data like ENV then I modify testName e.g. jmeter-${ENV}-${TEST_VARIANT}
image

Then you can use Kusto to filter by.

@mpanichella
Copy link
Author

@gabrielstar thank you for your response, yes i do this, but i want to add more properties, bit create all from name, is a complex to create good metrics, for this reason i want to can create a customDimension with all property that i want. Thanks

@adrianmo
Copy link
Owner

adrianmo commented Jul 21, 2020

Hey @mpanichella, thanks for using the plugin! I've updated it to allow users to set custom test properties that are added to the customDimension in App Insights. To add a custom property, make sure to set the ai. prefix, for example, you can add a property called ai.environment and set the value to UAT, Production, etc. You can add as many custom properties as you want.

Please update to version 0.2.3 and give it a try!

@mpanichella
Copy link
Author

EXCELENT!!!!!!!!!!!!!!! thank you!!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants