Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Allow to construct and send SpanData to all configured exporters #255

Open
SergeyKanzhelev opened this issue Mar 29, 2019 · 0 comments
Open

Comments

@SergeyKanzhelev
Copy link
Member

There are scenarios when spans may need to be reported after actual work was already completed. The proposal was to allow this scenario by requiring to construct SpanData explicitly and send it to the export component.

In order to implement it - export component need to expose the Export method that accepts SpanData. So implementation will not be required to get access to the handlers.

For C#: https://github.com/census-instrumentation/opencensus-csharp/blob/2e9f34e452b04831ce65b5894748f8045fef77da/src/OpenCensus.Abstractions/Trace/Export/ISpanExporter.cs#L35-L43

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant