Feature request: feature parity for manual instrumentation tracer #334
Labels
completed
This item is complete and has been merged/shipped
feature-request
This item refers to a feature request for an existing or new utility
logger
This item relates to the Logger Utility
Milestone
Description of the feature request
This feature request is to expose some of the currently private APIs to annotate cold start, add error as metadata, and so on.
Problem statement
At the moment instrumenting tracing for a function manually is a bit clunky and requires reverse-engineering the decorator/middleware implementations.
Summary of the feature
tracer.annotateColdStart()
tracer.addErrorAsMetadata()
tracer.addResponseAsMetadata()
Code examples
N/A
Benefits for you and the wider AWS community
Better DX
Describe alternatives you've considered
N/A
Additional context
N/A
Related issues, RFCs
N/A
The text was updated successfully, but these errors were encountered: