You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/roadmap.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ As part of a new major version `v2` release, we prioritize the Java project's co
30
30
-[x][Review public interfaces and reduce public API surface area](https://github.com/aws-powertools/powertools-lambda-java/issues/1283){target="\_blank"}
31
31
-[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
32
32
-[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
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:
168
168
169
169
-`#!java @Metrics` was renamed to `#!java @FlushMetrics`
170
170
-`#!java MetricsLogger.metricsLogger()` was renamed to `#!java MetricsFactory.getMetricsInstance()`
@@ -208,7 +208,7 @@ public class MetricsEnabledHandler implements RequestHandler<Object, Object> {
208
208
}
209
209
```
210
210
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).
212
212
213
213
## Deprecated capture mode related `@Tracing` annotation parameters
0 commit comments