Bryan Boreham

Results 668 comments of Bryan Boreham

While working on #3709 I felt it would be useful to give separate numbers for established connections and TIME_WAIT connections, because the latter indicates an inefficiency that may be fixable...

@yuriprym I'm not clear what kind of advice you need. Given other developments it's probably best to remove the code that talks to kubelet and rely on filtering by node...

It sounds like Scope is telling you what Linux is telling it. The line on the graph goes away, right? Because one of the process endpoints is now missing.

Note to have process-level metrics the target system would have to run something like https://github.com/ncabatoff/process-exporter

I think we would make this optional, e.g. a command-line flag. So if the user knows they have Prometheus metrics available they can set the flag, and give a URL...

We actually do build it for ARM; what we don't do is run the test suite and release the images. Or do any of the multi-arch manifest stuff. https://github.com/weaveworks/scope/blob/bf6af9cfcc86c6cc023c440c313c6c69b586c54f/.circleci/config.yml#L116 If...

No plans at present. This is an Open Source project: no plans are necessary, just someone showing up to do the work.

I see my name is in the OWNERS file despite I have never written a helm chart in my life, nor used one intentionally. I've marked this feature request as...

As noted in #2908 we could also limit the amount of logs we ask for - both Docker and Kubernetes have a 'tail' option. This feature would still be valid...

"Unmanaged" broadly means the rendering code couldn't figure out what it was, perhaps because some detail was missing in the reports from probes. It's difficult to be more specific without...