Skip to content

Commit fab437c

Browse files
author
Jeel Mehta
committed
Setting the endpoint correctly
1 parent 3050541 commit fab437c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-apps/integ-test-app/src/main/java/com/amazon/sampleapp/ValidationApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class ValidationApp {
1717
public SdkTracerProvider tracerProvider() {
1818
// Set up UDP exporter
1919
OtlpUdpSpanExporter exporter =
20-
new OtlpUdpSpanExporterBuilder().setEndpoint("*********:2000").build();
20+
new OtlpUdpSpanExporterBuilder().setEndpoint("localhost:2000").build();
2121

2222
// Set up and return the tracer provider
2323
return SdkTracerProvider.builder()

0 commit comments

Comments
 (0)