Ben Kochie

Results 133 issues of Ben Kochie

Add the ability to extend translations without needing to have separate scripts. * Detect desired language with the `LANG` env variable. * Update README/Dockerfile. * Figure out message offsets automatically....

## Proposal In order to stop targets from overloading the `__name__` index, add a scrape config limiter that limits the number of metric names per scrape. This will protect, for...

The load average metric is misleading as a representation of CPU saturation. Normal CPU utilization is a better real representation of saturation. On newer Linux, there is a new Pressure...

We closed https://github.com/prometheus/node_exporter/issues/293 as "good enough", but I would like to consider this again. We now have BuildKite to do FreeBSD native builds. To improve on the BuildKite config, we...

platform/FreeBSD

* Update minimum version to Go 1.17. * Update build to Go 1.18. * Update Go modules. Signed-off-by: SuperQ

While it's not common, some devices do support [RFC 3430](https://tools.ietf.org/html/rfc3430), SNMP over TCP. The upstream gosnmp library supports this, so it should be an easy thing to add.

feature-request

The [Raritan PDU2-MIB](http://cdn.raritan.com/download/lg/version-3.4.11/PDU2_MIB_3.4.11_44691.txt) contains a TEXTUAL-CONVENTION enum used to identify sensor types. But the `sensorType` is not mapped into the table as a string, only as an index integer. Example...

feature-request

This exporter is pretty stable, it would be nice to make it 1.0 with update stability for the mapping config file.

question

Instead of using a a config file to expose multiple devices, it would be better to have a URL param called `target`. Similar to how the blackbox_exporter and snmp_exporter work....

There are two metrics, `consul_serf_lan_member_status` and `consul_serf_wan_member_status`. I'm thinking we should combine this into a single `consul_serf_member_status` metric with a label for lan vs wan. It's also currently a numeric...