metrics

package
v0.4.7 Latest Latest
Warning

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

Go to latest
Published: May 6, 2024 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Metrics

type Metrics struct {
	Symtab *SymtabMetrics
	Python *PythonMetrics
}

func New

func New(reg prometheus.Registerer) *Metrics

type PythonMetrics

type PythonMetrics struct {
	PidDataError       *prometheus.CounterVec
	LostSamples        prometheus.Counter
	SymbolLookup       *prometheus.CounterVec
	UnknownSymbols     *prometheus.CounterVec
	StacktraceError    prometheus.Counter
	ProcessInitSuccess *prometheus.CounterVec
	Load               prometheus.Counter
	LoadError          prometheus.Counter
}

func NewPythonMetrics

func NewPythonMetrics(reg prometheus.Registerer) *PythonMetrics

type SymtabMetrics

type SymtabMetrics struct {
	ElfErrors      *prometheus.CounterVec
	ProcErrors     *prometheus.CounterVec
	KnownSymbols   *prometheus.CounterVec
	UnknownSymbols *prometheus.CounterVec
	UnknownModules *prometheus.CounterVec
	UnknownStacks  *prometheus.CounterVec
}

func NewSymtabMetrics

func NewSymtabMetrics(reg prometheus.Registerer) *SymtabMetrics

Jump to

Keyboard shortcuts

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