Skip to content

Feature request: feature parity for manual instrumentation tracer #334

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
3 tasks done
dreamorosi opened this issue Dec 16, 2021 · 1 comment · Fixed by #337
Closed
3 tasks done

Feature request: feature parity for manual instrumentation tracer #334

dreamorosi opened this issue Dec 16, 2021 · 1 comment · Fixed by #337
Assignees
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

Comments

@dreamorosi
Copy link
Contributor

dreamorosi commented Dec 16, 2021

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

  • Public method tracer.annotateColdStart()
  • Public method tracer.addErrorAsMetadata()
  • Public method 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

@github-actions
Copy link
Contributor

⚠️ COMMENT VISIBILITY WARNING ⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

@dreamorosi dreamorosi changed the title (tracer): Feature parity for manual instrumentation Feature request: feature parity for manual instrumentation Nov 14, 2022
@dreamorosi dreamorosi added feature-request This item refers to a feature request for an existing or new utility completed This item is complete and has been merged/shipped labels Nov 14, 2022
@dreamorosi dreamorosi changed the title Feature request: feature parity for manual instrumentation Feature request: feature parity for manual instrumentation tracer Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant