Peter Mounce
Peter Mounce
It would be nice to be able to create a matcher from a string containing gitignore patterns. Use cases: * tests * initialise a default matcher from an empty string...
http://metrics20.org/spec/ + http://dieter.plaetinck.be/post/monitorama-pdx-metrics20/ The benefits from the canonical list of keys include: - easier to define checks, queries, and dashboards because of metric naming consistency - easier to write tools...
Hi @beaknit - I just wanted to say thanks for creating this. It's brilliant, and saves me loads of time.
This looks _really_ useful! Thank you for publishing it. Have you thought about emitting events that are compatible with the https://cloudevents.io/ spec, for easier interop with subscribers? It's an emerging...
First commit is just a very skeleton workflow. This PR is really starting as just an experiment. I'm pretty familiar with GHA, and the experiment part will really be figuring...
### Host operating system: output of `uname -a` ``` $ uname -a Darwin Peters-MBP-2.cust.communityfibre.co.uk 21.6.0 Darwin Kernel Version 21.6.0: Mon Aug 22 20:19:52 PDT 2022; root:xnu-8020.140.49~2/RELEASE_ARM64_T6000 arm64 ``` ### node_exporter...
It would be really useful for alerts to be able to publish SNS notifications. Then, AWS Lambda can react to those notifications and perform - remedial actions - notification duties
We have a pair of checks: ``` derivative(transformNull(sumSeries(stats_counts.website.asp-net-responses.*.*.5??.*.eu-west-1.*), 0)) transformNull(sumSeries(stats_counts.website.asp-net-responses.*.*.5??.*.eu-west-1.*), 0) ``` The first one alerts when the rate of increase in the number of 5xx http responses is >...
Where I am, we grant read permissions to users for general use, and then allow them to `sts:AssumeRole` to elevate to granular write permissions that are attached to `IAM::Role` resources....
I'd like to use this tool to publish documentation from source-control, via a cronjob / CI. I'd therefore like to restrict wiki-editing of the content, which I think I can...