Hi All,
I have already gone through the oracle documentation. It is not very clear on creating the gauge views.
Here is the requirement in detail
1. There is a source(ATG) and target(ISOM), and the integration layer is the SOA BPEL(IIP).
2. Need to measure response time for each request from ATG to ISOM. For 1 request, i have 2 composite instances getting triggered in IIP, i.e. Requestor and Provider. BAM receives date at the beginning and at the end of each process. i.e. in BAM there will be 4 entries created for one request. Hence for one request i have the same unique ID.
3. I have received date and forwarded date for each entry in BAM from the requestor and provider instances. So the calculation here would be difference between leg 4's forwarded date and leg 1's received date, will give end2end response time. (in screen shot marked it as red)
4. In a similar way, difference between leg 2's forward date and leg 3's received date will give the target's response time.(in screen shot marked it as blue)
Can you please let me know how this calculation can be achieved in oracle BAM. And how to represent in a dashboard? Which view and query to be used for this?
Attaching the DO zip file to get a better understanding. and also a screen shot of the same.
This is really urgent, and you help is appreciated here.