MCPcopy Create free account
hub / github.com/devfeel/dotweb / QueryIntervalRequestData

Method QueryIntervalRequestData

core/state.go:207–209  ·  view source on GitHub ↗

QueryIntervalRequestData query request count by query time

(queryKey string)

Source from the content-addressed store, hash-verified

205
206// QueryIntervalRequestData query request count by query time
207func (state *ServerStateInfo) QueryIntervalRequestData(queryKey string) uint64 {
208 return state.IntervalRequestData.GetUInt64(queryKey)
209}
210
211// QueryIntervalErrorData query error count by query time
212func (state *ServerStateInfo) QueryIntervalErrorData(queryKey string) uint64 {

Callers 2

showIntervalDataJsonFunction · 0.80
showIntervalDataPrettyFunction · 0.80

Calls 1

GetUInt64Method · 0.65

Tested by

no test coverage detected