Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func VisitSampleSeries ¶
Types ¶
type SampleSeriesVisitor ¶
type SampleSeriesVisitor interface {
	// VisitProfile is called when no sample labels are present in
	// the profile, or if all the sample labels are identical.
	// Provided labels are the series labels processed with relabeling rules.
	VisitProfile([]*typesv1.LabelPair)
	VisitSampleSeries([]*typesv1.LabelPair, []*profilev1.Sample)
	Discarded(profiles, bytes int)
}
     Click to show internal directories. 
   Click to hide internal directories.