synthetic-monitoring-app
synthetic-monitoring-app copied to clipboard
Synthetic Monitoring frontend application
**What happened**: In my set-up I have two Loki datasources set-up in my provisioning file. If I don't have an SM datasource and try to initialise the plugin, nothing happens....
**What would you like to be added**: I would like there to be some default AlertRules generated for SSL Certificate Expiration Checks for HTTPS applications similar to what is described...
**What this PR does / why we need it**: This PR fixes the query that is used to calculate the uptime stat panel for each check. As described in this...
**What happened**: With a multi-step scripted check, you want to set a reasonable timeout to prevent it from running too long if one step stall. When test executions hit a...
Hi from the Grafana team 👋 In Grafana 12, we'll be [removing Angular support](https://grafana.com/blog/2024/03/11/removal-of-angularjs-support-in-grafana-what-you-need-to-know/). As part of that, we'll also be removing a lot of legacy CSS classes. It looks...
**What would you like to be added**: To reevaluate and update the design for selecting probes when creating and editing checks. Currently the multi-select pattern doesn't help a huge amount...
**What would you like to be added**: On the config page of SM we allow users to generate access tokens. ![Screenshot of the config section of the Synthetic Monitoring plugin....
Customers want to link to check dashboards from external sources (like alerts, their own custom dashboards, etc). This is difficult because the path for a check's dashboards includes it's ID...
Multihttp & Scripted check assertions - success rate by probe graph doesn't show failures properly
**What happened**: Assertions in a multihttp and/or scripted check are failing, but the chart does not show when the failures occur. Here is an example of an assertion that failed...
Using a threshold on checks with a k6 scripted check should cause tests to fail. The threshold value seems to be igored. Docs reference: https://grafana.com/docs/k6/latest/using-k6/thresholds/#fail-a-load-test-using-checks **How to reproduce it (as...