lightstep-tracer-java
lightstep-tracer-java copied to clipboard
Is enableMetaEventLogging from com.lightstep.tracer.shared being used here?
Am wonder if enableMetaEventLogging will do anything? It seems like it is not referenced anyware here. I am trying to find if java tracer supports what tracer in go does:
- we can report and log the status of the tracer reporting the spans
- we can log the spans that been reported: spanId, tracerID, start and end time of spans reported and also span tags ..
It's a new feature and we are testing/exploring it - so we are releasing so it can be tested by a few users, but it's still in heavy development ;)