grafana / synthetic-monitoring-agent

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

Add browser limits and class #787

Closed mem closed 1 month ago

mem commented 1 month ago

This is adding the "BROWSER" check class and the corresponding "MaxBrowserChecks" limit so that we can make the constants and fields available to the API.

Not using the new class in intetional. A follow up change can actually wire this up in the appropriate locations, once we have the support on the API side.

ka3de commented 1 month ago

@mem I think related to this PR, there is a TODO comment made on a previous PR that we should address. This one. Browser should be a separate CheckClass, this also has an impact on the telemetry, which needs this to count browser check executions separately from scripted. Edit: Now I see this is in #788, nevermind.