- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.boot.actuate.endpoint.Endpoint<org.springframework.http.ResponseEntity<String>>, org.springframework.context.EnvironmentAware
@ConfigurationProperties(value="endpoints.prometheus")
public class PrometheusScrapeEndpoint
extends org.springframework.boot.actuate.endpoint.AbstractEndpoint<org.springframework.http.ResponseEntity<String>>
Spring Boot Actuator endpoint that outputs Prometheus metrics in a format that
can be scraped by the Prometheus server
- Author:
- Jon Schneider