serverless

command
v0.0.0-...-57eb82e Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 32 Imported by: 0

README

Serverless Agent

Build

GOOS=linux go build -tags serverless -o datadog-agent

Serverless environment configuration

  • DD_API_KEY - should be set to provide the API key to use, or DD_KMS_API_KEY to use a KMS encrypted API key or DD_API_KEY_SECRET_ARN to use a secret set in Secrets Manager for the API key.
  • DD_SITE (optional)
  • DD_LOG_LEVEL (optional)
  • DD_LOGS_ENABLED (optional) - send function logs to Datadog. If false, logs will still be collected to generate metrics, but will not be sent.

Configuration file

Using a configuration file is supported (note that environment variable settings override the value from the configuration file): you only have to create a datadog.yaml file in the root of your lambda function.

Logs filtering and scrubbing support

The Serverless Agent support using the different logs filtering / scrubbing features of the Datadog Agent. All you have to do is to set processing_rules in the logs_config field of your configuration.

Please refer to the public documentation for all filtering and scrubbing features:

Limitations

  • Doesn't support the API key provided to the runtime for now (using the Lambda library), it must be set in the DD_API_KEY environment var or in the configuration file.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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