upstream

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Format

type Format string
const FormatPprof Format = "pprof"

type SampleType

type SampleType struct {
	Units       string `json:"units,omitempty"`
	Aggregation string `json:"aggregation,omitempty"`
	DisplayName string `json:"display-name,omitempty"`
	Sampled     bool   `json:"sampled,omitempty"`
	Cumulative  bool   `json:"cumulative,omitempty"`
}

type UploadJob

type UploadJob struct {
	Name             string
	StartTime        time.Time
	EndTime          time.Time
	SpyName          string
	SampleRate       uint32
	Units            string
	AggregationType  string
	Format           Format
	Profile          []byte
	PrevProfile      []byte
	SampleTypeConfig map[string]*SampleType
}

type Upstream

type Upstream interface {
	Upload(*UploadJob)
	Flush()
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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