Chris Kelly

Results 24 comments of Chris Kelly

Telemetry is trick and a lot to get right. There is getting the metrics right, and exposing them. Here's a stream of consciousness back for you. A lot of good...

Yep, that all sounds perfectly reasonable. The metrics I'm interested in are essentially/currently the cluster-wide metrics that rabbitmq exposes here: https://www.rabbitmq.com/monitoring.html#cluster-wide-metrics We're using a single queue, but once we add...

A great start would be letting me answer "how many items have been added to this queue?" "how many items are in this queue?" and "how many items have been...

Its a fifo queue, so the first 3 would work :) 1. for "how many in the queue". We are not (currently) using good_job to schedule jobs to happen at...

Terraform 1.4 is here! ``` Terraform v1.4.0 on linux_arm64 ``` I don't think this has resolved the `providers lock` being required for multi-architecture environments yet as running `providers lock` with...

That does appear to be the case for a first-run of `providers lock` for a single terraform context, and it seems completely right that the first run of `providers lock`...

This is duplicated by https://github.com/beekeeper-studio/beekeeper-studio/issues/1531 Copying my workaround here for context: we use an AWS SSM tunnel which works similar to Cloudflare Argo tunnels using a local ProxyCommand for ssh....

@rathboma There are a bunch of ways this could go, supporting "system" "ssh config" (e.g. in ~/.ssh/config) and a Proxy command within it would do the trick. I've seen other...

This is not something that Setler does currently, but it would be a nice feature to have.