Skip to content

Commit

Permalink
Troubleshooting.
Browse files Browse the repository at this point in the history
Signed-off-by: AWSHurneyt <[email protected]>
  • Loading branch information
AWSHurneyt committed Feb 5, 2024
1 parent 10abf53 commit 07d9efe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ class InputService(
logger.info("ClusterMetricsInput remoteMonitoringEnabled: $remoteMonitoringEnabled")

if (remoteMonitoringEnabled && input.clusters.isNotEmpty()) {
val responseMap = mutableMapOf<String, Map<String, Any>>()
client.threadPool().threadContext.stashContext().use {
val responseMap = mutableMapOf<String, Map<String, Any>>()
scope.launch {
val deferredResults = input.clusters.map { cluster ->
async {
Expand Down

0 comments on commit 07d9efe

Please sign in to comment.