Searched hist:de44cbc21d1bbae8d03df681be5057c5eb37a5d3 (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/prometheus_sysctl_exporter/ |
H A D | Makefile | de44cbc21d1bbae8d03df681be5057c5eb37a5d3 Wed Dec 21 09:29:44 CET 2016 Ed Schouten <ed@FreeBSD.org> Add a Prometheus exporter for sysctl values.
Now that we have our sysctl tree annotated with aggregation labels, let's go ahead and provide a very simple utility for exporting the sysctl tree in Prometheus' format. It can either be used in conjunction with the Prometheus node exporter or run through inetd(8).
The reason why I'm opting for having it in the base system is because it has a pretty strong integration with some of sysctl's innards, such as access to iterators, name lookups, metadata and type information. As I am investigating whether we can add histograms as native types to sysctl as well, this integration will only get stronger as we go along. That's why it would be safer to oversee the development of this exporter ourselves, as opposed to having it as an external project.
This exporter is remarkably compact, especially when compared to the official Linux binary of the Prometheus node exporter (16 KB vs 12 MB). I guess this could be an interesting aspect for monitoring embedded FreeBSD-based systems.
Differential Revision: https://reviews.freebsd.org/D8792
|
H A D | prometheus_sysctl_exporter.8 | de44cbc21d1bbae8d03df681be5057c5eb37a5d3 Wed Dec 21 09:29:44 CET 2016 Ed Schouten <ed@FreeBSD.org> Add a Prometheus exporter for sysctl values.
Now that we have our sysctl tree annotated with aggregation labels, let's go ahead and provide a very simple utility for exporting the sysctl tree in Prometheus' format. It can either be used in conjunction with the Prometheus node exporter or run through inetd(8).
The reason why I'm opting for having it in the base system is because it has a pretty strong integration with some of sysctl's innards, such as access to iterators, name lookups, metadata and type information. As I am investigating whether we can add histograms as native types to sysctl as well, this integration will only get stronger as we go along. That's why it would be safer to oversee the development of this exporter ourselves, as opposed to having it as an external project.
This exporter is remarkably compact, especially when compared to the official Linux binary of the Prometheus node exporter (16 KB vs 12 MB). I guess this could be an interesting aspect for monitoring embedded FreeBSD-based systems.
Differential Revision: https://reviews.freebsd.org/D8792
|
H A D | prometheus_sysctl_exporter.c | de44cbc21d1bbae8d03df681be5057c5eb37a5d3 Wed Dec 21 09:29:44 CET 2016 Ed Schouten <ed@FreeBSD.org> Add a Prometheus exporter for sysctl values.
Now that we have our sysctl tree annotated with aggregation labels, let's go ahead and provide a very simple utility for exporting the sysctl tree in Prometheus' format. It can either be used in conjunction with the Prometheus node exporter or run through inetd(8).
The reason why I'm opting for having it in the base system is because it has a pretty strong integration with some of sysctl's innards, such as access to iterators, name lookups, metadata and type information. As I am investigating whether we can add histograms as native types to sysctl as well, this integration will only get stronger as we go along. That's why it would be safer to oversee the development of this exporter ourselves, as opposed to having it as an external project.
This exporter is remarkably compact, especially when compared to the official Linux binary of the Prometheus node exporter (16 KB vs 12 MB). I guess this could be an interesting aspect for monitoring embedded FreeBSD-based systems.
Differential Revision: https://reviews.freebsd.org/D8792
|
/freebsd/usr.sbin/ |
H A D | Makefile | diff de44cbc21d1bbae8d03df681be5057c5eb37a5d3 Wed Dec 21 09:29:44 CET 2016 Ed Schouten <ed@FreeBSD.org> Add a Prometheus exporter for sysctl values.
Now that we have our sysctl tree annotated with aggregation labels, let's go ahead and provide a very simple utility for exporting the sysctl tree in Prometheus' format. It can either be used in conjunction with the Prometheus node exporter or run through inetd(8).
The reason why I'm opting for having it in the base system is because it has a pretty strong integration with some of sysctl's innards, such as access to iterators, name lookups, metadata and type information. As I am investigating whether we can add histograms as native types to sysctl as well, this integration will only get stronger as we go along. That's why it would be safer to oversee the development of this exporter ourselves, as opposed to having it as an external project.
This exporter is remarkably compact, especially when compared to the official Linux binary of the Prometheus node exporter (16 KB vs 12 MB). I guess this could be an interesting aspect for monitoring embedded FreeBSD-based systems.
Differential Revision: https://reviews.freebsd.org/D8792
|