From 19d0a019203b827dddce4aafa74121307b74a788 Mon Sep 17 00:00:00 2001 From: Pritam Sadhukhan Date: Thu, 22 Feb 2024 16:16:34 +0530 Subject: [PATCH] Updated documentation with proper format of license key --- getting-started-guides/java/instrumented/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getting-started-guides/java/instrumented/README.md b/getting-started-guides/java/instrumented/README.md index 22e1433d..af54b0d8 100644 --- a/getting-started-guides/java/instrumented/README.md +++ b/getting-started-guides/java/instrumented/README.md @@ -12,7 +12,7 @@ To run this demo app via the CLI: 1. Switch to the `java` directory 2. Set these two environment variables to send data to your New Relic account: ``` -export OTEL_EXPORTER_OTLP_HEADERS= +export OTEL_EXPORTER_OTLP_HEADERS=api-key= export OTEL_EXPORTER_OTLP_ENDPOINT=https://otlp.nr-data.net export OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf export OTEL_ATTRIBUTE_VALUE_LENGTH_LIMIT=4095 @@ -37,4 +37,4 @@ export OTEL_RESOURCE_ATTRIBUTES=service.instance.id=123 ./load-generator.sh ``` -5. To shut down the program, run the following in both shells or terminal tabs: `ctrl + c`. \ No newline at end of file +5. To shut down the program, run the following in both shells or terminal tabs: `ctrl + c`.