Hi Team,
We are using the Appdynamiacs in Prod env.
we are getting load from different type of consumer. each consumer will have a unique id and the data will reach us with unique id.so, iwant to know the count each consumer which we are receiving.
can you please hel in this issue how to calcualte the data.
Thanks in advance.
Thanks
Satish Rayapudi
Satish,
You can use the count() function to acheive it but you need to extract the unique field using the MIDC.
The below KB article might help you in order to understand about how this can be done
Hope this helps
Regards,
Mohammed Rayan
If you have the field in analytics you can make use of filter conditions in analytics to filter by your specific field and value. This will give you only events with the specified filter .
You can also make use of ADQL queries to get the desired result. To know more details on ADQL you can refer the below document link:
https://docs.appdynamics.com/display/PRO43/ADQL+Queries
Hi Team,
We are using the Appdynamiacs in Prod env.
we are getting load from different type of consumer. each consumer will have a unique id and the data will reach us with unique id.so, iwant to know the count each consumer which we are receiving.
can you please hel in this issue how to calcualte the data.
Thanks in advance.
Thanks
Satish Rayapudi
If you have the field in analytics you can make use of filter conditions in analytics to filter by your specific field and value. This will give you only events with the specified filter .
You can also make use of ADQL queries to get the desired result. To know more details on ADQL you can refer the below document link:
Satish,
You can use the count() function to acheive it but you need to extract the unique field using the MIDC.
The below KB article might help you in order to understand about how this can be done
Hope this helps
Regards,
Mohammed Rayan