Skip to content

Commit 408faef

Browse files
committed
docs(readme): add link to configuration section
1 parent 6fbfdf2 commit 408faef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Generate CloudWatch Metrics embedded within structured log events. The embedded
99
* [Installation](#installation)
1010
* [Usage](#usage)
1111
* [API](#api)
12+
* [Configuration](#configuration)
1213
* [Examples](#examples)
1314
* [Development](#development)
1415

@@ -193,7 +194,7 @@ setNamespace("MyApplication");
193194

194195
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.
195196

196-
### Configuration
197+
## Configuration
197198

198199
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.
199200

0 commit comments

Comments
 (0)