synthetic-monitoring-app icon indicating copy to clipboard operation
synthetic-monitoring-app copied to clipboard

Make a skeleton repo to allow building scripted checks locally

Open rdubrock opened this issue 10 months ago • 2 comments

There are some cases which require writing scripted checks locally, specifically if you want to bundle node modules in with your script.

We should make a skeleton repo that shows how to set up webpack to bundle dependencies with the check, test them with the k6 cli, and the upload them either via the SM api go client or terraform

rdubrock avatar Apr 09 '24 21:04 rdubrock

This is now mostly done with https://github.com/grafana/synthetics-example-app

The terraform provider needs to have scripted support added, which is happening via https://github.com/grafana/terraform-provider-grafana/pull/1456

After that the repo needs to be made public, and added to documentation where appropriate

rdubrock avatar May 02 '24 21:05 rdubrock