File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
third-party/thrift/src/thrift/lib/go/thrift/stats Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ func (stats *ServerStats) GetInts() map[string]int64 {
68
68
// instantaneous request pipeline counters
69
69
ints ["requests.scheduling_work" ] = stats .SchedulingWorkCount .Get ()
70
70
ints ["requests.working" ] = stats .WorkingCount .Get ()
71
- ints ["requests.scheduling_write" ] = stats .SchedulingWriteCount .Get ()
72
71
73
72
// server event counters
74
73
periodStr := fmt .Sprintf ("%d" , stats .statsPeriod / time .Second )
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ func TestStats(t *testing.T) {
31
31
expectedInts := map [string ]int64 {
32
32
"requests.processor_panics.60" : 0 ,
33
33
"requests.scheduling_work" : 0 ,
34
- "requests.scheduling_write" : 0 ,
35
34
"requests.working" : 0 ,
36
35
"running_workers" : 0 ,
37
36
}
You can’t perform that action at this time.
0 commit comments