<div dir="ltr"><div>When you say "Wizards should already be there as long as SY and Fuse depend on the usage plug-in." what do you mean?<br><br></div>Can I interpret that as meaning if our tools ping for daily events as in the example below, our wizard usage will already be recorded?<br><pre><span class="">UsageReporter</span><span class="">.</span>getInstance()<span class="">.</span>countEvent(eventType<span class="">.</span>event(label, value));</pre><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 11, 2016 at 10:08 AM, Max Rydahl Andersen <span dir="ltr"><<a href="mailto:manderse@redhat.com" target="_blank">manderse@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 11 Mar 2016, at 18:01, Brian Fitzpatrick wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
<br>
Back in January I received great help from Alexey and Max to help me take a<br>
look at the usage data we've been tracking for JBDS. It really helped get<br>
some baseline numbers for ESB usage so we could justify deprecation of the<br>
older tooling going forward (still supporting, just not actively updating,<br>
which is how it's been for a few years now anyway).<br>
<br>
Now we'd like to hook SwitchYard and Fuse Tools wizards and editors up to<br>
get them into the tracking data as well.<br>
</blockquote>
<br></span>
Wizards should already be there as long as SY and Fuse depend on the usage plugin.<br>
<br>
For editors you will need to send specific events.<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Do we have anything written up on how to use the frameworks for the usage<br>
tooling in JBDS? Or can you point me at some examples of how you've done it<br>
for wizards and editors in the main JBoss Tools code?<br>
</blockquote>
<br></span>
Docs: <a href="https://github.com/jbosstools/jbosstools-devdoc/blob/master/api/usage/usage_api.adoc" rel="noreferrer" target="_blank">https://github.com/jbosstools/jbosstools-devdoc/blob/master/api/usage/usage_api.adoc</a><br>
<br>
Please be aware to not send a ping for every little thing - we don't want to overload with data.<br>
<br>
But for example if you want to count the number of times the fuse editor is opened you can do that with a daily event counter.<br>
<br>
To find examples - search for .countEvent() in JBoss Tools Server and I think Forge has some too.<br>
<br>
/max<br>
<a href="http://about.me/maxandersen" rel="noreferrer" target="_blank">http://about.me/maxandersen</a><br>
</blockquote></div><br></div>