grafana / synthetic-monitoring-agent

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

Allow configuring k6 runner blocked hostnames #901

Open ka3de opened 3 days ago

ka3de commented 3 days ago

The internal k6 runner implementation in the agent hardcodes the --block-hostnames k6 option to *.cluster.local (here). This should be configurable following a similar approach to the one implemented for --blacklist-ip.

Related https://github.com/grafana/synthetic-monitoring-agent/issues/587.

peterschretlen commented 10 hours ago

Related: https://github.com/grafana/synthetic-monitoring-agent/issues/735

peterschretlen commented 10 hours ago

Fix this together with #735