We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8860ad4 commit 28707e0Copy full SHA for 28707e0
docs/core/metrics.md
@@ -242,7 +242,7 @@ Use `withMetric` if you have one or more metrics that should have different conf
242
=== "App.java"
243
244
```java hl_lines="7 8 9 10 11 12 13"
245
- import static software.amazon.lambda.powertools.metrics.MetricsUtils.withSingleMetric;
+ import static software.amazon.lambda.powertools.metrics.MetricsUtils.withMetric;
246
247
public class App implements RequestHandler<Object, Object> {
248
@@ -257,4 +257,4 @@ Use `withMetric` if you have one or more metrics that should have different conf
257
});
258
}
259
260
- ```
+ ```
0 commit comments