code style
This commit is contained in:
@@ -102,7 +102,7 @@ abstract class Multistream(
|
|||||||
|
|
||||||
private fun monitorUpstream(upstream: Upstream) {
|
private fun monitorUpstream(upstream: Upstream) {
|
||||||
val id = upstream.getId()
|
val id = upstream.getId()
|
||||||
//remove gouge for given upstream if exists - otherwise metric will stuck with prev upstream instance
|
// remove gouge for given upstream if exists - otherwise metric will stuck with prev upstream instance
|
||||||
meters[id]?.let {
|
meters[id]?.let {
|
||||||
Metrics.globalRegistry.remove(it)
|
Metrics.globalRegistry.remove(it)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user