Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() *thundra
New is used to collect basic invocation data with thundra. Use NewBuilder and AddPlugin to access full functionality.
func NewBuilder ¶
func NewBuilder() tBuilder
NewBuilder can be used to add plugins (trace, metric and log) to choose how to monitor the application.
func Wrap ¶
func Wrap(handler interface{}, thundra *thundra) interface{}
Wrap is used for wrapping your lambda functions and start monitoring it by following the thundra objects settings It wraps your lambda function and return a new lambda function. By that, AWS will be able to run this function and Thundra will be able to collect monitoring data from your function.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.