Harjot Gill
Harjot Gill
Looks like a change was merged a while back to enable buffers in Tabline. It would be nice to have an option to disable buffers and switch to Tabs only...
Looks like this package is being published as a cask in Homebrew. It would be really great if this package was available as a Formula within Homebrew so that it...
I just started setting up graphite for our startup and added it to our common dotfiles. However, I have been unable to get the completion working on Zsh. Is it...
It would be very useful if we could get the function context when doing the diff, similar to the `git diff --function-context` command.
See: - https://github.com/open-telemetry/opentelemetry-collector/blob/9f776d0dbcfa0128b0c2d00090045716e55509b8/service/config.go#L43 - https://github.com/lightstep/otel-config-validator
For both Aperture OSS and FN ARC, let's add the following panels to signals dashboard -- 1. Min/Max in single panel 2. Percentiles e.g. ```signal_reading{policy_name=\"load-based-autoscale-service1\",signal_name=\"${signal_name}\",valid=\"true\",quantile=\"0\"}```
[Uber Tally](https://github.com/uber-go/tally) makes it really easy to build contextual metrics similar to how we build contextual status/logger/alerts within Status Registry. We should migrate all our metrics reporting to Tally and...
- Properly register/deregister metrics using Fx lifecycle. - Track latency summary (`job_name`, `job_ok` labels - chat with @hasit on this)
Currently it's simply returning repo we back to user. It should actually be check status registry (liveness and readiness paths).