Re: [protobuf] OpenTelemetry JSON Protobuf deviations

2023-09-08 Thread 'John Green' via Protocol Buffers
Hi Jerry, Yes, JsonFormat is working properly for us. However, we'd like to use it to implement the OpenTelemetry deviations ; is it something possible / planned or should we look somewhere else ? We noticed that one of the

Re: [protobuf] OpenTelemetry JSON Protobuf deviations

2023-09-07 Thread 'Jerry Berg' via Protocol Buffers
Hi John, Is the Java implementation of JSON Format for protobuf not working for you? https://github.com/protocolbuffers/protobuf/blob/main/java/util/src/main/java/com/google/protobuf/util/JsonFormat.java On Thu, Sep 7, 2023 at 9:16 AM 'John Green' via Protocol Buffers <

[protobuf] OpenTelemetry JSON Protobuf deviations

2023-09-07 Thread 'John Green' via Protocol Buffers
Hi all! OpenTelemetry documents some deviations regarding mapping protobuf/json. See here: https://opentelemetry.io/docs/specs/otlp/#json-protobuf-encoding Is there a way to implement those deviations with the java SDK? Thanks for your help! -- You received this message because you are