| Package | Description |
|---|---|
| org.springframework.boot.actuate.endpoint |
Endpoint support.
|
| org.springframework.boot.actuate.endpoint.web |
Web support for actuator endpoints.
|
| org.springframework.boot.actuate.metrics.export.prometheus |
Actuator support for exporting metrics to Prometheus.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Producible<E extends Enum<E> & Producible<E>>
Interface that can be implemented by any
Enum that represents a finite set of
producible mime-types. |
| Modifier and Type | Class and Description |
|---|---|
class |
ApiVersion
API versions supported for the actuator API.
|
| Constructor and Description |
|---|
WebEndpointResponse(T body,
Producible<?> producible)
Creates a new
WebEndpointResponse with the given body and content type and
a 200 (OK) status. |
| Modifier and Type | Class and Description |
|---|---|
class |
TextOutputFormat
A
Producible enum for supported Prometheus TextFormat. |