Skip to content

docs: fixing documentation #59

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

Merged
merged 2 commits into from
Aug 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,4 @@ Powertools extends the functionality of Log4J. Below is an example `log4j2.xml`

## License

This library is licensed under the Apache License, Version 2.0. See the LICENSE file.



Cold Start

946.58 ms - original
943.96 ms - power tools
This library is licensed under the Apache License, Version 2.0. See the LICENSE file.
2 changes: 1 addition & 1 deletion docs/content/core/tracing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ a provides functionality to reduce the overhead of performing common tracing tas

![Tracer showcase](../media/tracer_utility_showcase.png)

** Key Features
**Key Features**

* Capture cold start as annotation, and responses as well as full exceptions as metadata
* Helper methods to improve the developer experience of creating new X-Ray subsegments.
Expand Down