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

feat: Create ConsoleMetricPullExporter #1547

Merged

Conversation

kaylareopelle
Copy link
Contributor

@kaylareopelle kaylareopelle commented Dec 5, 2023

Similar to the OpenTelemetry::Trace::Export::ConsoleSpanExporter, this PR creates a pull exporter for metrics that will output the exported data to the console.

This export may be helpful when running an experiment in a development environment to inspect the data that would have been sent to an OTLP endpoint. This should not be used in production environments.

Note: One test will fail until #1532 is merged, but the tests will not run in the CI until #1546 is merged.

@robertlaurin robertlaurin merged commit f7737fd into open-telemetry:main Feb 6, 2024
55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants