Sparsh Shukla

Results 4 comments of Sparsh Shukla

> The code is expecting a gRPC response. To avoid the warning, you could send a static gPRC response that says "gRPC not supported". But our server can only respond...

> Are you trying to use io.opentelemetry.exporter.internal.http.HttpExporter with a custom sender? If you have a fully custom exporter implementation, you should never run into any code in HttpExporter, which is...

> [@prasadw](https://github.com/prasadw) OpenTelemetry SDK uses java.util.logging, I think you can suppress it through java.util.logging configuration (or if you are using a different logging framework you can pipe java.util.logging to that...

> > > Are you trying to use io.opentelemetry.exporter.internal.http.HttpExporter with a custom sender? If you have a fully custom exporter implementation, you should never run into any code in HttpExporter,...