Closed heiko-holz closed 1 year ago
inspectit-ocelot-core/src/main/java/rocks/inspectit/ocelot/core/exporter/OtlpTraceExporterService.java
line 66 at r1 (raw file):
I saw that code in three different places so far. Is it possible to move that into `otlp.getEndpoint()`? In that way we would have easily at a single place.
Yeah, good idea. I agree.
However, I'd first like to talk to you about the "http-padding" that I introduced.
inspectit-ocelot-core/src/test/java/rocks/inspectit/ocelot/core/exporter/ExporterServiceIntegrationTestBase.java
line 297 at r1 (raw file):
Those enclosing parenthesis are unnecessary, or am I missing something?
Thanks for spotting. I removed the redundant parentheses.
Closes #1574
This change is