We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a57eb commit ec939c5Copy full SHA for ec939c5
docs/core/tracer.md
@@ -58,6 +58,7 @@ You can quickly start by importing the `Tracer` class, initialize it outside the
58
When using this `capture_lambda_handler` decorator, Tracer performs these additional tasks to ease operations:
59
60
* Creates a `ColdStart` annotation to easily filter traces that have had an initialization overhead
61
+* Creates a `Service` annotation if `service` parameter or `POWERTOOLS_SERVICE_NAME` is set
62
* Captures any response, or full exceptions generated by the handler, and include as tracing metadata
63
64
### Annotations & Metadata
0 commit comments