Skip to content

Commit

Permalink
Update other-examples/collector/confluentcloud/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: jack-berg <[email protected]>
  • Loading branch information
jcountsNR and jack-berg authored Nov 3, 2023
1 parent 04a1265 commit 269d1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other-examples/collector/confluentcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To run the example: add in the key files, set the environment variables, and run

```shell
export NEW_RELIC_API_KEY=<your_api_key>
export NEW_RELIC_OTLP_ENDPOINT=https://otlp.nr-data.net:4318 # This works for NA http endpoint. If you need an EU endpoint or non-http endpoint, refer to the docs.
export NEW_RELIC_OTLP_ENDPOINT=https://otlp.nr-data.net:4318 # This works for NA (North America) http endpoint. If you need an EU endpoint or non-http endpoint, refer to the docs.
export CLUSTER_ID=<your_cluster_id>
export CONFLUENT_API_ID=<your_confluent_api_id>
export CONFLUENT_API_SECRET=<your_cluster_api_secret>
Expand Down

0 comments on commit 269d1c6

Please sign in to comment.