nginx-module-vts

Nginx virtual host traffic status module

BSD-2-CLAUSE License

Stars
3.2K
Committers
18

Bot releases are hidden (Show)

nginx-module-vts - v0.2.2 Latest Release

Published by u5surf over 1 year ago

What's Changed

Full Changelog: https://github.com/vozlt/nginx-module-vts/compare/v0.2.1...v0.2.2

nginx-module-vts - v0.2.1

Published by u5surf about 2 years ago

[v0.2.1] - 2022-09-16

Bugfix

  • use trimmed serverZones name
  • improved the accuracy of total(*) statistics by nginx-module-sts/pull/10

Chore

Compatibility

  • fixed an issues/232 with compile errors in gcc 11.3

Debug

  • added ngx_log_error() when ngx_http_vhost_traffic_status_node_position_key() failed for issues/212

Docs

  • Fixed README

Test

nginx-module-vts - v0.2.0

Published by SuperQ about 2 years ago

[v0.2.0] - 2022-09-05

Bugfix

  • fixed for PR#238
  • fixed for PR#238
  • fixed issues/204 that syntax error has occured
  • rollback to 549cc4d
  • fixed issues/137, issues/98 that maxSize in cacheZones is displayed incorrectly
  • fixed issues/174 that XSS vulnerability in the html page Feature: added moduleVersion field in format/json
  • added escape strings for filter names in JSON
  • fixed the sum value of histogram in upstream metrics
  • fixed to display all A records of server without zone directive in the upstream block.

Chore

  • Use git-chglog

Comment

  • added moduleVersion
  • added additional information about cacheZones
  • added tested versions
  • added a diagram for the order of module directives

Compatibility

  • fixed ngx_http_vhost_traffic_status_display_get_upstream_nelts() to calculate all A records of server.

Docs

  • Fix README

Docs

  • fix simple typo, destory -> destroy

Fix

  • limit the r->uri search scope to avoid overflow

Prometheus

  • fix nginx_vts_filter_requests_total labels
  • remove request "total" metrics

Refactor

  • changed version
  • changed spacing
  • changed spacing
  • changed if statement from merged pull/145

Test

  • describe how to test and fix failed test case