We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a336111 commit 8a4eab7Copy full SHA for 8a4eab7
aws_lambda_powertools/metrics/metrics.py
@@ -86,7 +86,7 @@ def log_metrics(self, lambda_handler: Callable[[Any, Any], Any] = None):
86
-------
87
**Lambda function using tracer and metrics decorators**
88
89
- metrics = Metrics()
+ metrics = Metrics(service="payment")
90
tracer = Tracer(service="payment")
91
92
@tracer.capture_lambda_handler
0 commit comments