open-telemetry / opentelemetry-proto

OpenTelemetry protocol (OTLP) specification and Protobuf definitions
https://opentelemetry.io/docs/specs/otlp/
Apache License 2.0
545 stars 242 forks source link

profiles: add missing java_package option to pprofextended. #558

Closed jhalliday closed 1 month ago

jhalliday commented 1 month ago

Gah, we put java_package on one file but not the other. Oops. Apparently the opentelementry-proto-java artifact can't be consumed by opentelemetry-java without this.

jack-berg commented 1 month ago

Is there a plan to cut a release with this change?

tigrannajaryan commented 1 month ago

Is there a plan to cut a release with this change?

@jack-berg feel free to cut a patch release. Instructions: https://github.com/open-telemetry/opentelemetry-proto/blob/main/RELEASING.md

Let me know if you need help.