dotnetavalanche
dotnetavalanche

Reputation: 890

How to install Datadog agent in AWS lambda

We want to collect metrics from machines running AWS lambda in AWS. How can I get access to these machines and get DD agent installed on them.

Upvotes: 0

Views: 1184

Answers (1)

mohit
mohit

Reputation: 2461

Lambda is serverless. Datadog agent is for the host. While running lambda you have absolutely no control over the host as you are not managing it.

Hence, You can monitor application running on lambda using datadog integration of lambda for the different application.

You may follow below link for AWS Integration of datadog.

Ref: https://docs.datadoghq.com/integrations/amazon_lambda/

Upvotes: 2

Related Questions