发布于 2016-02-04 07:02:51 | 209 次阅读 | 评论: 0 | 来源: 网友投递
Hawkular 开源监控解决方案
Hawkular 是一个开源的监控解决方案,是 RHQ 项目 的改进版本,受益于多年的经验,Hawkular 设计之初就考虑模块化和可伸缩性,因此组件可在应用之外进行重用。Hawkular 可以接收来自不同源的监控数据,包括 collectd、gmond 等等。
Hawkular Metrics 0.12.0 发布了,该版本增强了对 Hawkular 的集成,对代码进行重构,删除了废弃的 JAX-RS 1.1 实现。详细介绍请看这里。
Hawkular Authentication
When deployed part of Hawkular distribution, Hawkular Metrics uses Hawkular Accounts for authentication and authorization
Due to multi-tenant data segregation, Hawkular Accounts does both authentication and authorization since there are no specific permissions within Hawkular Metrics
For more details: (HWKMETRICS-69, HWKMETRICS-344)
Performance Improvements
Removed obsolete code for tracking tenants; this increased for cases where data was written for a tenant that did not exist before (HWKMETRICS-341)
Removed the virtual clock handler (used to accelerate internal metrics clock) since it is no longer used (HWKMETRICS-340)
JAX-RS 1.1 Implementation - Removed
The already deprecated JAX-RS 1.1 implementation of Hawkular Metrics has now been removed from the source tree and the modules consolidated
Going forward only JAX-RS 2.0 implementation of the REST API is available
Wildfly 10 - Deploying & Running
Deploying and running the project on Wildfly 10 is now fully supported
Support for Wildfly 9 is now dropped
Github Release:
JBoss Nexus Maven artifacts:
Jira release tracker:
One of Hawkular Metrics' objectives is to be easy to integrate with; providing language specific clients is an important component for fulfilling this objective. Here is the current list of official clients: