Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive |
Auto-configuration for exposing actuator web endpoints using WebFlux.
|
org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet |
Auto-configuration for exposing actuator web endpoints using Spring MVC.
|
org.springframework.boot.actuate.autoconfigure.health |
Auto-configuration for actuator health concerns.
|
org.springframework.boot.actuate.autoconfigure.jolokia |
Auto-configuration for actuator Jolokia support.
|
org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus |
Support for exporting actuator metrics to Prometheus.
|
org.springframework.boot.actuate.autoconfigure.web.jersey |
Configuration for a Jersey-based management context.
|
org.springframework.boot.actuate.autoconfigure.web.reactive |
Configuration for a WebFlux-based management context.
|
Modifier and Type | Class and Description |
---|---|
class |
WebFluxEndpointManagementContextConfiguration
ManagementContextConfiguration for Reactive Endpoint concerns. |
Modifier and Type | Class and Description |
---|---|
class |
WebMvcEndpointManagementContextConfiguration
ManagementContextConfiguration for Spring MVC Endpoint concerns. |
Modifier and Type | Class and Description |
---|---|
class |
HealthWebEndpointManagementContextConfiguration
ManagementContextConfiguration for health endpoints. |
Modifier and Type | Class and Description |
---|---|
class |
JolokiaManagementContextConfiguration
ManagementContextConfiguration for embedding Jolokia, a JMX-HTTP bridge giving
an alternative to JSR-160 connectors. |
Modifier and Type | Class and Description |
---|---|
static class |
PrometheusExportConfiguration.PrometheusScrapeEndpointConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
JerseyManagementChildContextConfiguration
ManagementContextConfiguration for Jersey infrastructure when a separate
management context with a web server running on a different port is required. |
Modifier and Type | Class and Description |
---|---|
class |
ReactiveManagementChildContextConfiguration
ManagementContextConfiguration for reactive web infrastructure when a separate
management context with a web server running on a different port is required. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.