From 668056391d1083cb363c9c3d4f917eee7e9d70bc Mon Sep 17 00:00:00 2001 From: Jared Nance Date: Sat, 22 Feb 2020 09:28:03 -0800 Subject: [PATCH] docs(readme): add link to configuration section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d0b8c0d..6e9ea7d 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Generate CloudWatch Metrics embedded within structured log events. The embedded * [Installation](#installation) * [Usage](#usage) * [API](#api) +* [Configuration](#configuration) * [Examples](#examples) * [Development](#development) @@ -193,7 +194,7 @@ setNamespace("MyApplication"); Flushes the current MetricsContext to the configured sink and resets all properties, dimensions and metric values. The namespace and default dimensions will be preserved across flushes. -### Configuration +## Configuration All configuration values can be set using environment variables with the prefix (`AWS_EMF_`). Configuration should be performed as close to application start up as possible.