log mod_prometheus/mod_prometheus.lua @ 4463:8b8246031a5e

age author description
2020-03-21 Kim Alvefur mod_prometheus: Ensure mod_http is loaded where the http interface is exposed (thanks Martin)
2018-06-25 Emmanuel Gil Peyrot mod_prometheus: Expose min, max and average when available.
2018-06-22 Emmanuel Gil Peyrot mod_prometheus: Fetch statistics at every request.
2018-06-21 Emmanuel Gil Peyrot mod_prometheus: Move timestamp generation to the stats-update event.
2018-06-21 Emmanuel Gil Peyrot mod_prometheus: Put the name as a label, which fits better the usual Prosody model.
2018-06-21 Emmanuel Gil Peyrot mod_prometheus: Add my copyright.
2018-06-21 Emmanuel Gil Peyrot mod_prometheus: Change the storage model for one which matches Prometheus better.
2018-06-21 Emmanuel Gil Peyrot mod_prometheus: Optimise global lookups.
2018-06-21 Emmanuel Gil Peyrot mod_prometheus: Don’t shadow variables. [luacheck]
2018-06-21 Emmanuel Gil Peyrot mod_prometheus: Prefix metric names with "prosody_".
2018-06-21 Emmanuel Gil Peyrot mod_prometheus: Add a new statistics export module, for Prometheus.