Author |
Message
|
wisemind |
Posted: Thu Jun 24, 2010 5:36 am Post subject: unable to get Count of metric at monitor model |
|
|
Apprentice
Joined: 16 Jun 2010 Posts: 29
|
hi guys,
I am emitting some events from WID bpel process and generating the monitor model of the process. while i am defining the metrics of some attributes, I am unable to get some metrics count value on another metrics.
For Example,
Metric name: A -- getting value from Invoke/InvokeENTRY/input1/ABC
Metric name: B -- want some count of metric like count(A).. but unable to do
If i run the 1000 instances of process , 1000 times metric "A" value shows in instance widget one by one. Now the thing i want the count of these instances like i defined some column with Count, that get updated against each instance. I can do this thing at dimensional model while defining some measure. But i want this at monitor details model.
Any
Thanks. |
|
Back to top |
|
 |
Gaya3 |
Posted: Thu Jun 24, 2010 5:41 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
how you are getting the count in your bpel, are you keeping those in a variable, and fetching it using xpath.
there is no need to code this, i guess you can set the monitoring events in the flows itself in WID
Mods: please move this to WID / WPS Section _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
wisemind |
Posted: Thu Jun 24, 2010 5:55 am Post subject: |
|
|
Apprentice
Joined: 16 Jun 2010 Posts: 29
|
No we are not pushing count data from bpel process. actually we are getting some value from bpel process against this in monitor model we want some count or aggregate function at monitor details model.
Thanks |
|
Back to top |
|
 |
Vitor |
Posted: Thu Jun 24, 2010 8:38 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Moved _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Gaya3 |
Posted: Thu Jun 24, 2010 9:15 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
wisemind wrote: |
No we are not pushing count data from bpel process. actually we are getting some value from bpel process against this in monitor model we want some count or aggregate function at monitor details model.
Thanks |
you didnt answer to my last question. are you using XPath expression to populate the data.
how you are emitting the events, are you using monitoring tab or hard coded _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
wisemind |
Posted: Thu Jun 24, 2010 11:58 am Post subject: |
|
|
Apprentice
Joined: 16 Jun 2010 Posts: 29
|
yes we are using xpath expression to populate data and also using monitoring tab to emit events at entry or exit invoke. |
|
Back to top |
|
 |
Gaya3 |
Posted: Thu Jun 24, 2010 12:02 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
wisemind wrote: |
yes we are using xpath expression to populate data and also using monitoring tab to emit events at entry or exit invoke. |
in monitoring tab, currently, afik, there is no function or methods which we can use to get the count or calculate and all.
either you have to get the count in a variable, and populate it using the xpath in monitoring tab. _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
wisemind |
Posted: Thu Jun 24, 2010 12:11 pm Post subject: |
|
|
Apprentice
Joined: 16 Jun 2010 Posts: 29
|
you are not getting my point. I have emitted business data like username from my business process. Each time my process instance run it shows in business Space. The thing i want that the "count" of how many times my instances get runs like 30 or 40. I found the aggregated function in dimensional model tab as provided in monitor model toolkit. But i am unable to find the count aggregate function in monitor details model tab.
Well how can i get the count in a variable or populate it using xpath?? |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Jun 24, 2010 2:06 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
wisemind wrote: |
you are not getting my point. I have emitted business data like username from my business process. Each time my process instance run it shows in business Space. The thing i want that the "count" of how many times my instances get runs like 30 or 40. I found the aggregated function in dimensional model tab as provided in monitor model toolkit. But i am unable to find the count aggregate function in monitor details model tab.
Well how can i get the count in a variable or populate it using xpath?? |
Perhaps because the count does not make sense on a monitor model?
The model does not qualify for count? You'd need to feed the model's results into a DB and run the count on correct aggregation parameters?
But then these are just conjectures... what do I know about WID? _________________ MQ & Broker admin |
|
Back to top |
|
 |
|