lightstep / lightstep-tracer-php

The Lightstep distributed tracing library for PHP
https://lightstep.com
MIT License
13 stars 15 forks source link

Allow scheme to be optionally included when sending reporting data securely #40

Closed MikeGoldsmith closed 4 years ago

MikeGoldsmith commented 4 years ago

When the tracer sends data securely by setting the collector_secure flag to true, the trace prefixes the host with tls://.

It would be better if the scheme was pared from the host and stored separately, or a new configuration property added, that could be used to set the scheme. The default should still be tls://