Support for K6 performanceTests upload to Log Analytics #181
Labels
area:log-analytics
All issues related to Azure Log Analytics
feature-suggestion
All issues related suggestion of a new feature. These are nice to haves but not customer requests
specs-required
All issues where the specifications are still being defined and implementation should be halted
Milestone
Is your feature request related to a problem? Please describe.
I've been using K6 on a project and quite like it. Unfortunately the CI/CD setup is a bit cumbersome (that is for processing the results at least). There's a K6 task for uploading the results to Application Insights but it requires a ClientSecet.
We've been using this script documented in this blogpost which is quite handy for upload to Log Analytics (and leverages the pipeline identity).
In addition, aside from an upload a good workbook template to visualize the results in Log Analytics and build in support for deploying it to Log Analytics would have quite some added value.
Describe the solution you'd like
One or two functions supporting upload to Log Analytics using pipeline identity with a parameter allowing a workbook template to be past to. A decent template example could be provided in the docs
Describe alternatives you've considered
Extending the K6 task or creating a new one for uploading results to Azure Log Analytics.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: