No concept of a platform?

Heiko W.Rupp hrupp at redhat.com
Fri Jan 9 11:41:33 UTC 2015


> Am 08.01.2015 um 19:17 schrieb John Sanda <jsanda at redhat.com>:
> 
> Heiko, I have a follow up question with respect to metrics.What do you think about deploying rhq-metrics as a WF extension? And then the components within WF that want to expose/publish metric data would do so using the service(s) exposed by the rhq-metrics extension. 

This is what we have the wildfly-monitor extension for right now.

There is the idea that this will be able to expose the extension into JNDI so that client code can look it up and use it.

We could then build some small helper classes that at then end allow to say something like

    HkMetrics.push(tenantId, metricId, value);


I do not think that the whole rhq-metrics server would be deployed (incl C* dependency) just to allow to gather some
metrics and push them around.



More information about the rhq-devel mailing list