Bryan Boreham

Results 835 comments of Bryan Boreham

> That would yield a graph that doesn't begin at zero on the lefthand edge. Could you subtract the value at the start using [the `@` modifier](https://prometheus.io/docs/prometheus/latest/querying/basics/#modifier)?

@tharun208 great! If you need advice on the architecture please ask - either here or in Weaveworks Community Slack. Note #3589 added a basic "kubectl describe" -alike, but there's lots...

This is a proposed change to the Go code to fix the issue. Are you are able to download this branch and build your own container?

The port to CRI was mostly done but not finished - see [open issues](https://github.com/weaveworks/scope/issues?q=is%3Aissue+is%3Aopen+cri)

> So, it did not expose 3000->3000. Why did you expect something on port 3000? The default behaviour on `scope launch` is to run in the host network namespace, so...

Possibly. We don't build for that architecture in CI, but Go does target it. You'd probably have to tweak the same files that mention `ppc64le`. Let us know how you...

This line seems the most indicative of a problem: WARN: 2019/04/30 12:34:27.585560 background /proc reader: full pass took 8m29.165762021s: 50% more than expected (10s) the question is, why is it...

We need to at least note the problem in the docs.

I guess it is "possible", however the code wasn't written with i18n in mind so would take some work to refactor embedded strings into something that can be swapped out....

Sorry what you are asking for is after the “would take some work” part of my answer. I’m not going to do it personally; if someone else wants to do...