Re: [Architecture] Moving to a user configurable model to set threshold values for APIM analytics instead of percentile values

2018-09-24 Thread Fazlan Nazeem
I was able to find the UI. Have we documented this? On Mon, Sep 24, 2018 at 11:00 AM Fazlan Nazeem wrote: > Hi Praminda, > > Did we add this UI to the APIM 2.6.0 RC3 release? I am unable to find this > in publisher/Store portals. > > On Tue, Sep 4, 2018 at 5:10 PM Praminda Jayawardana > wrote:

Re: [Architecture] Moving to a user configurable model to set threshold values for APIM analytics instead of percentile values

2018-09-04 Thread Praminda Jayawardana
Yes. Dropdown is searchable. Listed APIs/Apps will be filtered by the subscriber. On Tue, Sep 4, 2018 at 5:06 PM Fazlan Nazeem wrote: > +1. > > Does the drop down have a search functionality in it? Because listing all > APIs or Applications in a dropdown may not be scalable. > > On Tue, Sep

Re: [Architecture] Moving to a user configurable model to set threshold values for APIM analytics instead of percentile values

2018-09-04 Thread Fazlan Nazeem
+1. Does the drop down have a search functionality in it? Because listing all APIs or Applications in a dropdown may not be scalable. On Tue, Sep 4, 2018 at 9:59 AM Praminda Jayawardana wrote: > Hi All, > > We decided to move this from SP to APIM to solve several complications. > >1. Hard

Re: [Architecture] Moving to a user configurable model to set threshold values for APIM analytics instead of percentile values

2018-09-03 Thread Praminda Jayawardana
Hi All, We decided to move this from SP to APIM to solve several complications. 1. Hard to provide API/Application list in SP side. User need to manually type API and Application names 2. Multi tenancy is not supported in SP. Current mock UI looks like following in the API Store.

Re: [Architecture] Moving to a user configurable model to set threshold values for APIM analytics instead of percentile values

2018-08-08 Thread Silmy Hasan
Hi Ishara, The idea was not to share the user store with SP , Within SP we will not check whether the user is a subscriber or API Creator, we will let the user make changes to those tables if the user is an Admin. The admin can be a subscriber or Api Creator. Ideally we should have this in

Re: [Architecture] Moving to a user configurable model to set threshold values for APIM analytics instead of percentile values

2018-08-08 Thread Silmy Hasan
Hi Dinusha, According to what is discussed with the APIM team( Fazlan and chamila) we will let the admins configure values for both tables, and within the SP we will not check whether he is an Api Creator or Subscriber. On Thu, Aug 9, 2018 at 10:16 AM, Dinusha Dissanayake wrote: > Hi Silmy,

Re: [Architecture] Moving to a user configurable model to set threshold values for APIM analytics instead of percentile values

2018-08-08 Thread Dinusha Dissanayake
Hi Silmy, Hi all, > > According to the current implementation of APIM Analytics , we use > percentile values to find out certain threshold values (eg:- Abnormal > request count) . Since generating alerts using percentile values creates > lots of complexity to the users of the alert, it was

Re: [Architecture] Moving to a user configurable model to set threshold values for APIM analytics instead of percentile values

2018-08-08 Thread Fazlan Nazeem
Hi Silmy, Few things to consider when implementing the gadgets. 1) Only users with a specific role(preferably admin) should be able to do CRUD on those tables. I think we can change this role using SP configurations if a customer intends to allow users with another role to do this task. 2)

Re: [Architecture] Moving to a user configurable model to set threshold values for APIM analytics instead of percentile values

2018-08-08 Thread Ishara Cooray
Hi Silmy, 1. Let the admins or subcribers set those values in APIM side and publish it to SP as a stream. A siddhi app can be written to listen to the stream an store it in database 2. Let the admins or subscriber set a value at SP dashboard itself using a dashboard widget If

[Architecture] Moving to a user configurable model to set threshold values for APIM analytics instead of percentile values

2018-08-08 Thread Silmy Hasan
Hi all, According to the current implementation of APIM Analytics , we use percentile values to find out certain threshold values (eg:- Abnormal request count) . Since generating alerts using percentile values creates lots of complexity to the users of the alert, it was decided to move towards a