internal

package
v1.3.6 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2017 License: BSD-3-Clause Imports: 27 Imported by: 0

Documentation

Index

Constants

View Source
const AgentVersion = "1.3.6"
View Source
const CategoryCPU string = "cpu"
View Source
const CategoryCPUProfile string = "cpu-profile"
View Source
const CategoryChannelProfile string = "channel-profile"
View Source
const CategoryDBClientTrace string = "db-client-trace"
View Source
const CategoryErrorProfile string = "error-profile"
View Source
const CategoryGC string = "gc"
View Source
const CategoryHTTPClientTrace string = "http-client-trace"
View Source
const CategoryHTTPHandlerTrace string = "http-trace"
View Source
const CategoryLockProfile string = "lock-profile"
View Source
const CategoryMemory string = "memory"
View Source
const CategoryMemoryProfile string = "memory-profile"
View Source
const CategoryNetworkProfile string = "network-profile"
View Source
const CategoryRuntime string = "runtime"
View Source
const CategorySegmentTrace string = "segment-trace"
View Source
const CategorySegments string = "segments"
View Source
const CategorySystemProfile string = "system-profile"
View Source
const NameAllocated string = "Allocated memory"
View Source
const NameCPUTime string = "CPU time"
View Source
const NameCPUUsage string = "CPU usage"
View Source
const NameChannelWaitTime string = "Channel wait time"
View Source
const NameCurrentRSS string = "Current RSS"
View Source
const NameFrees string = "Frees"
View Source
const NameGCCPUFraction string = "GC CPU fraction"
View Source
const NameGCTotalPause string = "GC total pause"
View Source
const NameHTTPCalls string = "HTTP Calls"
View Source
const NameHTTPTransactions string = "HTTP Transactions"
View Source
const NameHeapAllocation string = "Heap allocation"
View Source
const NameHeapIdle string = "Heap idle"
View Source
const NameHeapInuse string = "Heap non-idle"
View Source
const NameHeapObjects string = "Heap objects"
View Source
const NameHeapReleased string = "Heap released"
View Source
const NameHeapSys string = "Heap obtained"
View Source
const NameLockWaitTime string = "Lock wait time"
View Source
const NameLookups string = "Lookups"
View Source
const NameMallocs string = "Mallocs"
View Source
const NameMaxRSS string = "Max RSS"
View Source
const NameMongoDBCalls string = "MongoDB Calls"
View Source
const NameNetworkWaitTime string = "Network wait time"
View Source
const NameNumCgoCalls string = "Number of cgo calls"
View Source
const NameNumGC string = "Number of GCs"
View Source
const NameNumGoroutines string = "Number of goroutines"
View Source
const NameRedisCalls string = "Redis Calls"
View Source
const NameSQLStatements string = "SQL Statements"
View Source
const NameSystemWaitTime string = "System wait time"
View Source
const NameVMSize string = "VM Size"
View Source
const ReservoirSize int = 1000
View Source
const SAASDashboardAddress = "https://agent-api.stackimpact.com"
View Source
const TriggerAnomaly string = "anomaly"
View Source
const TriggerTimer string = "timer"
View Source
const TypeCounter string = "counter"
View Source
const TypeProfile string = "profile"
View Source
const TypeState string = "state"
View Source
const TypeTrace string = "trace"
View Source
const UnitByte string = "byte"
View Source
const UnitKilobyte string = "kilobyte"
View Source
const UnitMicrosecond string = "microsecond"
View Source
const UnitMillisecond string = "millisecond"
View Source
const UnitNanosecond string = "nanosecond"
View Source
const UnitNone string = ""
View Source
const UnitPercent string = "percent"

Variables

View Source
var VmRSSRe = regexp.MustCompile(`VmRSS:\s+(\d+)\s+kB`)
View Source
var VmSizeRe = regexp.MustCompile(`VmSize:\s+(\d+)\s+kB`)

Functions

This section is empty.

Types

type APIRequest

type APIRequest struct {
	// contains filtered or unexported fields
}

type Agent

type Agent struct {

	// Options
	DashboardAddress string
	AgentKey         string
	AppName          string
	AppVersion       string
	AppEnvironment   string
	HostName         string
	Debug            bool
	// contains filtered or unexported fields
}

func NewAgent

func NewAgent() *Agent

func (*Agent) RecordError added in v1.2.0

func (a *Agent) RecordError(group string, msg interface{}, skipFrames int)

func (*Agent) RecordSegment added in v1.1.2

func (a *Agent) RecordSegment(path []string, duration int64)

func (*Agent) Start added in v1.2.0

func (a *Agent) Start()

type AllocationReporter

type AllocationReporter struct {
	// contains filtered or unexported fields
}

type BlockReporter

type BlockReporter struct {
	// contains filtered or unexported fields
}

type BreakdownNode

type BreakdownNode struct {
	// contains filtered or unexported fields
}

type CPUReporter

type CPUReporter struct {
	// contains filtered or unexported fields
}

type Config added in v1.2.4

type Config struct {
	// contains filtered or unexported fields
}

type ConfigLoader

type ConfigLoader struct {
	// contains filtered or unexported fields
}

type ErrorReporter added in v1.2.0

type ErrorReporter struct {
	// contains filtered or unexported fields
}

type Measurement

type Measurement struct {
	// contains filtered or unexported fields
}

type Message

type Message struct {
	// contains filtered or unexported fields
}

type MessageQueue

type MessageQueue struct {
	// contains filtered or unexported fields
}

type Metric

type Metric struct {
	// contains filtered or unexported fields
}

type ProcessReporter

type ProcessReporter struct {
	// contains filtered or unexported fields
}

type Record

type Record struct {
	// contains filtered or unexported fields
}

type ReportingStrategy

type ReportingStrategy struct {
	// contains filtered or unexported fields
}

type Segment added in v1.1.2

type Segment struct {
	// contains filtered or unexported fields
}

type SegmentReporter added in v1.1.2

type SegmentReporter struct {
	// contains filtered or unexported fields
}

Directories

Path Synopsis
pprof
profile
Package profile provides a representation of profile.proto and methods to encode/decode profiles in this format.
Package profile provides a representation of profile.proto and methods to encode/decode profiles in this format.

Jump to

Keyboard shortcuts

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