microsoft / jmeter-performance-analyzer-devops-extension

This task enables to run Performance testng using Apache Jmeter, Analyze report and post results. This task uses Apache Jmeter 5.5 and expects a valid parametrized JMX File, Any input Files, and property file for JMX. The task runs the jmx files according to the configured values in JMX and publishes the result to build artifacts and $web of your storage container. Provides control to fail pipeline if JMeter test fails More details at https://marketplace.visualstudio.com/items?itemName=id-az-pipeline.jmeter-perf-analyzer. You need to enable static hosting in the storage container in order to be able to view html results.
Other
10 stars 5 forks source link

Too many messages "Telemetry Logging Turned off." at console #12

Closed boitcex closed 2 years ago

boitcex commented 2 years ago

image Actual result: Too many messages "Telemetry Logging Turned off." on the console in case the feature "Telemetry Data Collection" is disabled in the pipeline configuration Expected: 1 notification will be enough

5-k commented 2 years ago

This has been fixed in 1.5.49. With the latest update in case user turned off telemetry, it will not console log all details. In case user enables to turn it on, turn on message will be published once.

FYI We recommend turning the telemetry on. We try to identify any failures and the logs helps mitigate any issues. We do not and cannot access any personal data and logs are strictly used for debug purposes.