Documentation ¶
Index ¶
Constants ¶
View Source
const RawProfileTypeJFR = RawProfileType("jfr")
View Source
const RawProfileTypePPROF = RawProfileType("pprof")
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProfileSample ¶
type ProfileSeries ¶
type ProfileSeries struct { Labels []*v1.LabelPair Samples []*ProfileSample }
func (*ProfileSeries) GetLanguage ¶ added in v1.2.1
func (p *ProfileSeries) GetLanguage() string
type PushRequest ¶
type PushRequest struct { RawProfileSize int RawProfileType RawProfileType Series []*ProfileSeries TotalProfiles int64 TotalBytesUncompressed int64 }
type RawProfileType ¶
type RawProfileType string
Click to show internal directories.
Click to hide internal directories.