We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It was reported that the agent is accepting regular expression validations with invalid regular expressions.
E.g. if fail_if_body_matches_regexp contains an invalid regular expression, the agent will consider the check to be valid.
That validation should be happening somewhere around here: https://github.com/grafana/synthetic-monitoring-agent/blob/main/pkg/pb/synthetic_monitoring/checks_extra.go#L574
The text was updated successfully, but these errors were encountered:
The-9880
Successfully merging a pull request may close this issue.
It was reported that the agent is accepting regular expression validations with invalid regular expressions.
E.g. if fail_if_body_matches_regexp contains an invalid regular expression, the agent will consider the check to be valid.
That validation should be happening somewhere around here: https://github.com/grafana/synthetic-monitoring-agent/blob/main/pkg/pb/synthetic_monitoring/checks_extra.go#L574
The text was updated successfully, but these errors were encountered: