Skip to content

Commit 13e40fe

Browse files
phipagsvozza
andauthored
Apply language suggestions.
Co-authored-by: Stefano Vozza <[email protected]>
1 parent 74df7b9 commit 13e40fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ As part of a new major version `v2` release, we prioritize the Java project's co
3030
- [x] [Review public interfaces and reduce public API surface area](https://github.com/aws-powertools/powertools-lambda-java/issues/1283){target="\_blank"}
3131
- [x] [Release Logging `v2` module](https://github.com/aws-powertools/powertools-lambda-java/issues/965){target="\_blank"} allowing customers to choose the logging framework and adding support for logging deeply nested objects as JSON
3232
- [x] [Support high resolution metrics](https://github.com/aws-powertools/powertools-lambda-java/issues/1041){target="\_blank"}
33-
- [x] [Improve modularity of metrics module](https://github.com/aws-powertools/powertools-lambda-java/issues/1848){target="\_blank"} to remove coupling with EMF library and to be able to support additional metrics providers / backends in the future
33+
- [x] [Improve modularity of metrics module](https://github.com/aws-powertools/powertools-lambda-java/issues/1848){target="\_blank"} to remove coupling with EMF library and enable future support for additional metrics providers / backends
3434

3535
##### Ecosystem
3636

docs/upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public class PaymentFunction implements RequestHandler<APIGatewayProxyRequestEve
164164
<!-- - Remove deprecated methods: https://github.com/aws-powertools/powertools-lambda-java/pull/1624/files#diff-0afede8005aa2baeba2770f66d611bf0e8ee3969205be27e803682a7f2d6520a -->
165165
<!-- - Re-designed metrics module: https://github.com/aws-powertools/powertools-lambda-java/issues/1848 -->
166166

167-
The Metrics utility was re-designed to be more modular and allow the addition of new metrics providers in the future. The same EMF-based metrics logging still applies but will be called via an updated public interface. Consider the following list to understand some of changes:
167+
The Metrics utility was redesigned to be more modular and allow for the addition of new metrics providers in the future. The same EMF-based metrics logging still applies but will be called via an updated public interface. Consider the following list to understand some of changes:
168168

169169
- `#!java @Metrics` was renamed to `#!java @FlushMetrics`
170170
- `#!java MetricsLogger.metricsLogger()` was renamed to `#!java MetricsFactory.getMetricsInstance()`
@@ -208,7 +208,7 @@ public class MetricsEnabledHandler implements RequestHandler<Object, Object> {
208208
}
209209
```
210210

211-
Learn more about the re-designed Metrics utility in the [Metrics documentation](./core/metrics.md).
211+
Learn more about the redesigned Metrics utility in the [Metrics documentation](./core/metrics.md).
212212

213213
## Deprecated capture mode related `@Tracing` annotation parameters
214214

0 commit comments

Comments
 (0)