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 }
type PushRequest ¶
type PushRequest struct { RawProfileSize int RawProfileType RawProfileType Series []*ProfileSeries }
type RawProfileType ¶
type RawProfileType string
Click to show internal directories.
Click to hide internal directories.