标签: apache-camel codahale-metrics
我在camel-context.xml文件中配置了以下内容。 我能够在hawtio中看到报告。
但是,我想将实际的camel指标生成json报告记录到我的应用程序日志文件中。
任何人都可以帮我解决这个问题吗?
由于 拉梅什
答案 0 :(得分:2)
这是不可能的。
这是在服务器端返回json的代码:https://github.com/apache/camel/blob/master/components/camel-metrics/src/main/java/org/apache/camel/component/metrics/routepolicy/MetricsRegistryService.java
这将需要一个增强功能来支持它将json记录到记录器。欢迎您登录JIRA票:http://camel.apache.org/support