Prometheus Endpoint Not Working Spring Boot 2.0.0.RC1 Spring Webflux enabled
问题 I followed the documentation here (https://docs.spring.io/spring-boot/docs/2.0.0.RC1/reference/htmlsingle/#production-ready-endpoints-enabling-endpoints) and made sure application.yml file has the below management: metrics: export: prometheus: enabled: true endpoints: web: expose: health, info, httptrace, metrics, threaddump, mappings, prometheus As per the documentation (https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/actuator-api/html/#prometheus) the following doesn't work. curl