MCPcopy Create free account
hub / github.com/TalkingData/owl / Query

Method Query

common/tsdb/tsdb.go:4–4  ·  view source on GitHub ↗
(start, end, rawTags, aggregator, metric string, is_relative bool)

Source from the content-addressed store, hash-verified

2
3type TsdbClient interface {
4 Query(start, end, rawTags, aggregator, metric string, is_relative bool) ([]Result, error)
5}

Callers 15

getHostPluginsMethod · 0.65
maxMethodFunction · 0.65
minMethodFunction · 0.65
ratioMethodFunction · 0.65
topMethodFunction · 0.65
bottomMethodFunction · 0.65
lastMethodFunction · 0.65
diffMethodFunction · 0.65
nodataMethodFunction · 0.65
avgMethodFunction · 0.65
strategySwitchFunction · 0.65

Implementers 4

Clientcommon/types/tsdb.go
OpenTsdbClientcommon/tsdb/opentsdb.go
KairosDbClientcommon/tsdb/kairosdb.go
httpClientcommon/tsdb/go-kairosdb/client/http_cl

Calls

no outgoing calls

Tested by

no test coverage detected