Prometheus scrape target creation failure for TensorFlow Serving after Helm upgrade
Problem Description After upgrading the tf-serving Helm chart, Prometheus stopped collecting latency and throughput metrics from TensorFlow Serving pods. The Prometheus server logs contain entries such as: scrape target creation failed: connection refused (target: http://10.1.2.3:8501/metrics) no endpoints found for service “tf-serving” in namespace “ml” – check ServiceMonitor selector error reading body: EOF while scraping TensorFlow … Read more