Mat Schaffer
Mat Schaffer
I'm transitioning from https://docs.victoriametrics.com/vmagent.html to https://github.com/prometheus/graphite_exporter and ran into a case where I'm using prefixed globs to help distinguish from one of a few possible metric prefix cases. Here's a...
Not sure if this is possible, but it looks like cdktf writes outside of the current project directory which makes using a local `.tool-versions` a little tricky. https://github.com/hashicorp/terraform-cdk/issues/1559 has some...
The new sparkle icon is pretty distracting since it shows up even when just highlighting to do something like a copy/paste operation.  I'd...
I wasn't able to run the unit tests using `python3 -m unittest` as documented. Since it also mentioned pytest I added that as an optional dependency. Even using pytest I...
Replaces the somewhat-incomplete build instructions from the main README with a link to the official documentation. Related to https://github.com/fluent/fluent-bit/discussions/6003#discussioncomment-9789212 When I saw the docs in the readme, I tried to...
### What were you trying to accomplish? We launch EKS clusters using instanceRoleARN to attach managed policies (`AmazonEKSWorkerNodePolicy`, `AmazonEKS_CNI_Policy`, `AmazonEC2ContainerRegistryReadOnly`) to our node group instances. We provided a `path` on...