Releases: Lax/traffic-accounting-nginx-module
Releases · Lax/traffic-accounting-nginx-module
Version 2.0
v2.0-alpha.2: Merge pull request #35 from Lax/disable-stream-module
* temporally disable ngx_stream_accounting_module
v2.0 Alpha - Stream accounting support
Now we can do accounting for both 'http' and 'stream' subsystems.
CHANGES
- Directivies: remove
http_prefix - New
streamaccounting module.
v1.3 Pre-release
accounting_logsupports the same parameters aserror_log.
User can definesyslog:target to send logs to remote log server directly.
v1.2 Release: Metrics storage switch to Red-Black tree
Red-Black tree
Use rbtree, which is allocate dynamically, the storage size won't be limited by the number of buckets due to the hash implement.
Insert and query operations are convenient with ngx_rbtree interface.
Search performance should improve for large number of accounting channel names [not-tested-yet].
Minor bugfix
- fix a bug when
http_accounting_perturbis set to 'off' or unset, the first event is added with wrong timer.
v1.1 Release: Log to file support, Add interval/perturb option to conf, dynamic module
- Log to file support
- Add
interval/perturboption to conf http_accounting_idcan be set inifstatement- Support build dynamic module
- Add docker file
v1.0 release: accounting_id support variables.
now http_accounting_id support variables.