Documentation
¶
Index ¶
Constants ¶
View Source
const ( PushPolicy = "push" PullPolicy = "pull" )
View Source
const ( Agent = "/monitoring/agents" MonConfig = "/monitoring/configs" Topic = "/monitoring/topics" CollectorGroupTopic = "/monitoring/collectorGroupTopics" DeleteTopic = "/monitoring/delTopics" EventLog = "/monitoring/eventLogs" )
CB-Store key
View Source
const ( NsId = "nsId" McisId = "mcisId" VmId = "vmId" OsType = "osType" CspType = "cspType" )
View Source
const ( AgentCnt = "AGENTCOUNT" CSP = "CSP" )
View Source
const ( ALIBABA = "ALIBABA" AWS = "AWS" AZURE = "AZURE" CLOUDIT = "CLOUDIT" CLOUDTWIN = "CLOUDTWIN" DOCKER = "DOCKER" GCP = "GCP" OPENSTACK = "OPENSTACK" TotalCspCnt = 8 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregateType ¶ added in v0.3.5
type AggregateType string
const ( MIN AggregateType = "min" MAX AggregateType = "max" AVG AggregateType = "avg" LAST AggregateType = "last" ReadConnectionTimeout = 6 )
func (AggregateType) ToString ¶ added in v0.3.5
func (a AggregateType) ToString() string
type Metric ¶
type Metric string
func GetMetricType ¶ added in v0.4.1
func (Metric) ToAgentMetricKey ¶ added in v0.3.5
Click to show internal directories.
Click to hide internal directories.