@ConfigurationProperties(prefix="endpoints.metrics", ignoreUnknownFields=false) public class MetricsEndpoint extends AbstractEndpoint<Map<String,Object>>
Endpoint to expose a collection of PublicMetrics.| Constructor and Description |
|---|
MetricsEndpoint(Collection<PublicMetrics> publicMetrics)
Create a new
MetricsEndpoint instance. |
MetricsEndpoint(PublicMetrics publicMetrics)
Create a new
MetricsEndpoint instance. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
invoke()
Called to invoke the endpoint.
|
getId, isEnabled, isSensitive, setEnabled, setId, setSensitivepublic MetricsEndpoint(PublicMetrics publicMetrics)
MetricsEndpoint instance.publicMetrics - the metrics to exposepublic MetricsEndpoint(Collection<PublicMetrics> publicMetrics)
MetricsEndpoint instance.publicMetrics - the metrics to expose. The collection will be sorted using the
AnnotationAwareOrderComparator.Copyright © 2014 Pivotal Software, Inc.. All rights reserved.