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

Make k6 capability validation nil-safe #692

Closed The-9880 closed 5 months ago

The-9880 commented 5 months ago

The proxy release was outdated, causing it to not propagate the Probe.Capabilities field to the agents.

This revealed a miss on checking that the field is present in the agent before validating that the K6 config matches the Capabilities requirement. This PR updates the requirement to make sure the field is set or else require K6 by default.