-
Notifications
You must be signed in to change notification settings - Fork 3
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
mockotlpserver: compare JSON serialization form to OTel Java's "Logging OTLP JSON exporter" #331
Comments
An example of the output, I think:
This is from open-telemetry/opentelemetry-collector-contrib#33846 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://opentelemetry.io/docs/languages/java/configuration/#logging-otlp-json-exporter
In mockotlpserver, some serialization decisions were made the object form of an OTLP http/json service request. That form is used in our tests, and also in some OTel JS contrib repo tests via the
runTestFixture
facility we added in the contrib-test-utils package. I'm curious if/how this form differs from the serialization form used by the OTel Java otlp-json exporter -- an experimental exporter for dev/debugging. If there are differences, it might be good to align.This is low prio.
The text was updated successfully, but these errors were encountered: