Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + const CH_TABLE + const CH_TABLE_ALL + func CopyFieldDefine(field *pb.FieldDefine) *pb.FieldDefine + func CopyMeta(m *pb.MetricMeta) *pb.MetricMeta + func CopyNameDefine(name *pb.NameDefine) *pb.NameDefine + func CopyTagDefine(tag *pb.TagDefine) *pb.TagDefine + func CopyValue(v *pb.ValueDefine) *pb.ValueDefine + func FieldsKeys(m *pb.MetricMeta) []string + func NewMeta() *pb.MetricMeta + func TagsKeys(m *pb.MetricMeta) []string + type Metric struct + Fields map[string]interface{} + Name string + OrgName string + Tags map[string]string + Timestamp int64 + func (m *Metric) Copy() *Metric + func (m *Metric) GetTags() map[string]string + func (m *Metric) Hash() uint64 + func (m *Metric) String() string + type TableMetrics struct + MetricGroup string + NumberFieldKeys []string + NumberFieldValues []float64 + OrgName string + StringFieldKeys []string + StringFieldValues []string + TagKeys []string + TagValues []string + TenantId string + Timestamp time.Time + type TableMetricsMeta struct + MetricGroup string + NumberFieldKeys []string + OrgName string + StringFieldKeys []string + TagKeys []string + TenantId string + Timestamp time.Time