We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Ruby, the exporter reports the size of each exported payload in bytes: https://github.com/open-telemetry/opentelemetry-ruby/blob/ad9a5c20592fe58e9a683b90195b6bb0b8766432/exporter/otlp/lib/opentelemetry/exporter/otlp/exporter.rb#L137
I think we should do something similar in our exporter. I believe we can do it here.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In Ruby, the exporter reports the size of each exported payload in bytes: https://github.com/open-telemetry/opentelemetry-ruby/blob/ad9a5c20592fe58e9a683b90195b6bb0b8766432/exporter/otlp/lib/opentelemetry/exporter/otlp/exporter.rb#L137
I think we should do something similar in our exporter. I believe we can do it here.
The text was updated successfully, but these errors were encountered: