log mod_prometheus/mod_prometheus.lua @ 4653:2b6e8ce5fb30

age author description
2021-06-20 Kim Alvefur mod_prometheus: Revert part of previous commit
2021-06-19 Kim Alvefur Add note of incompatibility with trunk since 5f15ab7c6ae5
2021-04-28 Jonas Schäfer mod_prometheus: Port to new OpenMetrics based statistics module
2021-04-18 Jonas Schäfer mod_prometheus: remove space between label k/v pairs
2021-04-13 Kim Alvefur mod_prometheus: Invoke stats collection if in 'manual' mode
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.