QueryIntervalErrorData query error count by query time
(queryKey string)
| 210 | |
| 211 | // QueryIntervalErrorData query error count by query time |
| 212 | func (state *ServerStateInfo) QueryIntervalErrorData(queryKey string) uint64 { |
| 213 | return state.IntervalErrorData.GetUInt64(queryKey) |
| 214 | } |
| 215 | |
| 216 | // AddRequestCount add request count |
| 217 | func (state *ServerStateInfo) AddRequestCount(page string, code int, num uint64) { |
no test coverage detected