model

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2023 License: AGPL-3.0 Imports: 2 Imported by: 0

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 ProfileSample struct {
	Profile    *pprof.Profile
	RawProfile []byte // may be nil if the Profile is composed not from pprof ( e.g. jfr)
	ID         string
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL