Ben Kochie
Ben Kochie
@guymeron The [allocs profile](https://pkg.go.dev/runtime/pprof#hdr-Allocs_profile-Profile) is not memory used, but bytes allocated since process start. This is not useful for debugging memory utilization. For questions/help/support please use our [community](https://prometheus.io/community/) channels. There...
Yes, this would be useful if you want to implement it.
This currently can not be merged due to conflicts and the tests not passing.
Thanks! Sorry for the long review process.
Yes, I did this PR as an example of the re-architecture. I'm happy to contribute more improvements.
Ahh, yes, this is because `metrics/metrics.go` creates an isolated metrics registry instead of using the standard default registry. Also because it's not created by the `main` or exported it's not...
I went another direction and simply exported the registry from the metrics package.
I think Perses and PromLens deserve their own sub pages under `docs/visualization`. Perhaps if there additional smaller tools, we could add an "Other tools" page. There are lots of small...
I think you meant https://github.com/coredns/coredns/pull/6416.
Sorry, I clearly didn't read the code / proposal well enough. Setting up multiple listeners from the same process is the goal. I think this is fine for now, at...