Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// > @3@4@5@6
// >
// > The event field which will be checked for joining with each other.
Field cfg.FieldSelector `json:"field" default:"log" required:"true" parse:"selector"` // *
Field_ []string
// > @3@4@5@6
// >
// > Max size of the resulted event. If it is set and the event exceeds the limit, the event will be truncated.
MaxEventSize int `json:"max_event_size" default:"0"` // *
// > @3@4@5@6
// >
// > The name of the template. Available templates: `go_panic`, `cs_exception`, `go_data_race`.
// > Deprecated; use `templates` instead.
Template string `json:"template"` // *
// > @3@4@5@6
// >
// > Names of templates. Available templates: `go_panic`, `cs_exception`, `go_data_race`.
Templates []string `json:"templates"` // *
}
! config-params ^ config-params
Click to show internal directories.
Click to hide internal directories.