optimizely/python-sdk

Need to dispatch to logx.* endpoints

osule opened this issue · 2 comments

osule commented

Events dispatched to logx.* sub-domain can take a response time of 0.407 sec.

Are these endpoints service critical?
Is there any reason not to dispatch events to them if the JS client is already logging I think?

@bradtaylorsf @dsiroker @koomen @travisbeck @loganlinn

@osule thank you for your question.

It is required to dispatch events to them, because these events are what come to our backend and then power the results.

Regarding the response time, the event dispatcher that we provide is just a sample implementation and you can certainly override it when initializing optimizely.Optimizely and provide your own implementation.

Hope this helps.

osule commented

Yes it helps to clarify my concern. Thank you.