grafana / k6-docs

The k6 documentation website.
https://grafana.com/docs/k6/latest/
85 stars 216 forks source link

Add a pipeline example on the New Relic StatsD Integration #1558

Open sbrnmorales opened 5 months ago

sbrnmorales commented 5 months ago

While testing the New Relic StatsD Integration, I needed to automate the process. So, I created a pipeline on GitHub Actions that triggered the New Relic StatsD integration every time a test code push occurred to my main branch. To run both the integration and my k6 test concurrently, I had to implement a workaround using a service container on GitHub Actions. I already have an article published about this configuration (in Portuguese). I'd be glad to translate it to English and add it to your documentation.