aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/metric_exporter.lua
Commit message (Expand)AuthorAgeFilesLines
* [Fix] metric_exporter: avoid sending `nil` in metric valuesAndrew Lewis2024-07-081-1/+1
* [Minor] Reformat all Lua code, no functional changesVsevolod Stakhov2023-08-071-6/+8
* [Minor] Update my email and the copyright yearVsevolod Stakhov2022-03-251-1/+1
* [Fix] Try to plug memory leak in metric exporterVsevolod Stakhov2018-06-141-2/+3
* [Minor] Add common methods to find a primary controllerVsevolod Stakhov2018-02-261-1/+1
* [Feature] Store plugins stateVsevolod Stakhov2017-12-031-1/+5
* [Minor] Use controller for single-instance tasksAndrew Lewis2017-08-261-2/+2
* [Minor] Pass rspamd_config to taskless TCP requestsVsevolod Stakhov2017-06-131-0/+1
* [Fix] Detect confighelp in plugins initialisationVsevolod Stakhov2017-04-221-0/+4
* [Minor] Fix changes to changesAndrew Lewis2017-03-271-1/+1
* [Minor] Fix changes to metric exporterAndrew Lewis2017-03-271-3/+3
* [Minor] Use table for strings concatenationVsevolod Stakhov2017-03-271-3/+5
* [Minor] Add default configs for several modulesAndrew Lewis2017-02-281-3/+8
* [Minor] Use new API for debug logging in Lua pluginsAndrew Lewis2016-11-251-4/+5
* [Minor] Trim whitespaceAndrew Lewis2016-11-181-1/+1
* [Minor] Use new logging API everywhereAndrew Lewis2016-11-171-2/+2
* [Minor] Lint Lua plugins & global functionsAndrew Lewis2016-11-141-12/+12
* [Minor] Tidy graphite_config function in metric exporterAndrew Lewis2016-11-021-17/+20
* Merge pull request #1085 from fatalbanana/exporterVsevolod Stakhov2016-11-011-0/+1
|\
| * [Minor] Set default value for metric exporter statefileAndrew Lewis2016-11-011-0/+1
* | [Minor] Get rid of some global variablesAndrew Lewis2016-11-011-10/+11
|/
* [Minor] Improve metric exporter scheduling mechanismAndrew Lewis2016-10-311-17/+54
* [Feature] Preliminary version of metric exporter moduleAndrew Lewis2016-10-281-0/+190