Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSLambdaRuntimeAPI ¶
type AWSLambdaRuntimeAPI string
AWSLambdaRuntimeAPI is the API endpoint retrieved from the AWS_LAMBDA_RUNTIME_API environment variable from execution environment.
type DurationMs ¶
DurationMs is a time.Duration, parsed from numeric milliseconds value.
func (DurationMs) MarshalJSON ¶
func (d DurationMs) MarshalJSON() ([]byte, error)
func (DurationMs) String ¶
func (d DurationMs) String() string
func (*DurationMs) UnmarshalJSON ¶
func (d *DurationMs) UnmarshalJSON(b []byte) error
type ExtensionName ¶
type ExtensionName string
ExtensionName is the full file name of the extension.
type FunctionVersion ¶
type FunctionVersion string
FunctionVersion is created a new version of your function each time that you publish the function. https://docs.aws.amazon.com/lambda/latest/dg/configuration-versions.html
type InitType ¶
type InitType string
InitType describes how Lambda initialized the environment. https://docs.aws.amazon.com/lambda/latest/dg/telemetry-schema-reference.html#InitType
type TracingType ¶
type TracingType string
TracingType describes the type of tracing in a TraceContext object. https://docs.aws.amazon.com/lambda/latest/dg/telemetry-schema-reference.html#TracingType
const TracingTypeAWSXRay TracingType = "X-Amzn-Trace-Id"
type TracingValue ¶
type TracingValue string
Directories
¶
Path | Synopsis |
---|---|
examples
|
|
internal-extension
Module
|
|
logs-subscriber/extension
Module
|
|
logs-subscriber/function
Module
|
|
Package extapi implements a client for Lambda Extensions API and Extension handler to abstract interactions with the API.
|
Package extapi implements a client for Lambda Extensions API and Extension handler to abstract interactions with the API. |
Package logsapi implements logs receiving HTTP server and decoding function to use Lambda Logs API.
|
Package logsapi implements logs receiving HTTP server and decoding function to use Lambda Logs API. |
Package telemetryapi implements events receiving HTTP server and decoding function to use Lambda Telemetry API.
|
Package telemetryapi implements events receiving HTTP server and decoding function to use Lambda Telemetry API. |
otel
Package otel implements conversion from Telemetry API events into OpenTelemetry trace spans.
|
Package otel implements conversion from Telemetry API events into OpenTelemetry trace spans. |
tests
|
|
rie
Module
|