File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
77## [ Unreleased]
88### Added
99- Ruby 2.4.1 testing
10+ - Frontend request rate metrics to ` --server-metrics `
1011
1112## [ 1.1.0] - 2017-01-30
1213### Added
Original file line number Diff line number Diff line change @@ -176,6 +176,9 @@ def run #rubocop:disable all
176176 elsif config [ :server_metrics ]
177177 output "#{ config [ :scheme ] } .#{ line [ 0 ] } .#{ line [ 1 ] } .session_total" , line [ 7 ]
178178 output "#{ config [ :scheme ] } .#{ line [ 0 ] } .#{ line [ 1 ] } .session_current" , line [ 4 ]
179+ output "#{ config [ :scheme ] } .#{ line [ 0 ] } .#{ line [ 1 ] } .requests_per_second" , line [ 46 ]
180+ output "#{ config [ :scheme ] } .#{ line [ 0 ] } .#{ line [ 1 ] } .requests_per_second_max" , line [ 47 ]
181+ output "#{ config [ :scheme ] } .#{ line [ 0 ] } .#{ line [ 1 ] } .requests_total" , line [ 48 ]
179182 end
180183
181184 if line [ 1 ] != 'BACKEND' && !line [ 1 ] . nil?
You can’t perform that action at this time.
0 commit comments