Software /
code /
prosody-modules
Log
mod_prometheus/mod_prometheus.lua @ 3857:8752e5b5dd08
description | author | age |
---|---|---|
mod_prometheus: Expose min, max and average when available. | Emmanuel Gil Peyrot | 2018-06-25 |
mod_prometheus: Fetch statistics at every request. | Emmanuel Gil Peyrot | 2018-06-22 |
mod_prometheus: Move timestamp generation to the stats-update event. | Emmanuel Gil Peyrot | 2018-06-21 |
mod_prometheus: Put the name as a label, which fits better the usual Prosody model. | Emmanuel Gil Peyrot | 2018-06-21 |
mod_prometheus: Add my copyright. | Emmanuel Gil Peyrot | 2018-06-21 |
mod_prometheus: Change the storage model for one which matches Prometheus better. | Emmanuel Gil Peyrot | 2018-06-21 |
mod_prometheus: Optimise global lookups. | Emmanuel Gil Peyrot | 2018-06-21 |
mod_prometheus: Don’t shadow variables. [luacheck] | Emmanuel Gil Peyrot | 2018-06-21 |
mod_prometheus: Prefix metric names with "prosody_". | Emmanuel Gil Peyrot | 2018-06-21 |
mod_prometheus: Add a new statistics export module, for Prometheus. | Emmanuel Gil Peyrot | 2018-06-21 |