Dropwizard日志到端点

时间:2015-10-12 16:35:36

标签: logging dropwizard

我想让dropwizard登录到端点。

让dropwizard登录到文件很简单,只需在配置中指定type为file和currentLogfilename。

但是如何让dropwizard登录到http端点?

http://x.x.x.x:9181/LogService?level=info&message=dropwizardmessage

1 个答案:

答案 0 :(得分:0)

我的观察是,我已经配置了以下内容:

<dependency>
    <groupId>io.dropwizard.metrics</groupId>
    <artifactId>metrics-servlets</artifactId>
    <version>${metrics.version}</version>
</dependency>

我能够在http-endpoint上获取指标

http://localhost:adminport/metrics