And then calling get_url() returns the default URL (or OTEL_EXPORTER_OTLP_ENDPOINT if provided). It would make more sense to me to show the URL from the config since that's the one actually used.
First commit add a test (not sure if it's worth a test 😅)
Specifying an
url
to the configAnd then calling
get_url()
returns the default URL (orOTEL_EXPORTER_OTLP_ENDPOINT
if provided). It would make more sense to me to show the URL from the config since that's the one actually used.