-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a stdout exporter #89
Comments
Consider a |
Hey @reyang could you assign me this issue. I will be working on this in parallel with the Metrics API / SDK. |
@pyohannes What exactly needs to be added to your implementation in the simple example? I'm currently writing the design document and want to make sure I know what needs to be added. I've added shutdown and timeout functionality, is all that is missing printing more span data? |
That is the main part, we want to print all available span data (e. g. attributes, span kind and description). Then we would need to host it in a dedicated directory ( |
Implement an exporter that just writes all span data it receives to
stdout
(or, ideally, to any other configurable file).A stub for such an exporter is available in the simple example. The stub in the example should be replaced.
The text was updated successfully, but these errors were encountered: