Michael Safyan
Michael Safyan
Thanks for volunteering to code this up. From my perspective, I think a more general API would be preferable. And it would also be more consistent with the existing `propagation`...
Hi, richardscarrott! Thank you so much for the bug report. And sorry for the delay in getting to look into it. You said you have a reduced test case that...
Sorry for the delay in responding... In terms of disabling the plugin, this can be done from the config: https://github.com/googleapis/cloud-trace-nodejs/blob/d5c7cfdefd47cf14d09668b3ee4f5d6e2d62f19f/src/config.ts#L171 ``` /** * A list of trace plugins to load....
To help in triaging this, can you provide a little more context regarding this request? What is the advantage of putting the TypeScript type definitions in [`DefinitelyTyped`](https://github.com/DefinitelyTyped/DefinitelyTyped) vs keeping them...
@tmatsuo is there any additional context you can share?
In the interests of transparency, I have started related work on this here: https://github.com/michaelsafyan/open-telemetry.opentelemetry-collector-contrib/tree/blob_writer_span_processor I originally started with a "processor", but I'm having doubts regarding whether this functionality is possible...
Quick Status update: - Still working on this - Current ETA expectation is ~2 weeks to get a working demo Will give another update in 2 weeks time or when...
Apologies that this is taking longer than expected. I am, however, still working on this.
The general shape of this is now present and can be found in: https://github.com/michaelsafyan/open-telemetry.opentelemetry-collector-contrib/tree/blob_writer_span_processor/connector/blobattributeuploadconnector I still need to polish this and create end-to-end testing, but there is probably enough here...
@codefromthecrypt can you elaborate on what you mean by `folks will want to transform log events (with span context) back to span events.` Is that so that separate logs can...