Matt Layher

Results 197 comments of Matt Layher

I have no qualms with adding examples. Mind sending a PR? Out of curiosity though, is there anything with the package's API that trips you up? http://godoc.org/github.com/mdlayher/lmsensors Since there are...

Good idea. I don't actually have a dashboard prepared for this yet, but it's definitely something that should be done in the future.

Embarrassingly, I lost my dashboards a while back in a reinstall and haven't bothered to recreate them since. I would happily accept PRs for a new one.

Hey Peter! I'm playing with trc locally and am pretty happy with it so far. Do you intend to keep working on this PR or have you come up with...

> When you say "this type of problem" do you mean in-process request tracing in general, or something more specific? Yep exactly. I have a bit of a monolithic service...

Yep I do. A Kubernetes service sits in front of the deployment and determines which pod receives which request. If a request is valid and no distributed locks are held,...

Nice! That would certainly be useful for my use case. I'll have to play around with the packages outside of `eztrc`.

I no longer have access to this repository.

Apologies, I haven't had cable TV in a number of years and no longer deploy this exporter, so I don't have a dashboard to share.

I talked to @eliothedeman this weekend and I believe he said that his implementation in Prometheus is the "double exponential smoothing" variety. Right, Eliot?