- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Alert on single analytics data
Good morning community,
I'm currently ingesting a volume of data inside an analytics schema.
I'm interest in specific dynamic when some of the results are in failed status:
Is it possible to alert from AppDynamics when single results are failing and transform the problem into a payload?
For an example : when I do have one row with status failed, generate an alert with the following message:
The message <take the value from the analytics MessageGuID> has status <take the value from the analytics Status> with Exception < value from the analytics Exception>
Thank for any feedback and experience shared,
regards
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Yann,
You can use ADQL in order to create your own metric like this below in screenshot
In your example, you can easily count your "status" field with "Failed" message . Based on this count you create alert or something like that.
Thanks
Cansel
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your reply Cansel,
it's already clear to me that with ADQL I can create single values > metrics and based on that Alerting.
I'm now more interested for example to understand if I can have an alert on a single record; for example an alert generated based on the fact that MessaegGuid has "Failed" Status. Is it possible, by your experience, to obtain this once I have the data in the analytics engine?
Regards
