Jake Utley
Jake Utley
I would like to be able to create reusable CloudFormation templates that are customized through parameters. Part of this means that I would have a parameter that is a list...
**What did you see instead? Under which circumstances?** We have an alert that can fire when a target cannot be scraped. This began firing, and upon inspection, the target did...
**What did you do?** While replacing Kubernetes nodes, we saw that active alerts in Alertmanager did not stick around when the new Alertmanager pods came up. We run 3 AM...
**What happened?** When using PodMonitors, it appears that the generated Prometheus jobs do not filter out non-running pods. In some cases, this can have really ugly consequences. In our case,...
When deploying this project, I was surprised to see that it had a hard requirement on serving an https endpoint. I saw a couple references to a webhook in the...
When using the flag to start from the beginning of the `__consumer_offsets` topic, metrics reported are based on old values until the exporter has reached the most recent commits. This...
Implements #11854. This is my first time programming in rust so some things may be strange. Feedback is greatly appreciated. I started looking into updating the .cue files for documentation....
When using kafka-proxy as a Kubernetes pod sidecar container, the main application may need to send data to Kafka during its graceful shutdown period. However, kafka-proxy closes very quickly, terminating...
### What problem are you facing? When connecting to a Kafka cluster using TLS, there doesn't seem to be any way to set the CA used to verify the Kafka...
Currently, cortextool always sets the namespace based on the name of the file. This behavior results in rule organization that feels quite unnatural. For example, if we want to define...