Documentation ¶
Index ¶
Constants ¶
View Source
const ( EventTopicTSDBSet = "roles.tsdb.set" EventTopicTSDBInc = "roles.tsdb.inc" EventTopicTSDBWrite = "roles.tsdb.write" EventTopicTSDBBeforeWrite = "roles.tsdb.before_write" )
View Source
const ( KeyRole = "tsdb" KeySystem = "system" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIMetricsGetInput ¶ added in v0.9.3
type APIMetricsGetInput struct { Role APIMetricsRole `query:"role" required:"true"` Category string `query:"category"` Node string `query:"node"` Since *time.Time `query:"since" description:"Optionally set a start time for which to return datapoints after"` }
type APIMetricsGetOutput ¶
type APIMetricsGetOutput struct {
Records []APIMetricsRecord `json:"records" required:"true"`
}
type APIMetricsRecord ¶
type APIMetricsRole ¶ added in v0.9.3
type APIMetricsRole string
func (APIMetricsRole) Enum ¶ added in v0.9.3
func (APIMetricsRole) Enum() []interface{}
Click to show internal directories.
Click to hide internal directories.