我想让dropwizard登录到端点。
让dropwizard登录到文件很简单,只需在配置中指定type为file和currentLogfilename。
但是如何让dropwizard登录到http端点?
即
http://x.x.x.x:9181/LogService?level=info&message=dropwizardmessage
答案 0 :(得分:0)
我的观察是,我已经配置了以下内容:
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-servlets</artifactId>
<version>${metrics.version}</version>
</dependency>
我能够在http-endpoint上获取指标