Documentation ¶
Index ¶
Constants ¶
View Source
const ( MetricInternalPrefix = "_" MetricMeta = "_metric_meta" MetricTagMetricName = "metric_name" MetricTagScope = "metric_scope" MetricTagScopeID = "metric_scope_id" MetricTagMetricMeta = "meta" MetricTagMetricID = "_id" MetricTagOrgName = "org_name" MetricTagClusterName = "cluster_name" MetricTagTTL = "_ttl" MetricTagTTLFixed = "fixed" MetricTagLifetime = "_lt" // lifetime MetricTagTransient = "transient" // transient, not stored to elasticsearch. MetricFieldTags = "tags" MetricFieldFields = "fields" Minute int64 = Second * 60 Second int64 = 1000 * 1000 * 1000 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.