Skip to content

Commit

Permalink
- release-0.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverchuk committed May 22, 2023
1 parent 2e4d7ff commit 8d28275
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ subprojects {
opentelemetryJavaagent: "1.25.0",
bytebuddy : "1.12.10",
guava : "30.1-jre",
appopticsCore : "7.8.4",
agent : "0.15.4", // the custom distro agent version
appopticsCore : "7.8.5",
agent : "0.15.5", // the custom distro agent version
autoservice : "1.0.1",
]
versions.appopticsMetrics = "${versions.appopticsCore}" // they share the same version now
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
import com.tracelytics.joboe.config.ConfigProperty;
import com.tracelytics.joboe.config.InvalidConfigException;
import com.tracelytics.joboe.config.ProfilerSetting;
import com.tracelytics.joboe.rpc.Client;
import com.tracelytics.joboe.rpc.ClientException;
import com.tracelytics.joboe.rpc.ClientLoggingCallback;
import com.tracelytics.joboe.rpc.RpcClientManager;
import com.tracelytics.joboe.rpc.*;
import com.tracelytics.joboe.settings.SettingsManager;
import com.tracelytics.logging.Logger;
import com.tracelytics.logging.LoggerFactory;
Expand Down Expand Up @@ -239,7 +236,7 @@ public void run() {
if (EventImpl.getEventReporter() != null) {
EventImpl.getEventReporter().close(); //close event reporter properly to give it chance to send out pending events in queue
}
RpcClientManager.closeAllManagers(); //close all rpc client, this should flush out all messages or stop immediately (if not connected)
ClientManagerProvider.closeAllManagers(); //close all rpc client, this should flush out all messages or stop immediately (if not connected)
}
};

Expand Down

0 comments on commit 8d28275

Please sign in to comment.