tomgur / simple-go-http-monitor

Simple HTTP monitor written in Golang. Exposes metrics for Prometheus
2 stars 2 forks source link

Anomaly Detection #4

Open tomgur opened 3 years ago

tomgur commented 3 years ago

Not sure the monitor should do this. In real-world application, there's the monitor which does the monitoring, and a different component that does all sorts of business logic over that data. Maybe anomaly detection should be a separate module

babonet commented 3 years ago

this takes us in a direction of full monitoring service, we want a simple but smart HTTP monitor