newrelic / opentelemetry-exporter-go

New Relic's Golang OpenTelemetry Exporter
Apache License 2.0
29 stars 28 forks source link

Simplify EU configuration in Quick Start Guide #61

Closed RichVanderwal closed 3 years ago

RichVanderwal commented 3 years ago

A customer from the EU configured the OpenTelemetry Exporter for Go to use the EU, but only after reading the code to see what needed to be modified. Let's modify the README.md and the examples/simple/main.go to allow the user to set NEW_RELIC_TRACE_URL and NEW_RELIC_METRIC_URL endpoints from environment variables.