cyberFund / cybernode-archive

🚀 Manager of docker images for cybernomics
MIT License
19 stars 4 forks source link

Detect app/request bottlenecks and trace them #121

Open abitrolly opened 6 years ago

abitrolly commented 6 years ago

119 is about detecting OS load/failures and tracing their source independent of application that caused it. The issue here approaches the problem of degraded performance/failures from application side, by using Application Performance Management techniques, such as tracing, logging, alerting by metrics.

Tools to consider:

hleb-albau commented 6 years ago

https://prometheus.io/ + https://grafana.com/ But it is not story for cybernode, its application story(ies).

abitrolly commented 6 years ago

@hleb-albau how do you see tracing our API search timeout or slow response time with Prometheus + Grafana?