Skip to content
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

Closed
pyohannes opened this issue May 20, 2020 · 5 comments
Closed

Implement a stdout exporter #89

pyohannes opened this issue May 20, 2020 · 5 comments
Assignees
Labels
area:exporter enhancement New feature or request

Comments

@pyohannes
Copy link
Contributor

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.

@reyang
Copy link
Member

reyang commented May 22, 2020

Consider a ConsoleExporter with ability to output to stdout/stderr.

@HudsonHumphries
Copy link
Member

Hey @reyang could you assign me this issue. I will be working on this in parallel with the Metrics API / SDK.

@HudsonHumphries
Copy link
Member

@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?

@pyohannes pyohannes added exporter enhancement New feature or request labels Jul 4, 2020
@pyohannes
Copy link
Contributor Author

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 (exporters/console maybe) and wire that up in the simple example.

@reyang
Copy link
Member

reyang commented Aug 25, 2020

Closed by #183 and #218.

@reyang reyang closed this as completed Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:exporter enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants