Class PrometheusSimpleclientScrapeEndpoint

java.lang.Object
org.springframework.boot.actuate.metrics.export.prometheus.PrometheusSimpleclientScrapeEndpoint

@Deprecated(since="3.3.0", forRemoval=true) @WebEndpoint(id="prometheus") public class PrometheusSimpleclientScrapeEndpoint extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.3.0 for removal in 3.5.0 in favor of PrometheusScrapeEndpoint
@Endpoint that uses the Prometheus simpleclient to output metrics in a format that can be scraped by the Prometheus server.
Since:
2.0.0
  • Constructor Details

    • PrometheusSimpleclientScrapeEndpoint

      public PrometheusSimpleclientScrapeEndpoint(io.prometheus.client.CollectorRegistry collectorRegistry)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details