Versions in this module Expand all Collapse all v1 v1.0.0 Aug 22, 2024 Changes in this version + type ArangoEventNotificationMessage struct + Action string + EventMessages []EventMessage + type ArangoNormalizationMessage struct + Measurement string + NormalizationMessages []NormalizationMessage + type ArangoUpdate struct + Fields []string + Tags map[string]string + Values []float64 + func NewArangoUpdate(tags map[string]string) ArangoUpdate + type ArangoUpdateCommand struct + Collection string + StatisticalData map[string]float64 + Updates map[string]ArangoUpdate + func NewArangoUpdateCommand(collection string) *ArangoUpdateCommand + type BaseCommand struct + type BaseResultMessage struct + type Command interface + type EventMessage struct + Id string + Key string + TopicType int + type IPv6Fields struct + Delete bool + IPv6 string + Origin string + PrefixLength int + Status string + type IPv6Message struct + Fields IPv6Fields + type InfluxQueryCommand struct + Field string + GroupBy []string + Interval uint + Measurement string + Method string + OutputOptions map[string]config.OutputOption + Transformation *config.Transformation + type InfluxResult struct + Tags map[string]string + Value float64 + type InfluxResultMessage struct + OutputOptions map[string]config.OutputOption + Results []InfluxResult + type InterfaceStatusFields struct + AdminStatus string + CPU string + CarrierTransitionsCount int + Delete bool + Description string + Enabled string + InterfaceIndex int + LastChange int64 + Logical string + LoopbackMode string + MTU int + Management string + Name string + OperStatus string + Type string + type InterfaceStatusMessage struct + Fields InterfaceStatusFields + type KafkaEventCommand struct + Updates []KafkaEventMessage + type KafkaEventMessage struct + Action string + Id string + Key string + TopicType int + type KafkaListeningCommand struct + type KafkaNormalizationCommand struct + Updates []KafkaNormalizationMessage + type KafkaNormalizationMessage struct + Fields map[string]float64 + Measurement string + Tags map[string]string + type MessageTags struct + Host string + IP string + Index string + InterfaceName string + Node string + Path string + Source string + Subscription string + type NormalizationMessage struct + Fields map[string]float64 + Tags map[string]string + type Result interface + type TelemetryMessage struct + Fields map[string]interface{} + Name string + Tags MessageTags + Timestamp int64 + type UpdateLinkMessage struct + NormalizedUnidirDelayVariation float64 + NormalizedUnidirLinkDelay float64 + NormalizedUnidirPacketLoss float64 + UnidirPacketLossPercentage float64 + func (updateMessage *UpdateLinkMessage) GetFields() map[string]interface{} v1.0.0-alpha Aug 7, 2024 v0 v0.0.1-alpha Jul 29, 2024