I have created a information point on a simple method - processQuery(qName, qExecTime, ClientID ).
that takes a queryName and queryExecution time and clienID as arguments .
some of my sample queryNames are 'queryAccount, 'queryAddress' and so on..
I added a match condition on this information point and used equals to 'queryAccount' and I had to name this as a new information point.
Do i have to create a information point for every queryName values I have ?
I was hoping to find some way to capture qExecTime and ClientID as a custom metric for every unique qName without creating a new information point with a match condition for each queryName.
Is that possible? Please advise
Sri