<div dir="ltr">Ok, that way, we can just use &#39;/sync&#39; to sycn with inventory.<br><div class="gmail_quote"><div dir="ltr">On Fri, Jul 8, 2016 at 10:00 PM Thomas Segismont &lt;<a href="mailto:tsegismo@redhat.com" target="_blank">tsegismo@redhat.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Austin,<br>
<br>
Not sure what you meant, but my opinion on the problem so far is that we<br>
should have a feed per Vert.x instance. Eventually (but that is beyond<br>
the scope of your project) we could find out when two Vert.x feeds are<br>
using the same clustered EventBus and then create a &quot;logical&quot; resource<br>
in inventory to represent it.<br>
<br>
Thomas<br>
<br>
Le 05/07/2016 à 01:53, Austin Kuo a écrit :<br>
&gt; why &quot;isParentOf&quot; is more suitable than &quot;contains&quot; in vertx as Thomas said?<br>
&gt;<br>
&gt; If it is &quot;contains&quot;, it also makes sense to me since if &quot;MyApp&quot; is gone,<br>
&gt; the feeds it contains should disappear as well.<br>
&gt;<br>
&gt; Austin<br>
&gt; Lukas Krejci &lt;<a href="mailto:lkrejci@redhat.com" target="_blank">lkrejci@redhat.com</a> &lt;mailto:<a href="mailto:lkrejci@redhat.com" target="_blank">lkrejci@redhat.com</a>&gt;&gt;於 2016年6<br>
&gt; 月29日 週三,21:20寫道:<br>
&gt;<br>
&gt;     Btw. I&#39;ve slightly updated the inventory organization description on the<br>
&gt;     hawkular site (<a href="http://www.hawkular.org/docs/components/inventory/" rel="noreferrer" target="_blank">http://www.hawkular.org/docs/components/inventory/</a><br>
&gt;     index.html#inventory-organization<br>
&gt;     &lt;<a href="http://www.hawkular.org/docs/components/inventory/index.html#inventory-organization" rel="noreferrer" target="_blank">http://www.hawkular.org/docs/components/inventory/index.html#inventory-organization</a>&gt;).<br>
&gt;     I hope it explains the structure and<br>
&gt;     intent of the entities in inventory in a slightly more<br>
&gt;     comprehensible manner.<br>
&gt;<br>
&gt;     My answers are inline below...<br>
&gt;<br>
&gt;     On středa 29. června 2016 14:39:27 CEST Thomas Segismont wrote:<br>
&gt;     &gt; Thank you very much for the thorough reply Lukas. A few<br>
&gt;     &gt; questions/comments inline.<br>
&gt;     &gt;<br>
&gt;     &gt; Le 23/06/2016 à 15:59, Lukas Krejci a écrit :<br>
&gt;     &gt; &gt; On Thursday, June 23, 2016 10:27:12 AM Thomas Segismont wrote:<br>
&gt;     &gt; &gt;&gt; Hey Lukas,<br>
&gt;     &gt; &gt;&gt;<br>
&gt;     &gt; &gt;&gt; Thank you for pointing us in the sync endpoint. Austin will<br>
&gt;     look into<br>
&gt;     &gt; &gt;&gt; this and will certainly come back with more questions.<br>
&gt;     &gt; &gt;&gt;<br>
&gt;     &gt; &gt;&gt; With respect to the user creating resources question, the<br>
&gt;     difference<br>
&gt;     &gt; &gt;&gt; between Vert.x and Wildfly is that the user creates resources<br>
&gt;     &gt; &gt;&gt; grammatically. So in version 1 of the application, there might<br>
&gt;     be two<br>
&gt;     &gt; &gt;&gt; HTTP servers as well as 7 event bus handlers, but only 1 http<br>
&gt;     server in<br>
&gt;     &gt; &gt;&gt; version 2. And a named worker pool in version 3.<br>
&gt;     &gt; &gt;&gt;<br>
&gt;     &gt; &gt;&gt; In the end, I believe it doesn&#39;t matter if it&#39;s container which<br>
&gt;     creates<br>
&gt;     &gt; &gt;&gt; resources or if it&#39;s the user himself. Does it?<br>
&gt;     &gt; &gt;<br>
&gt;     &gt; &gt; It does not really (inventory has just a single API, so it does<br>
&gt;     not really<br>
&gt;     &gt; &gt; know who is talking to it - if a feed or if a user) - but<br>
&gt;     resources inside<br>
&gt;     &gt; &gt; and outside feeds have slightly different semantics.<br>
&gt;     &gt; &gt;<br>
&gt;     &gt; &gt; Right now the logic is this:<br>
&gt;     &gt; &gt;<br>
&gt;     &gt; &gt; Feeds are &quot;agents&quot; that don&#39;t care about anything else but their own<br>
&gt;     &gt; &gt; little<br>
&gt;     &gt; &gt; &quot;world&quot;. That&#39;s why they can create their own resource types,<br>
&gt;     metric types<br>
&gt;     &gt; &gt; and they also declare resources and metrics of those types. Feed<br>
&gt;     does not<br>
&gt;     &gt; &gt; need to look &quot;outside&quot; of its own data and is in full charge of it.<br>
&gt;     &gt;<br>
&gt;     &gt; Does that mean that creating a feed is the only way to create<br>
&gt;     &gt; resource/metric types?<br>
&gt;<br>
&gt;     No, you can also create resource types and metric types directly<br>
&gt;     under the<br>
&gt;     tenant.<br>
&gt;<br>
&gt;     &gt; I suppose the benefit of creating resource types is that then you can<br>
&gt;     &gt; search for different resources of the same type easily.<br>
&gt;     &gt;<br>
&gt;     &gt; And if feeds create resource types, how do you know that resource<br>
&gt;     types<br>
&gt;     &gt; created by the Hawkular Agent feed running on server A are the same as<br>
&gt;     &gt; those created by another agent running on server B?<br>
&gt;     &gt;<br>
&gt;<br>
&gt;     Inventory automatically computes &quot;identity hashes&quot; of resource types and<br>
&gt;     metric types - if 2 resource types in 2 feeds have the same ID and<br>
&gt;     exactly the<br>
&gt;     same configuration definitions, they are considered identical. If<br>
&gt;     you know 1<br>
&gt;     resource type, you can find all the identical ones using the<br>
&gt;     following REST<br>
&gt;     API (since 0.17.0.Final, the format of the URLs is thoroughly<br>
&gt;     explained here:<br>
&gt;     <a href="http://www.hawkular.org/docs/rest/rest-inventory.html#_api_endpoints" rel="noreferrer" target="_blank">http://www.hawkular.org/docs/rest/rest-inventory.html#_api_endpoints</a>):<br>
&gt;<br>
&gt;     /hawkular/inventory/traversal/f;feedId/rt;resourceTypeId/identical<br>
&gt;<br>
&gt;     If for example some resource types should be known up-front and &quot;shared&quot;<br>
&gt;     across all feeds, some kind of &quot;gluecode&quot; could create &quot;global&quot;<br>
&gt;     resource types<br>
&gt;     under the tenant, that would have the same id and structure as the<br>
&gt;     types that<br>
&gt;     the feeds declare. If then you want to for example find all<br>
&gt;     resources of given<br>
&gt;     type, you can:<br>
&gt;<br>
&gt;     /hawkular/inventory/traversal/rt;myType/identical/rl;defines/type=resource<br>
&gt;<br>
&gt;     I.e. for all types identical to the global one, find all resources<br>
&gt;     defined by<br>
&gt;     those types.<br>
&gt;<br>
&gt;     &gt; &gt; Hence the /sync endpoint applies to a feed nicely - since it is<br>
&gt;     in charge,<br>
&gt;     &gt; &gt; it merely declares what is the view it has currently of the<br>
&gt;     &quot;world&quot; it<br>
&gt;     &gt; &gt; sees and inventory will make sure it has the same picture -<br>
&gt;     under that<br>
&gt;     &gt; &gt; feed.<br>
&gt;     &gt; &gt;<br>
&gt;     &gt; &gt; Now if you have an application that spans multiple vms/machines<br>
&gt;     and is<br>
&gt;     &gt; &gt; composed of multiple processes, there is no such clear<br>
&gt;     distinction of<br>
&gt;     &gt; &gt; &quot;ownership&quot;.<br>
&gt;     &gt;<br>
&gt;     &gt; Good point, Vert.x applications are often distributed and<br>
&gt;     communicating<br>
&gt;     &gt; over the EventBus.<br>
&gt;     &gt;<br>
&gt;     &gt; &gt; While indeed a &quot;real&quot; user can just act like a feed, the envisioned<br>
&gt;     &gt; &gt; workflow is that the user operates directly in environments and<br>
&gt;     at the<br>
&gt;     &gt; &gt; top level. I.e. a user assigns feeds to environments (i.e. this feed<br>
&gt;     &gt; &gt; reports on my server in staging environment, etc) and the user<br>
&gt;     creates<br>
&gt;     &gt; &gt; &quot;logical&quot; resources in the environment (i.e. &quot;My App&quot; resource<br>
&gt;     in staging<br>
&gt;     &gt; &gt; env is composed of a load balancer managed by this feed, mongodb<br>
&gt;     managed<br>
&gt;     &gt; &gt; by another feed there and clustered wflys there, there and there).<br>
&gt;     &gt; &gt;<br>
&gt;     &gt; &gt; To model this, inventory supports 2 kinds of tree hierarchies -<br>
&gt;     1 created<br>
&gt;     &gt; &gt; using the &quot;contains&quot; relationship, which expresses existential<br>
&gt;     ownership -<br>
&gt;     &gt; &gt; i.e. a feed contains its resources and if a feed disappears, so<br>
&gt;     do the<br>
&gt;     &gt; &gt; resources, because no one else can report on them. The entities<br>
&gt;     bound by<br>
&gt;     &gt; &gt; the<br>
&gt;     &gt; How does a feed &quot;disappear&quot;? That would be by deleting it through the<br>
&gt;     &gt; REST API, correct? Something the ManageIQ provider would do<br>
&gt;     through the<br>
&gt;     &gt; Ruby client?<br>
&gt;     &gt;<br>
&gt;<br>
&gt;     yes<br>
&gt;<br>
&gt;     &gt; &gt; contains relationship form a tree - no loops or diamonds in it<br>
&gt;     (this is<br>
&gt;     &gt; &gt; enforced by inventory). But there can also be a hierarchy<br>
&gt;     created using an<br>
&gt;     &gt; &gt; &quot;isParentOf&quot; relationship (which represents &quot;logical&quot; ownership).<br>
&gt;     &gt; &gt; Resources<br>
&gt;     &gt; &gt; bound by &quot;isParentOf&quot; can form an acyclic graph - i.e. 1<br>
&gt;     resource can have<br>
&gt;     &gt; &gt; multiple parents as well as many children (isParentOf is<br>
&gt;     applicable only<br>
&gt;     &gt; &gt; to<br>
&gt;     &gt; &gt; resources, not other types of entities).<br>
&gt;     &gt; &gt;<br>
&gt;     &gt; &gt; The hierarchies formed by &quot;contains&quot; and &quot;isParentOf&quot; are<br>
&gt;     independent. So<br>
&gt;     &gt; &gt; you can create a resource &quot;My App&quot; in the staging environment<br>
&gt;     and declare<br>
&gt;     &gt; &gt; it a parent (using &quot;isParentOf&quot;) of the resources declared by<br>
&gt;     feeds that<br>
&gt;     &gt; &gt; manage the machines where the constituent servers live.<br>
&gt;     &gt;<br>
&gt;     &gt; Interesting, that may be the way to model a Vert.x app deployed on two<br>
&gt;     &gt; machines. Each process would have its own feed reporting discovered<br>
&gt;     &gt; resources (http servers, event bus handlers, ... etc), and a<br>
&gt;     logical app<br>
&gt;     &gt; resource as parent.<br>
&gt;     &gt;<br>
&gt;<br>
&gt;     Exactly.<br>
&gt;<br>
&gt;     &gt; &gt; That is the envisaged workflow for &quot;apps&quot;. Now the downside to<br>
&gt;     that is<br>
&gt;     &gt; &gt; that<br>
&gt;     &gt; &gt; (currently) there is no &quot;sync&quot; for that. The reason is that the<br>
&gt;     &gt; &gt; application<br>
&gt;     &gt; &gt; really is a logical concept and the underlying servers can be<br>
&gt;     repurposed<br>
&gt;     &gt; &gt; to<br>
&gt;     &gt; &gt; serve different applications (so if app stops using it, it shouldn&#39;t<br>
&gt;     &gt; &gt; really<br>
&gt;     &gt; &gt; disappear from inventory, as is the case with /sync - because if<br>
&gt;     a feed<br>
&gt;     &gt; &gt; doesn&#39;t &quot;see&quot; a resource, then it really is just gone, because<br>
&gt;     the feed is<br>
&gt;     &gt; &gt; solely responsible for reporting on it).<br>
&gt;     &gt;<br>
&gt;     &gt; What happens to the resources exactly? Are they marked as gone or<br>
&gt;     simply<br>
&gt;     &gt; deleted?<br>
&gt;<br>
&gt;     Right now they are deleted. That is of course not optimal and<br>
&gt;     versioning is in<br>
&gt;     the pipeline right after the port of inventory to Tinkerpop3.<br>
&gt;     Basically all<br>
&gt;     the entities and relationships will get &quot;from&quot; and &quot;to&quot; timestamps.<br>
&gt;     Implicitly, you&#39;d look at the &quot;present&quot;, but you&#39;d be able to look<br>
&gt;     at how<br>
&gt;     things looked in the past by specifying a different &quot;now&quot; in your query.<br>
&gt;<br>
&gt;     &gt; Do you know how dependent services are updated? For example, when<br>
&gt;     a JMS<br>
&gt;     &gt; queue is gone, are alert definitions on queue depth removed as<br>
&gt;     well? How<br>
&gt;     &gt; does that happen?<br>
&gt;     &gt;<br>
&gt;<br>
&gt;     Inventory sends events on the bus about every C/U/D of every entity or<br>
&gt;     relationship, so other components can react on that.<br>
&gt;<br>
&gt;     &gt; &gt; We can think about how to somehow help clients with &quot;App sync&quot;<br>
&gt;     but I&#39;m not<br>
&gt;     &gt; &gt; sure if having a feed for vertx is the right thing to do. On the<br>
&gt;     other<br>
&gt;     &gt; &gt; hand I very well may not be seeing some obvious problems of the<br>
&gt;     above or<br>
&gt;     &gt; &gt; parallels that make the 2 approaches really the same because the<br>
&gt;     above<br>
&gt;     &gt; &gt; model is just ingrained in my brain after so many hours thinking<br>
&gt;     about it<br>
&gt;     &gt; &gt; ;)<br>
&gt;     &gt; &gt;<br>
&gt;     &gt; &gt;&gt; As for the feed question, the Vert.x feed will be the Metrics SPI<br>
&gt;     &gt; &gt;&gt; implementation (vertx-hawkular-metrics project). Again I guess<br>
&gt;     it&#39;s not<br>
&gt;     &gt; &gt;&gt; much different than the Hawkular Agent.<br>
&gt;     &gt; &gt;<br>
&gt;     &gt; &gt; A feed would only be appropriate if vertx app never reported on<br>
&gt;     something<br>
&gt;     &gt; &gt; that would also be reported by other agents. I.e. if a part of a<br>
&gt;     vertx<br>
&gt;     &gt; &gt; application is also reported on by a wfly agent, because that<br>
&gt;     part is<br>
&gt;     &gt; &gt; running in a wfly server managed by us, then that will not work - 1<br>
&gt;     &gt; &gt; resource cannot be &quot;contained&quot; in 2 different feeds (not just<br>
&gt;     API wise,<br>
&gt;     &gt; &gt; but logically, too).<br>
&gt;     &gt; I&#39;m not too worried about this use case. First the vast majority of<br>
&gt;     &gt; Vert.x applications I know about are not embedded. Secondly the Vert.x<br>
&gt;     &gt; feed would not report resources already reported by the Hawkular<br>
&gt;     Agent.<br>
&gt;     &gt;<br>
&gt;     &gt; &gt;&gt; Maybe the wording around user creating resources was confusing?<br>
&gt;     Did you<br>
&gt;     &gt; &gt;&gt; thought he would do so from application code? In this case, the<br>
&gt;     answer<br>
&gt;     &gt; &gt;&gt; is no.<br>
&gt;     &gt; &gt;<br>
&gt;     &gt; &gt; Yeah, we should probably get together and discuss what your<br>
&gt;     plans are to<br>
&gt;     &gt; &gt; get on the same page with everything.<br>
&gt;     &gt;<br>
&gt;     &gt; I believe that presenting to you (and to whoever is interested) the<br>
&gt;     &gt; conclusions of investigations would be beneficial indeed.<br>
&gt;     &gt;<br>
&gt;<br>
&gt;     +1<br>
&gt;<br>
&gt;     &gt; &gt;&gt; Regards,<br>
&gt;     &gt; &gt;&gt; Thomas<br>
&gt;     &gt; &gt;&gt;<br>
&gt;     &gt; &gt;&gt; Le 23/06/2016 à 10:01, Austin Kuo a écrit :<br>
&gt;     &gt; &gt;&gt;&gt; Yes, I’m gonna build the inventory for vertx applications.<br>
&gt;     &gt; &gt;&gt;&gt; So I have to create a feed for it.<br>
&gt;     &gt; &gt;&gt;&gt;<br>
&gt;     &gt; &gt;&gt;&gt; Thanks!<br>
&gt;     &gt; &gt;&gt;&gt;<br>
&gt;     &gt; &gt;&gt;&gt; On Tue, Jun 21, 2016 at 7:55 PM Lukas Krejci<br>
&gt;     &lt;<a href="mailto:lkrejci@redhat.com" target="_blank">lkrejci@redhat.com</a> &lt;mailto:<a href="mailto:lkrejci@redhat.com" target="_blank">lkrejci@redhat.com</a>&gt;<br>
&gt;     &gt; &gt;&gt;&gt;<br>
&gt;     &gt; &gt;&gt;&gt; &lt;mailto:<a href="mailto:lkrejci@redhat.com" target="_blank">lkrejci@redhat.com</a> &lt;mailto:<a href="mailto:lkrejci@redhat.com" target="_blank">lkrejci@redhat.com</a>&gt;&gt;&gt; wrote:<br>
&gt;     &gt; &gt;&gt;&gt;     Hi Austin,<br>
&gt;     &gt; &gt;&gt;&gt;<br>
&gt;     &gt; &gt;&gt;&gt;     Inventory offers a /hawkular/inventory/sync endpoint that<br>
&gt;     is used to<br>
&gt;     &gt; &gt;&gt;&gt;     synchronize the &quot;world view&quot; of feeds (feed being<br>
&gt;     something that<br>
&gt;     &gt; &gt;&gt;&gt;     pushes data<br>
&gt;     &gt; &gt;&gt;&gt;     into inventory).<br>
&gt;     &gt; &gt;&gt;&gt;<br>
&gt;     &gt; &gt;&gt;&gt;     You said though that a &quot;user creates&quot; the resources, so I<br>
&gt;     am not<br>
&gt;     &gt; &gt;&gt;&gt;     sure if /sync<br>
&gt;     &gt; &gt;&gt;&gt;     would be applicable to your scenario. Would you please<br>
&gt;     elaborate<br>
&gt;     &gt; &gt;&gt;&gt;     more on where<br>
&gt;     &gt; &gt;&gt;&gt;     in the inventory hierarchy you create your resources and<br>
&gt;     how? I.e.<br>
&gt;     &gt; &gt;&gt;&gt;     are you<br>
&gt;     &gt; &gt;&gt;&gt;     using some sort of feed akin to Hawkular&#39;s Wildfly Agent<br>
&gt;     or are you<br>
&gt;     &gt; &gt;&gt;&gt;     just<br>
&gt;     &gt; &gt;&gt;&gt;     creating your resources &quot;manually&quot; under environments?<br>
&gt;     &gt; &gt;&gt;&gt;<br>
&gt;     &gt; &gt;&gt;&gt;     On Tuesday, June 21, 2016 02:20:33 AM Austin Kuo wrote:<br>
&gt;     &gt; &gt;&gt;&gt;     &gt; Hi all,<br>
&gt;     &gt; &gt;&gt;&gt;     &gt;<br>
&gt;     &gt; &gt;&gt;&gt;     &gt; I’m currently investigating how to sync with inventory<br>
&gt;     server.<br>
&gt;     &gt; &gt;&gt;&gt;     &gt; Here’s the example scenario:<br>
&gt;     &gt; &gt;&gt;&gt;     &gt; Consider the following problem. A user creates version 1<br>
&gt;     of the<br>
&gt;     &gt; &gt;&gt;&gt;<br>
&gt;     &gt; &gt;&gt;&gt;     app with<br>
&gt;     &gt; &gt;&gt;&gt;<br>
&gt;     &gt; &gt;&gt;&gt;     &gt; two http servers, one listening on port 8080, the other<br>
&gt;     on port<br>
&gt;     &gt; &gt;&gt;&gt;<br>
&gt;     &gt; &gt;&gt;&gt;     8181. In<br>
&gt;     &gt; &gt;&gt;&gt;<br>
&gt;     &gt; &gt;&gt;&gt;     &gt; version 2, the http server listening on port 8181 is no<br>
&gt;     longer<br>
&gt;     &gt; &gt;&gt;&gt;     &gt; needed.<br>
&gt;     &gt; &gt;&gt;&gt;     &gt; When the old version is stopped and the new version<br>
&gt;     started, there<br>
&gt;     &gt; &gt;&gt;&gt;<br>
&gt;     &gt; &gt;&gt;&gt;     will be<br>
&gt;     &gt; &gt;&gt;&gt;<br>
&gt;     &gt; &gt;&gt;&gt;     &gt; just one http server listening. The application is not<br>
&gt;     aware of<br>
&gt;     &gt; &gt;&gt;&gt;     &gt; the<br>
&gt;     &gt; &gt;&gt;&gt;     &gt; previous state. What should we do so that the second<br>
&gt;     http server<br>
&gt;     &gt; &gt;&gt;&gt;<br>
&gt;     &gt; &gt;&gt;&gt;     is removed<br>
&gt;     &gt; &gt;&gt;&gt;<br>
&gt;     &gt; &gt;&gt;&gt;     &gt; from Inventory?<br>
&gt;     &gt; &gt;&gt;&gt;     &gt;<br>
&gt;     &gt; &gt;&gt;&gt;     &gt; Thanks in advance.<br>
&gt;     &gt; &gt;&gt;&gt;<br>
&gt;     &gt; &gt;&gt;&gt;     --<br>
&gt;     &gt; &gt;&gt;&gt;     Lukas Krejci<br>
&gt;     &gt; &gt;&gt;&gt;<br>
&gt;     &gt; &gt;&gt;&gt;     _______________________________________________<br>
&gt;     &gt; &gt;&gt;&gt;     hawkular-dev mailing list<br>
&gt;     &gt; &gt;&gt;&gt;     <a href="mailto:hawkular-dev@lists.jboss.org" target="_blank">hawkular-dev@lists.jboss.org</a><br>
&gt;     &lt;mailto:<a href="mailto:hawkular-dev@lists.jboss.org" target="_blank">hawkular-dev@lists.jboss.org</a>&gt;<br>
&gt;     &lt;mailto:<a href="mailto:hawkular-dev@lists.jboss.org" target="_blank">hawkular-dev@lists.jboss.org</a><br>
&gt;     &lt;mailto:<a href="mailto:hawkular-dev@lists.jboss.org" target="_blank">hawkular-dev@lists.jboss.org</a>&gt;&gt;<br>
&gt;     &gt; &gt;&gt;&gt;     <a href="https://lists.jboss.org/mailman/listinfo/hawkular-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/hawkular-dev</a><br>
&gt;     &gt; &gt;&gt;&gt;<br>
&gt;     &gt; &gt;&gt;&gt; _______________________________________________<br>
&gt;     &gt; &gt;&gt;&gt; hawkular-dev mailing list<br>
&gt;     &gt; &gt;&gt;&gt; <a href="mailto:hawkular-dev@lists.jboss.org" target="_blank">hawkular-dev@lists.jboss.org</a> &lt;mailto:<a href="mailto:hawkular-dev@lists.jboss.org" target="_blank">hawkular-dev@lists.jboss.org</a>&gt;<br>
&gt;     &gt; &gt;&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/hawkular-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/hawkular-dev</a><br>
&gt;<br>
&gt;<br>
&gt;     --<br>
&gt;     Lukas Krejci<br>
&gt;<br>
&gt;     _______________________________________________<br>
&gt;     hawkular-dev mailing list<br>
&gt;     <a href="mailto:hawkular-dev@lists.jboss.org" target="_blank">hawkular-dev@lists.jboss.org</a> &lt;mailto:<a href="mailto:hawkular-dev@lists.jboss.org" target="_blank">hawkular-dev@lists.jboss.org</a>&gt;<br>
&gt;     <a href="https://lists.jboss.org/mailman/listinfo/hawkular-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/hawkular-dev</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; hawkular-dev mailing list<br>
&gt; <a href="mailto:hawkular-dev@lists.jboss.org" target="_blank">hawkular-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/hawkular-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/hawkular-dev</a><br>
&gt;<br>
<br>
--<br>
Thomas Segismont<br>
JBoss ON Engineering Team<br>
_______________________________________________<br>
hawkular-dev mailing list<br>
<a href="mailto:hawkular-dev@lists.jboss.org" target="_blank">hawkular-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/hawkular-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/hawkular-dev</a><br>
</blockquote></div></div>