Microservices - Monitoring and Observability
You configured Prometheus to scrape
localhost:9090 but no metrics appear. Which fix is correct?localhost:9090 but no metrics appear. Which fix is correct?/metrics path by default, but if the service uses a different path, you must specify it.metrics_path: '/metrics' explicitly tells Prometheus where to get metrics if not default or to confirm path.metrics_path: '/metrics' under the scrape job -> Option D15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions