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 @@ -69,7 +69,6 @@ func (stats *ServerStats) GetInts() map[string]int64 {
69
69
ints ["requests.scheduling_work" ] = stats .SchedulingWorkCount .Get ()
70
70
ints ["requests.working" ] = stats .WorkingCount .Get ()
71
71
ints ["requests.scheduling_write" ] = stats .SchedulingWriteCount .Get ()
72
- ints ["requests.writing" ] = stats .WritingCount .Get ()
73
72
74
73
// server event counters
75
74
periodStr := fmt .Sprintf ("%d" , stats .statsPeriod / time .Second )
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ func TestStats(t *testing.T) {
33
33
"requests.scheduling_work" : 0 ,
34
34
"requests.scheduling_write" : 0 ,
35
35
"requests.working" : 0 ,
36
- "requests.writing" : 0 ,
37
36
"running_workers" : 0 ,
38
37
}
39
38
require .Equal (t , expectedInts , ints )
You can’t perform that action at this time.
0 commit comments