You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parameters look positional, is only UDP sender currently supported?
Close Trace(r)?
$config->setDisabled(true);
I am not sure what this does. Method does not have English comment.
Flush trace
$config->flush();
This method looks like it forces flushing of all spans from memory buffers - should it not be a method on the Tracer object then? Config is just a factory for the Tracer.
The text was updated successfully, but these errors were encountered:
This method looks like it forces flushing of all spans from memory buffers - should it not be a method on the Tracer object then? Config is just a factory for the Tracer
Yes, I want to flush all spans in the end. but you can do this on the Tracer object too.
initTracer
initTracer
Close Trace(r)?
I am not sure what this does. Method does not have English comment.
Flush trace
This method looks like it forces flushing of all spans from memory buffers - should it not be a method on the Tracer object then? Config is just a factory for the Tracer.
The text was updated successfully, but these errors were encountered: