Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExportableValue ¶
type ExportableValue interface {
// contains filtered or unexported methods
}
type Metric ¶
type Metric struct {
// contains filtered or unexported fields
}
func (*Metric) ExportRoutine ¶
Should always be called as a goroutine. Writes serialized metrics directly to disk.
func (*Metric) Flush ¶
func (m *Metric) Flush()
Closes the exportChannel, which causes all buffered metrics to be flushed.
func (*Metric) OnTCPFlush ¶
Callback that is called by the pools, once reconstruction for a flow is done. This means that this method runs concurrently.
func (*Metric) OnUDPFlush ¶
Callback that is called by the pools, once reconstruction for a flow is done. This means that this method runs concurrently.
type MetricFlowDuration ¶
type MetricFlowDuration struct{}
type MetricFlowRate ¶
type MetricFlowRate struct {
// contains filtered or unexported fields
}
type MetricFlowSize ¶
type MetricFlowSize struct{}
type MetricPackets ¶
type MetricPackets struct{}
type MetricProtocol ¶
type MetricProtocol struct{}
type MetricRRPs ¶
type MetricRRPs struct{}
type ValueFlowDuration ¶
type ValueFlowDuration struct {
// contains filtered or unexported fields
}
type ValueFlowRate ¶
type ValueFlowRate struct {
// contains filtered or unexported fields
}
type ValueFlowSize ¶
type ValueFlowSize struct {
// contains filtered or unexported fields
}
type ValuePackets ¶
type ValuePackets struct {
// contains filtered or unexported fields
}
type ValueProtocol ¶
type ValueProtocol struct {
// contains filtered or unexported fields
}
type ValueRRPairs ¶
type ValueRRPairs struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.