Skip to content

Commit 8fc9e9b

Browse files
authored
Update README.md
1 parent 8dc8893 commit 8fc9e9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Custom metrics can be submitted using `lambda_metric` and the Lambda handler fun
7575
**IMPORTANT NOTE:** If you have already been submitting the same custom metric as non-distribution metric (e.g., gauge, count, or histogram) without using the Datadog Lambda Layer, you MUST pick a new metric name to use for `lambda_metric`. Otherwise that existing metric will be converted to a distribution metric and the historical data prior to the conversion will be no longer queryable.
7676

7777
```python
78+
from datadog_lambda.wrapper import datadog_lambda_wrapper
7879
from datadog_lambda.metric import lambda_metric
7980
8081
@datadog_lambda_wrapper

0 commit comments

Comments
 (0)