stacklog

package
v1.0.0-beta.1 Latest Latest
Warning

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

Go to latest
Published: May 30, 2020 License: Apache-2.0 Imports: 7 Imported by: 9

Documentation

Overview

Package stacklog logs the Go stack to disk in a loop for later analysis

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DumpStacks

func DumpStacks() []byte

DumpStacks returns a formatted stack trace of goroutines, using a large enough buffer to capture the entire trace.

Types

type Config

type Config struct {
	Path  string
	Poll  time.Duration
	Quiet bool
}

Config defines how to configure a stack logger.

type Stacklog

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

Stacklog controls the stack logger.

func MustStartFromEnv

func MustStartFromEnv(key string) *Stacklog

MustStartFromEnv logs stacks to an output file based on the environment.

func Start

func Start(c Config) (*Stacklog, error)

Start begins logging stacks to an output file.

func (*Stacklog) Stop

func (s *Stacklog) Stop()

Stop stops logging stacks to disk.

Jump to

Keyboard shortcuts

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