log mod_prometheus/mod_prometheus.lua @ 4690:82dabfffaddf

age author description
Sun, 20 Jun 2021 13:54:23 +0200 Kim Alvefur mod_prometheus: Revert part of previous commit
Sat, 19 Jun 2021 12:55:14 +0200 Kim Alvefur Add note of incompatibility with trunk since 5f15ab7c6ae5
Wed, 28 Apr 2021 08:22:47 +0200 Jonas Schäfer mod_prometheus: Port to new OpenMetrics based statistics module
Sun, 18 Apr 2021 13:42:07 +0200 Jonas Schäfer mod_prometheus: remove space between label k/v pairs
Tue, 13 Apr 2021 23:53:53 +0200 Kim Alvefur mod_prometheus: Invoke stats collection if in 'manual' mode
Sat, 21 Mar 2020 18:05:22 +0100 Kim Alvefur mod_prometheus: Ensure mod_http is loaded where the http interface is exposed (thanks Martin)
Mon, 25 Jun 2018 23:58:13 +0200 Emmanuel Gil Peyrot mod_prometheus: Expose min, max and average when available.
Fri, 22 Jun 2018 15:19:55 +0200 Emmanuel Gil Peyrot mod_prometheus: Fetch statistics at every request.
Fri, 22 Jun 2018 01:03:47 +0200 Emmanuel Gil Peyrot mod_prometheus: Move timestamp generation to the stats-update event.
Fri, 22 Jun 2018 00:38:37 +0200 Emmanuel Gil Peyrot mod_prometheus: Put the name as a label, which fits better the usual Prosody model.
Fri, 22 Jun 2018 00:32:05 +0200 Emmanuel Gil Peyrot mod_prometheus: Add my copyright.
Fri, 22 Jun 2018 00:31:54 +0200 Emmanuel Gil Peyrot mod_prometheus: Change the storage model for one which matches Prometheus better.
Thu, 21 Jun 2018 22:15:15 +0200 Emmanuel Gil Peyrot mod_prometheus: Optimise global lookups.
Thu, 21 Jun 2018 22:14:12 +0200 Emmanuel Gil Peyrot mod_prometheus: Don’t shadow variables. [luacheck]
Thu, 21 Jun 2018 22:11:01 +0200 Emmanuel Gil Peyrot mod_prometheus: Prefix metric names with "prosody_".
Thu, 21 Jun 2018 21:37:13 +0200 Emmanuel Gil Peyrot mod_prometheus: Add a new statistics export module, for Prometheus.