Some nice new features coming with 24.02 -
1. Activity Stream now shows which user triggered an integration flow -
Let's try this out on the following flows -
- 10.26 seconds
- DUg3ptn3Ee69UfUKGnU7wg
- 5.14 seconds
- KgPdvtn3Ee6_QJ3NwcOM1g
- 2.03 seconds
- INMd3tn3Ee69UfUKGnU7wg
I run the api with minDuration=1000 msecs -
https://design.integration.us-phoenix-1.ocp.oraclecloud.com/ic/api/integration/v1/monitoring/instances?integrationInstance=myOICInstance&q={timewindow:'1h', code:'AA_ORDERPROCESS', minDuration:'1000'}
Count = 3 is returned.
I run again with minDuration = 5000 msecs - This time only 2 are returned -
those with the following instance ids -
- KgPdvtn3Ee6_QJ3NwcOM1g (5.14 secs)
- DUg3ptn3Ee69UfUKGnU7wg (10.26 secs)
So this returns those instances that took at least 5000 msecs to execute.
I try again with max set to 6000 msecs -
- KgPdvtn3Ee6_QJ3NwcOM1g (5.14 secs)
- INMd3tn3Ee69UfUKGnU7w (2.03 secs)
i.e. those instances that executed within 6 seconds.
No comments:
Post a Comment