Early Nichols
Early Nichols
The test being failed is regarding the example version print; since the test now pulls the go version on startup, rather than being passed on build, the field for goVersion...
Hello! Just wanted to give an update on how this is going. PR #675 addresses autodiscovery for Kubernetes services (externally) or pods (internally) with specific names or labels. Any discovered...
To the best of my knowledge, the team doesn't have immediate plans to develop AWS Timestream support. If we take steps into AWS, the first stop is likely to be...
Right, sorry, I should have used more descriptive language! I can't speak for individuals on the team, but generally, we've got our sights on specific enhancements that we'd like to...
Hi @eglute! We have a few more changes and fixes to go over for the beta--InfluxDB 2 and MySQL support, service autodiscovery, and a migration off of `gorilla/mux` are all...
Hi, @Danny02 @vitalyu. Here's where we are on the next v2 beta: - There are some dependencies that need updating - The Clickhouse multi-line query is fixed, but there's an...
@Starttoaster You sound like you've heard the personal/common answers before, so I'll spare you those--I'm just not in a position to sign off on changes (especially build/actions related) myself, and...
@Starttoaster Happy Friday! I'm going to get to work this weekend on releasing builds with updated images and dependencies for v1.0.x and v1.1.x. Hopefully that'll give your team what it...
I thought we had fixed 655, but apparently not--I'll get on that later today. Seems like a plausible cause for the underlying issue @morningstart-liu is experiencing; I'll take a look...
The configuration for paths works generally like this: 1. Enter `bo.SetDefaults` 2. Pass old options to `po.SetDefaults` 3. In that function, the old options are modified 4. Re-enter `bo.SetDefaults` 5....