Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Output ¶
func (*Output) Add ¶
func (o *Output) Add(k string, v *OutputIngest)
func (*Output) Profiles ¶
func (o *Output) Profiles() map[string]*OutputIngest
type OutputIngest ¶
type OutputIngest struct { TreeKey string SegmentKey string CollectTime *time.Time Tree *tree.Tree Segment *segment.Segment App *appmetadata.ApplicationMetadata }
type ProfileIngest ¶
type ProfileIngest struct { Format ingestion.Format Metadata ingestion.Metadata RawData []byte Key string ContentType string }
func (*ProfileIngest) GetTags ¶
func (p *ProfileIngest) GetTags() map[string]string
func (*ProfileIngest) Hash ¶
func (p *ProfileIngest) Hash() uint64
func (*ProfileIngest) String ¶
func (p *ProfileIngest) String() string
type TableDimension ¶
type TableGeneral ¶
type TableProfile ¶
type TableSegment ¶
Click to show internal directories.
Click to hide internal directories.