Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCloudTokenRequired = errors.New("Please provide an authentication token. You can find it here: https://pyroscope.io/cloud") ErrUpload = errors.New("Failed to upload a profile") ErrUpgradeServer = errors.New("Newer version of pyroscope server required (>= v0.3.1). Visit https://pyroscope.io/docs/golang/ for more information") )
Functions ¶
This section is empty.
Types ¶
type Double ¶
type Double struct {
// contains filtered or unexported fields
}
implements upstream.Payload
type RemoteConfig ¶
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
func NewSession ¶
func NewSession(c SessionConfig) (*Session, error)
type SessionConfig ¶
type SetAppNamer ¶
type SetAppNamer interface {
SetAppName(string)
}
TODO: horrible API, change this
type Single ¶
type Single []byte
implements upstream.Payload
func (Single) BytesWithLength ¶
TODO: I don't think append is very efficient
Click to show internal directories.
Click to hide internal directories.