From 988297a8b39f225e0f3990ee12776c889e4c666e Mon Sep 17 00:00:00 2001 From: yaozhaoy <66138407+yaozhaoy@users.noreply.github.com> Date: Mon, 10 Aug 2020 16:04:19 -0700 Subject: [PATCH] Add quote for environment variable (#27) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdd98ad5..060cc148 100644 --- a/README.md +++ b/README.md @@ -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: -metrics @@ -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.