open-telemetry / opentelemetry-proto

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

add --grpc-java_out to gen TraceServiceGrpc.java file #569

Open zzqliwei opened 4 months ago

zzqliwei commented 4 months ago

when execute command 'make gen-java', cannot gen 'io.opentelemetry.proto.collector.trace.v1.TraceServiceGrpc.java' file, so add '--grpc-java_out=./$(PROTO_GEN_JAVA_DIR)'

linux-foundation-easycla[bot] commented 4 months ago

CLA Signed

The committers listed above are authorized under a signed CLA.

carlosalberto commented 4 months ago

@jack-berg Rings a bell?