diff --git a/kotlin-wot-binding-http/src/main/kotlin/http/HttpProtocolServer.kt b/kotlin-wot-binding-http/src/main/kotlin/http/HttpProtocolServer.kt index 56cc0b6..5773afd 100644 --- a/kotlin-wot-binding-http/src/main/kotlin/http/HttpProtocolServer.kt +++ b/kotlin-wot-binding-http/src/main/kotlin/http/HttpProtocolServer.kt @@ -214,6 +214,7 @@ fun Application.setupRouting(servient: Servient) { throw cause // re-throw if you want it to be logged } } + /* install(MicrometerMetrics) { meterBinders = listOf( JvmMemoryMetrics(), @@ -221,6 +222,7 @@ fun Application.setupRouting(servient: Servient) { ProcessorMetrics() ) } + */ setupJackson() routing { route("/") { @@ -408,4 +410,4 @@ private fun parseUrlParameters( name to value }.toMap() } -*/ \ No newline at end of file +*/