apmlambda

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2018 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package apmlambda provides tracing for AWS Lambda functions.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Function

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

Function is type exposed via net/rpc, to match the signature implemented by the aws-lambda-go package.

func (*Function) Invoke

func (f *Function) Invoke(req *messages.InvokeRequest, response *messages.InvokeResponse) error

Invoke invokes the Lambda function. This is our main trace point.

func (*Function) Ping

func (f *Function) Ping(req *messages.PingRequest, response *messages.PingResponse) error

Ping pings the function implementation.

Jump to

Keyboard shortcuts

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