From f0977b2ab1256ba7f869ec5e3e654f8e72b12e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steve=20Houe=CC=88l?= Date: Mon, 31 Aug 2020 16:50:38 +0200 Subject: [PATCH] docs: fixing documentation --- README.md | 9 +-------- docs/content/core/tracing.mdx | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 72a77a6b6..364a89a21 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +This library is licensed under the Apache License, Version 2.0. See the LICENSE file. \ No newline at end of file diff --git a/docs/content/core/tracing.mdx b/docs/content/core/tracing.mdx index 8b39e8f6a..6363329f3 100644 --- a/docs/content/core/tracing.mdx +++ b/docs/content/core/tracing.mdx @@ -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.