luca-giardina / lara-zipkin

Laravel wrapper for openzipkin/zipkin
6 stars 0 forks source link

Consider just one env variable for zipkin endpoint #4

Closed jcchavezs closed 5 years ago

jcchavezs commented 5 years ago

What is usually done for other zipkin libraries is that we mostly use one env variable for the span reporting endpoint:

ZIPKIN_ENDPOINT_URL=http://localhost:9411/api/v2/spans

Since that is mostly what application needs to know about zipkin.

This library uses three env variables for that, shall you consider using just one?