-
Notifications
You must be signed in to change notification settings - Fork 14
Description
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.