Andrea Luzzardi
Andrea Luzzardi
Reviving this. We need to move metrics out of experimental soon-ish - metrics address or engine API? /cc @diogomonica
How about this: We add metrics to the engine API (because, no matter what, it makes sense), and we keep --metrics-addr experimental. Then we'll decide whether to keep it or...
/cc @abronan
We'd have to patch the zk client
@jedevc 👋 Late to the party -- won't this affect caching? I thought the reason buildkit defaults to NOT doing it is because of how it resets the cache pretty...
Hey @sebgie, The confusion comes from the fact that we have two set of labels: - Node labels (the ones you've been setting through `docker node update`) - Engine labels...
@alexmavr @Richard-Mathie You can do that by setting engine labels. 1) start docker engine with labels, e.g. `dockerd --label foo=bar` 2) use constraints with `engine.labels.key==value` (note I'm using `engine` rather...
/cc @diogomonica
I'm able to make the engine misbehave by doing some stress testing: ``` Error: response from query: returned error 502 Bad Gateway: http do: Post "http://dagger/query": rpc error: code =...
> I'd actually view cloud cache as somewhat orthogonal to vertical vs. horizontal scaling. Basically, vertical scaling is not contradictory with a remote cloud cache. Agree on that point. Additionally,...