Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EncodeToJson ¶
func EncodeToJson(item EncodeItem, dataSourceId int, exporterCfg *config.ExporterCfg, uTags0, uTags1 *utag.UniversalTags, k8sLabels0, k8sLabels1 utag.Labels) string
func IPv4String ¶
func IPv6String ¶
Types ¶
type EncodeItem ¶
type ExportItem ¶
type ExportItem interface { DataSource() uint32 GetFieldValueByOffsetAndKind(offset uintptr, kind reflect.Kind, dataType utils.DataType) interface{} EncodeTo(p config.ExportProtocol, utags *utag.UniversalTagsManager, cfg *config.ExporterCfg) (interface{}, error) TimestampUs() int64 // us Release() AddReferenceCount() }
Click to show internal directories.
Click to hide internal directories.