cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Generate an alert depends on the Data Collector response

Teja.Tatini
Maker

Hi,

 

I am using data collectors to collect specific response data from a method . Now I am looking to generate an alert based on the result . Is that possible.

 

e.g : Data collector method returns : Totalrecoverable= 31 ; I am looking to setup an alert if the return value is more than 10.

 

 

Thanks,

Teja

3 REPLIES 3

Brian.Wheeldon
AppDynamics Team (Retired)

Hi Teja,

 

To configure a Health Rule, you must specify a metric to compare. The Method Invocation Data Collector (MIDC) you defined adds the observation to snapshots, but does not produce a metric you can use in a Health Rule.

 

To produce a metric, you need to configure an Information Point. The Information Point configuration is very similar to the MIDC.

Information Point metrics are automatically baselined, and can be used in Health Rules, Dashboards and Reports.

 

Regards,

Brian Wheeldon

 

 

Brian Wheeldon, Solution Engineer, NYC




Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.

Thank you Brain. Its working. Thank you much.

 

Creation of information points for the same class and method which i used in data collector wont impact any MIDC metrics, right?

 

 

Thanks,

Teja

Am looking to pass data collector information to an action. How can I do that.

 

Ex: A pojo transaction is violating the health rule and I need to pass on the data of this business transaction to a response (Either to a script or a http service)