Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NRDetailedLog ¶
type NRLog ¶
type NRLog struct { Timestamp int64 `json:"timestamp"` Message json.RawMessage `json:"message"` Attributes map[string]interface{} `json:"attributes"` }
type Newrelic ¶
type Newrelic struct {
// contains filtered or unexported fields
}
func (*Newrelic) Init ¶
func (s *Newrelic) Init(params forwardservice.ForwarderParams)
func (*Newrelic) SendLog ¶
func (s *Newrelic) SendLog(logs []logservice.Log)
func (*Newrelic) SetupConfigs ¶
func (s *Newrelic) SetupConfigs(app *kingpin.Application)
Click to show internal directories.
Click to hide internal directories.