We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61bd46 commit e296173Copy full SHA for e296173
kotlin-wot-binding-http/src/main/kotlin/http/HttpProtocolServer.kt
@@ -214,13 +214,15 @@ fun Application.setupRouting(servient: Servient) {
214
throw cause // re-throw if you want it to be logged
215
}
216
217
+ /*
218
install(MicrometerMetrics) {
219
meterBinders = listOf(
220
JvmMemoryMetrics(),
221
JvmGcMetrics(),
222
ProcessorMetrics()
223
)
224
225
+ */
226
setupJackson()
227
routing {
228
route("/") {
@@ -408,4 +410,4 @@ private fun parseUrlParameters(
408
410
name to value
409
411
}.toMap()
412
-*/
413
+*/
0 commit comments