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

Add back the stdoutmetric exporter #3057

Merged
merged 22 commits into from
Aug 4, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Clarify documentation about alt OTLP exporter
  • Loading branch information
MrAlias committed Aug 2, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit d4319c9da36e5a2c82ecf9cacdbe1901acf4c705
3 changes: 2 additions & 1 deletion exporters/stdout/stdoutmetric/doc.go
Original file line number Diff line number Diff line change
@@ -18,5 +18,6 @@
// The exporter is intended to be used for testing and debugging. It is not an
// exporter meant for production use. Additionally, it does not provide an
// interchange format for OpenTelemetry that is supported with any stability
// or compatibility guarantees. Please use the OTLP instead.
// or compatibility guarantees. If these are needed features, please use the
// OTLP exporter instead.
package stdoutmetric // import "go.opentelemetry.io/otel/exporters/stdout/stdoutmetric"