grafana / synthetic-monitoring-agent

Synthetic Monitoring Agent
https://grafana.com/docs/grafana-cloud/how-do-i/synthetic-monitoring/
Apache License 2.0
161 stars 24 forks source link

v0.24.0+ requires k6 to be initialized in Grafana Cloud #712

Closed asreich closed 4 months ago

asreich commented 4 months ago

I just tried updating the Synthetic Monitoring agent from 0.19.3 to 0.24.1 and ran into an issue which seems to be related to us not having initialized k6 in our dashboard yet. We do not currently have a need for it. This causes the pod to Crashloop and checks are not run. Please either provide a toggle or handle this transparently in the application startup.

ka3de commented 4 months ago

Hi @asreich , you can disable the scripted checks functionality in the probe settings page. Screenshot from 2024-05-31 09-44-57

If you want to run scripted checks in the future, you will need to enable this feature for the probe in the API and also enable the capability in the agent through the features flag such as --features=k6.