Skip to content

Commit 63dcc28

Browse files
breedx-splklaurit
andauthored
Apply suggestion from @laurit
whoopsie Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
1 parent 667f252 commit 63dcc28

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

custom/src/main/java/com/splunk/opentelemetry/opamp/OpampActivator.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ static OpampClient startOpampClient(
108108
HttpRequestService httpSender =
109109
HttpRequestService.create(okhttp, pollingDelay, DEFAULT_DELAY_BETWEEN_RETRIES);
110110
builder.setRequestService(httpSender);
111-
112-
builder.setRequestService(HttpRequestService.create(OkHttpSender.create(endpoint)));
113111
}
114112
addIdentifying(builder, resource, DEPLOYMENT_ENVIRONMENT_NAME);
115113
addIdentifying(builder, resource, SERVICE_NAME);

0 commit comments

Comments
 (0)