Live data from Hacker News

Show HN: Open-source ML monitoring agent for TFServing

github.com

1–2 of 2 posts

Re: Show HN: Open-source ML monitoring agent for TFServing

#2
Hi HN - I built this agent to make it easier to get feature distribution metrics into a Prometheus-Grafana observability stack when deploying with Tensorflow Serving.

The pain point this addresses is that TF Serving's default /metrics endpoint only exposes performance metrics (request size, request counts) but not metrics on the features or predictions, which is often interesting and valuable to monitor.