Skip to content

Commit

Permalink
docs(readme): add link to configuration section
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcnance committed Feb 22, 2020
1 parent a4a7646 commit 6680563
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 6680563

Please sign in to comment.