Greg
Greg
Now that we have more benchmarks, it would be good if CI ran benchmarks on all PR's and commented with the result and the benchcmp/benchstat output. Not sure how other...
The maxbytes parameter to New() is an int, which effectively limits the cache size to ~2GB. It would be nice if it supported int64 so we could create very large...
Is it possible to store temporary variables in an mtail program for convenience? Hidden variables seem to be for storing state between lines, but these variables would just be used...
The graphite and statsd exporters diverged long ago, but basically do the same thing with different line processing and collection (all metrics are gauges and only use the latest value)....
Right now, there are several issues stemming from stack driver's DELTA metrics, which just record the change in a metric. This leads to inconsistent data in prometheus, since the value...
## Describe the Feature You Want Some of our services have many resources that depend on a couple setup/init resources to run first. It would be great to be able...
### Expected Behavior Tilt should not hang and become unresponsive ### Current Behavior Tilt hangs and becomes unresponsive to any actions. The tiltfile loads, but show status stuck in updating....