packages/utils/prometheus-node-exporter-lua/files/usr/lib/lua/prometheus-collectors
Martin Weinelt a98596168a prometheus-node-exporter-lua: normalize metric names in hostapd_stations
Normalizes metrics according to the Prometheus upstream metric
guidelines available at https://prometheus.io/docs/practices/naming/.

Drops the `hostapd_station_wpa` metric, because it is misleading, as it
is not a differentiator between WPA versions, like one could be led to
assume.

Exposes more flags in a more consistent manner. Their metric was
previously only exposed if the flag was present, but not if it wasn't.
The same applies issue was fixed with regards to vht caps.

After this commit the following breaking changes are in place:

- All flags have been moved below `hostapd_station_flags_$flagname`:
  - `hostapd_station_ht` is now `hostapd_station_flag_ht`
  - `hostapd_station_mfp` is now `hostapd_station_flag_mfp`
  - `hostapd_station_vht` is now `hostapd_station_flag_vht`
  - `hostapd_station_wmm` is now `hostapd_station_flag_wmm`

- New flags have been exposed:
  - `hostapd_station_flag_he` for high-efficency connections
  - `hostapd_station_flag_short_preamble` for short preamble connections
  - `hostapd_station_flag_auth` for authentication state
  - `hostapd_station_flag_assoc` for association state

- Some metrics have had their unit normalized to the SI base unit or
  embedded into the metrics name:
  - `hostapd_station_inactive_msec` is now
    `hostapd_station_inactive_seconds`, the value is still float64 and
    as such has enough precision anyway, but becomes easier to reason
    about
  - `hostapd_station_connected_time` has been renamed to
    `hostapd_station_connected_seconds_total` so the unit, as well as
    the nature of the counter is reflected
  - `hostapd_station_signal` now includes its unit and is therefore
    named `hostapd_station_signal_dbm`

- The packet counter metrics have been normalized to what the node
  exporter uses, so it is more in line with the defaults in the
  Prometheus ecosystem:
  - `hostapd_station_rx_packets` is now
    `hostapd_station_receive_packets_total`
  - `hostapd_station_rx_bytes` is now
    `hostapd_station_receive_bytes_total`
  - `hostapd_station_tx_packets` is now
    `hostapd_station_transmit_packets_total`
  - `hostapd_station_tx_bytes` is now
    `hostapd_station_transmit_bytes_total`

Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>
2021-07-06 13:37:36 -04:00
..
bmx6.lua prometheus-node-exporter-lua: add bmx6/7 scraper 2018-02-12 21:41:37 +01:00
bmx7.lua prometheus-node-exporter-lua: extend bmx7 plugin 2018-04-14 15:58:52 +09:00
conntrack.lua prometheus-node-exporter-lua: fix missing conntrack values 2019-04-03 21:08:11 +01:00
cpu.lua prometheus-node-exporter-lua: adapt 0.16 metrics 2018-06-28 23:53:12 +09:00
dawn.lua prometheus-node-exporter-lua: update dawn exporter 2020-10-07 13:54:23 +02:00
filefd.lua prometheus-node-exporter-lua: make it modular 2017-12-08 21:22:16 -08:00
hostapd_stations.lua prometheus-node-exporter-lua: normalize metric names in hostapd_stations 2021-07-06 13:37:36 -04:00
hostapd_ubus_stations.lua prometheus-node-exporter-lua: fix hostapd exporter 2020-10-29 18:52:33 +01:00
loadavg.lua prometheus-node-exporter-lua: make it modular 2017-12-08 21:22:16 -08:00
ltq-dsl.lua prometheus-node-exporter-lua: use the new ubus dsl metrics 2021-02-04 06:14:37 +01:00
meminfo.lua prometheus-node-exporter-lua: adapt 0.16 metrics 2018-06-28 23:53:12 +09:00
nat_traffic.lua prometheus-node-exporter-lua: use io.lines(), remove line_split 2017-12-08 21:22:16 -08:00
netdev.lua prometheus-node-exporter-lua: change network metric type to counter 2018-12-30 22:11:25 +01:00
netstat.lua prometheus-node-exporter-lua: update netstat 2021-01-28 23:56:35 +01:00
openwrt.lua prometheus-node-exporter-lua: add target & system to OpenWrt collector 2019-08-14 20:52:30 -07:00
snmp6.lua prometheus-node-exporter-lua: add snmp6 exporter 2020-12-07 18:31:57 +01:00
textfile.lua prometheus-node-exporter-lua: export static files 2018-04-30 01:17:20 +09:00
time.lua prometheus-node-exporter-lua: Change node_time_seconds type to "gauge" 2020-05-03 15:16:14 -05:00
uci_dhcp_host.lua prometheus-node-exporter-lua: uci_dhcp_host module 2020-07-20 13:11:04 -10:00
uname.lua prometheus-node-exporter-lua: close io.popen files to reap zombies 2018-11-25 17:06:24 +03:00
wifi.lua prometheus-node-exporter-lua: an unavaliable wifi interface may have stopped the scraper from functioning 2019-11-17 18:16:48 -08:00
wifi_stations.lua prometheus-node-exporter-lua: an unavaliable wifi interface may have stopped the scraper from functioning 2019-11-17 18:16:48 -08:00