@RestController @RequestMapping(value="/metrics/streams") public class MetricsController extends Object
Constructor and Description |
---|
MetricsController(MetricStore metricStore)
Instantiates a new metrics controller.
|
public MetricsController(MetricStore metricStore)
metricStore
- the metric store@RequestMapping(method=GET) public List<ApplicationsMetrics> list() throws ExecutionException, InterruptedException
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.