querqy / chorus

Towards an open source stack for e-commerce search
Apache License 2.0
141 stars 33 forks source link

jaeger process starts regardless of if -obs switch is on or off... #142

Closed epugh closed 1 year ago

epugh commented 1 year ago

commenting out the depends_on so jaeger doesnt start automatically, only when observatilbity enabled

depends_on was an easy way to control service startup when we first got into this project ;-). I thought you needed a depends_on or links_to(sp?) to let one service talk to another, but that turns out not to be the case....