Skip to content

Tracer: add service value and coldstart false annotations #67

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
heitorlessa opened this issue Nov 29, 2021 · 2 comments
Closed

Tracer: add service value and coldstart false annotations #67

heitorlessa opened this issue Nov 29, 2021 · 2 comments

Comments

@heitorlessa
Copy link
Contributor

Is your feature request related to a problem? Please describe.

When troubleshooting a larger app, service annotation would've made it easier to slice the service map in X-Ray. Similarly, ColdStart annotation is only added when there is a cold start - having false would be great to quickly analyze sampled requests where cold start happened vs warm starts.

Describe the solution you'd like

Include service annotation, Service, if value is defined, and ColdStart=false annotation.

Describe alternatives you've considered

Manually create that as part of my function

Additional context

@heitorlessa
Copy link
Contributor Author

Note that Java and C# have already implemented the ColdStart one

@heitorlessa heitorlessa transferred this issue from aws-powertools/powertools-lambda-python Dec 20, 2021
@heitorlessa
Copy link
Contributor Author

Now available as part of 1.23.0 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant