Skip to content

Commit

Permalink
Add quote for environment variable (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaozhaoy authored Aug 10, 2020
1 parent 7fbd31a commit 988297a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Configuration config = EnvironmentConfigurationProvider.getConfig();
config.setServiceType("JavaWebApp")

# environment
AWS_EMF_SERVICE_TYPE=JavaWebApp
AWS_EMF_SERVICE_TYPE="JavaWebApp"
```

**LogGroupName**: For agent-based platforms, you may optionally configure the destination log group that metrics should be delivered to. This value will be passed from the library to the agent in the Embedded Metric payload. If a LogGroup is not provided, the default value will be derived from the service name: <service-name>-metrics
Expand Down Expand Up @@ -250,7 +250,7 @@ Valid values include:
Example:

```shell
AWS_EMF_ENVIRONMENT=Local
AWS_EMF_ENVIRONMENT="Local"
```

**AgentEndpoint**: For agent-based platforms, you may optionally configure the endpoint to reach the agent on.
Expand Down

0 comments on commit 988297a

Please sign in to comment.