error

package
v6.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2017 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewProcessor

func NewProcessor() pr.Processor

func Schema

func Schema() string

Types

type Event

type Event struct {
	Id        *string       `json:"id"`
	Culprit   *string       `json:"culprit"`
	Context   common.MapStr `json:"context"`
	Exception *Exception    `json:"exception"`
	Log       *Log          `json:"log"`
	Timestamp time.Time     `json:"timestamp"`

	TransformStacktrace m.TransformStacktrace
	// contains filtered or unexported fields
}

func (*Event) DocType

func (e *Event) DocType() string

func (*Event) Mappings

func (e *Event) Mappings(pa *payload) (time.Time, []m.DocMapping)

func (*Event) Transform

func (e *Event) Transform() common.MapStr

type Exception

type Exception struct {
	Code             interface{}        `json:"code"`
	Message          string             `json:"message"`
	Module           *string            `json:"module"`
	Attributes       interface{}        `json:"attributes"`
	StacktraceFrames m.StacktraceFrames `json:"stacktrace"`
	Type             *string            `json:"type"`
	Uncaught         *bool              `json:"uncaught"`
}

type Log

type Log struct {
	Level            *string            `json:"level"`
	Message          string             `json:"message"`
	ParamMessage     *string            `json:"param_message"`
	LoggerName       *string            `json:"logger_name"`
	StacktraceFrames m.StacktraceFrames `json:"stacktrace"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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