Skip to content

Commit a05597b

Browse files
authored
profiles: add missing java_package option to pprofextended. (#558)
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.
1 parent f16a3fd commit a05597b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

opentelemetry/proto/profiles/v1experimental/pprofextended.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ package opentelemetry.proto.profiles.v1experimental;
5959
import "opentelemetry/proto/common/v1/common.proto";
6060

6161
option csharp_namespace = "OpenTelemetry.Proto.Profiles.V1Experimental";
62+
option java_multiple_files = true;
63+
option java_package = "io.opentelemetry.proto.profiles.v1experimental";
6264
option go_package = "go.opentelemetry.io/proto/otlp/profiles/v1experimental";
6365

6466
// Represents a complete profile, including sample types, samples,

0 commit comments

Comments
 (0)