diff --git a/kotlin-wot-binding-websocket/src/main/kotlin/websocket/WebSocketProtocolServer.kt b/kotlin-wot-binding-websocket/src/main/kotlin/websocket/WebSocketProtocolServer.kt index a618469..57ff472 100644 --- a/kotlin-wot-binding-websocket/src/main/kotlin/websocket/WebSocketProtocolServer.kt +++ b/kotlin-wot-binding-websocket/src/main/kotlin/websocket/WebSocketProtocolServer.kt @@ -179,14 +179,14 @@ fun Application.setupRoutingWithWebSockets(servient: Servient) { enable(SerializationFeature.INDENT_OUTPUT) configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false) } - } + }/* install(MicrometerMetrics) { meterBinders = listOf( JvmMemoryMetrics(), JvmGcMetrics(), ProcessorMetrics() ) - } + }*/ install(WebSockets) { contentConverter = JacksonWebsocketContentConverter(JsonMapper.instance) }