Log

mod_prometheus/mod_prometheus.lua @ 4811:a1fe59c06c48

description author age
mod_prometheus: Revert part of previous commit Kim Alvefur 2021-06-20
Add note of incompatibility with trunk since 5f15ab7c6ae5 Kim Alvefur 2021-06-19
mod_prometheus: Port to new OpenMetrics based statistics module Jonas Schäfer 2021-04-28
mod_prometheus: remove space between label k/v pairs Jonas Schäfer 2021-04-18
mod_prometheus: Invoke stats collection if in 'manual' mode Kim Alvefur 2021-04-13
mod_prometheus: Ensure mod_http is loaded where the http interface is exposed (thanks Martin) Kim Alvefur 2020-03-21
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