I have created a custom chart for selective/criticle API's within application.I've set the web request filter filter for dashlet (Screenshot attached)
However still no requests are shown on the dashboard (Screenshot attached).
Any suggestion?
Answer by Florent D. ·
This time with regEx, you can use "|". Sorry about the confusion..
Try this:
\/api\/app\/example1|\/api\/app\/example2|\/api\/app\/example3|\/api\/app\/example4|\/api\/app\/example5
Answer by Sandeep R. ·
Similar to the above, I have created measures for the said API's, I want to create chart to these custom measures for response time over time (to spot peak) – i want to display only the 90th percentile here.
Any suggestion?
Answer by Sandeep R. ·
Still the same, please have a look at the attachment
Answer by Florent D. ·
you can use regEx instead of "start with" and it will work. The only added complication is to get the regEx right :).
Try this for starters: \/api\/app\/Example[1..5]
Answer by Sandeep R. ·
Thanks Flo,
However, I want only those 5 API's to be displayed on that web request dashlet.
Setting the filter only to "api/app/Example" will result to display all the API's which are not relevent for me on that dashlet.
Answer by Florent D. ·
Hi Sandeep
you cannot use an or ("|") in the filter field. It will try to match the exact string hence why it is returning nothing.
Use api/app/Example in your filter and set the criteria to "start with" and it will achieve what you are trying to do.
Regards
Flo
JANUARY 15, 3:00 PM GMT / 10:00 AM ET