Documentation
¶
Index ¶
Constants ¶
View Source
const ( MessageTypeUndefined = iota MessageTypeIncrement MessageTypeGauge MessageTypeTiming MessageTypeCount MessageTypeUnique )
Message type
Variables ¶
View Source
var InfluxFormat = FnkFormat(influxFormatFnk)
InfluxFormat message converter
Functions ¶
func NewWrapper ¶
func NewWrapper(mm metricas, format Formater) notificationcenter.Streamer
NewWrapper of metrica
Types ¶
type Formater ¶
type Formater interface {
Format(msg interface{}) interface{}
}
Formater message converter
Click to show internal directories.
Click to hide internal directories.