Hi, I’m trying to figure out if a grafana private probe can run k6 checks to private IPs?
I’m seeing “is in a blacklisted range (10.0.0.0/8)”, my checks seem to be failing because of this.
Some of the documentation is making it sound like k6 checks only work for public facing services if ran in Grafana, but this is on a private probe.
Hey @alandeboer1,
where are you running your test? Is it on Grafana Cloud k6 or locally? If it is Grafana Cloud then it is expected as it can only target public IPs.
Let me know if it helps
Grafana cloud using a private probe, I figured since it was a private probe I wouldn’t have the blacklist issue. It sounds like it doesnt matter though.