From 788a09167ec64c58751c14f11b9943cba37d2333 Mon Sep 17 00:00:00 2001 From: Tian Chu Date: Fri, 1 Nov 2019 11:06:39 -0400 Subject: [PATCH] Migration to Datadog Lambda Layer The legacy `MONITORING|` log based approach to send custom metrics from lambda functions has been [deprecated](https://docs.datadoghq.com/integrations/amazon_lambda/?tab=awsconsole#deprecated-using-cloudwatch-logs). Please use the [Datadog Lambda Layer](https://github.com/DataDog/datadog-lambda-layer-js) instead. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1daaf51..d376c26 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +This library is no longer supported, please use the [Datadog Lambda Layer](https://github.com/DataDog/datadog-lambda-layer-python) instead. Learn more about [monitoring lambda functions using Datadog](https://docs.datadoghq.com/integrations/amazon_lambda/). + ## DataDog Metrics for Lambda Functions (python) To install: `pip install lambda_dd_metrics`