spring-boot-actuator

    3熱度

    1回答

    當我包含日誌消息actuator並啓用debug時,會出現大量日誌消息。 2015-08-14 18:34:25.335 DEBUG 94889 --- [nio-8080-exec-5] o.s.b.a.e.mvc.EndpointHandlerMapping : Looking up handler method for path /index.html 2015-08-14 18:34:

    1熱度

    1回答

    我正在開發一個使用嵌入式tomcat的Spring引導的web應用程序。 這個應用程序的要求之一是2路SSL(clientAuth)。 啓用ClientAuth很簡單,但我們也希望使用spring-boot Actuator在不具有clientAuth的不同端口上管理應用程序。 是否有乾淨的方法來做到這一點? (禁止在執行端點SSL也將是足夠的)

    9熱度

    4回答

    我試圖導出在端點/metrics處可見的所有指標爲StatsdMetricWriter。 我已經走到這一步,下面的配置類: package com.tonyghita.metricsdriven.service.config; import com.codahale.metrics.MetricRegistry; import com.ryantenney.metrics.spring.co

    0熱度

    1回答

    稍微背景: 我試圖在生產中使用Spring MVC應用程序中使用spring-boot-actuator。它不是一個spring-boot應用程序。 我已經把spring-boot-actuator一個簡單的彈簧MVC應用程序放在一起。 示例代碼可用here。這是一個簡單的應用程序來克隆和重現錯誤。我在那裏有說明。 我已經使用spring-boot-actuator 1.1.1.RELEASE依賴