Skip to content

Commit 0439de8

Browse files
phipagsvozza
andauthored
Update docs/core/metrics.md
Co-authored-by: Stefano Vozza <svozza@gmail.com>
1 parent 56b6ea1 commit 0439de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ You can create metrics with different configurations e.g. different namespace an
527527

528528
### Usage without `@FlushMetrics` annotation
529529

530-
You can use the **functional API** approach (see [usage patterns](../usage-patterns.md#functional-approach)) to work with Metrics without the `@FlushMetrics` annotation. The `Metrics` Singleton provides all configuration options via `MetricsBuilder`. This approach eliminates the AspectJ runtime dependency and is useful if you work in an environment or framework that does not leverage the vanilla Lambda `handleRequest` method.
530+
You can use the **functional API** approach (see [usage patterns](../usage-patterns.md#functional-approach)) to work with Metrics without the `@FlushMetrics` annotation. The `Metrics` Singleton provides all configuration options via `MetricsBuilder`. This approach eliminates the AspectJ runtime dependency and is useful if you work in an environment or with a framework that does not leverage the vanilla Lambda `handleRequest` method.
531531

532532
!!!info "The environment variables for Service and Namespace configuration still apply but can be overwritten with `MetricsBuilder` if needed."
533533

0 commit comments

Comments
 (0)