Skip to content

Commit 988297a

Browse files
authored
Add quote for environment variable (#27)
1 parent 7fbd31a commit 988297a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Configuration config = EnvironmentConfigurationProvider.getConfig();
192192
config.setServiceType("JavaWebApp")
193193

194194
# environment
195-
AWS_EMF_SERVICE_TYPE=JavaWebApp
195+
AWS_EMF_SERVICE_TYPE="JavaWebApp"
196196
```
197197

198198
**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
@@ -250,7 +250,7 @@ Valid values include:
250250
Example:
251251

252252
```shell
253-
AWS_EMF_ENVIRONMENT=Local
253+
AWS_EMF_ENVIRONMENT="Local"
254254
```
255255

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

0 commit comments

Comments
 (0)