Skip to content

Commit

Permalink
Update src/main/groovy/io/seqera/wave/metrics/ExecutorsMetricsBinder.…
Browse files Browse the repository at this point in the history
…groovy
  • Loading branch information
pditommaso authored Dec 9, 2024
1 parent 4d0f07c commit 1e5d5e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class ExecutorsMetricsBinder {
ExecutorServiceMetrics.monitor(registry, virtualThreadPool, "ForkJoin.virtualPool")
}
catch (Exception e) {
log.error "Unable to registry carrier threads pool metrics", e
log.warn "Unable to registry carrier threads pool metrics", e
}
}
}

0 comments on commit 1e5d5e1

Please sign in to comment.