public class ThreadPoolMetricsSampler extends Object implements MetricsSampler
| Constructor and Description |
|---|
ThreadPoolMetricsSampler(DefaultMetricsCollector collector) |
| Modifier and Type | Method and Description |
|---|---|
void |
addExecutors(String name,
ExecutorService executorService) |
void |
registryDefaultSampleThreadPoolExecutor() |
List<MetricSample> |
sample() |
public ThreadPoolMetricsSampler(DefaultMetricsCollector collector)
public void addExecutors(String name, ExecutorService executorService)
public List<MetricSample> sample()
sample in interface MetricsSamplerpublic void registryDefaultSampleThreadPoolExecutor()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.