Versions in this module Expand all Collapse all v0 v0.0.1 Jul 2, 2024 Changes in this version + const ConsoleType + func Register(outputType string, factory Factory) + type Config interface + type Extension struct + ConfigKey string + Tenant string + type Factory func(Config) (Output, error) + type Output interface + WriteBatchV4 func(configKey, targetKey, metricName string, array []*model.DetailData, ...) error + WriteMetricsV1 func([]*model.Metric, Extension) + func Composite(array ...Output) Output + func Parse(outputType string, config Config) (Output, error) + type PeriodCompleteness struct + OK bool + TS int64 + Target map[string]string + Valid bool