synthetic-monitoring-app
synthetic-monitoring-app copied to clipboard
Synthetic Monitoring frontend application
**What happened**: When I select one of the job value to filter only metrics from that particular job the query become invalid and error **What you expected to happen**: The...
Hello, In the previous synthetic monitoring fields, there was an option to increase font size of text inside the table to 125% or 150%, etc, but on the new Table...
When dealing with a dozens or more checks, it would be nice to have an interface where the user can get an overview of which checks are running on which...
**What would you like to be added**: Logs indicating which user created a specific check. Logs indicating which user updated which check, and what the update was (at least which...
We have all the UI text scattered around the UI in line with the rest of the code. For better maintainability and future-proofness we should pull that all into constants...
Enhancement suggestion, assuming this feature isn't part of Synthetic Monitoring already. Set and configure dependency checks. Ability to not check endpoints if another endpoint is not available. Probably most useful...
**What happened**: The hard limit for a timeout in probe options are 10 sections. However when adding a value greater than 30 sections it displays an error saying that the...
HTTP checks using the HEAD method should not allow setting Regex Validations on body, as there is no body in HEAD requests.
From https://github.com/grafana/support-escalations/issues/4118 ``` What happened: The resource id conflicts if there are checks: - Which has same job name - Which has different check endpoints with same hostname but different...
There are some cases which require writing scripted checks locally, specifically if you want to bundle node modules in with your script. We should make a skeleton repo that shows...