Ben Kochie
Ben Kochie
The kinds of monitoring tasks you're talking about are already implemented by good quality code. For example, there are several SQL query exporters for exposing SQL query data. Add monitoring...
Hrm, good question, cc @simonpasquier
Unfortunately we don't allow collectors that require `CAP_SYS_ADMIN`. We have a policy against requiring users to need root access.
The Prometheus project does not have a "single node agent" data model. Having everything in the node_exporter is not something we ever plan to support. There are different exporters for...
We haven't updated the osx build tools in a while. I guess we need to look into that.
I think we need to update the xcode stuff in our golang-builder Docker image. It's been a very long time and the update process is really annoying/tricky due to Apple's...
We usually stick the binaries in a tar.gz, would that be enough to avoid Safari warnings?
If this is intended to replace the `node-mixin`, should we remove the old mixin?
I would love to be able to support Android. But I have no idea what that crash it about. Go has a specific `GOOS=android` target, so it may be needed...
@pfk-beta Neat, but, we don't allow use of `"os/exec"` in the node_exporter.