Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Add possiblity of use trackers/logs as Application Insights for metrics and historic info #42

Closed
lfraile opened this issue May 12, 2018 · 4 comments
Labels
enhancement New feature or request up for grabs

Comments

@lfraile
Copy link
Contributor

lfraile commented May 12, 2018

Add the possibility of using Application Insights or other APM to record liveness information events and metrics.

This would allow the possibility of having and history of liveness information, like which are unreliable services, as well as metrics for any pulse milliseconds ellapsed.

This should be added dynamically and support from zero to n trackers.

@unaizorrilla
Copy link
Collaborator

Hi Luis,

Can you explain more "allow the possibility of having and history of liveness information". This tracker track de "service availability" or metrics like "liveness excution time" etc?

Unai

@lfraile
Copy link
Contributor Author

lfraile commented May 16, 2018

Sure.

With the Application Insights Tracker, you can check whole history of all BeatPulse calls and it's result, making it so easy to have historical information of it, via Application Insights events information:
image

Also, adding the milliseconds info taken from BeatPulse, and adding it to the event information, we can have custom metrics on which "pulses" are taking more time, also with history info, via metrics on Application Insights:
image

The whole point of this also, is to add a new extensibility point, which allows developers to create and add his own trackers for other APM like New Relic, to be able to use this info with the whole monitoring info from their own applications.

@unaizorrilla
Copy link
Collaborator

Hi @lfraile ,

Sounds good, waiting your PR!

@unaizorrilla
Copy link
Collaborator

Thanks for this PR, on master with 7140bd4

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request up for grabs
Projects
None yet
Development

No branches or pull requests

2 participants