public class HttpDataCollector extends GenericDataCollector
MAX_DATA_POINTS, MIN_DATA_POINTS| Constructor and Description |
|---|
HttpDataCollector(String momURL,
String momPort) |
| Modifier and Type | Method and Description |
|---|---|
MetricDataCollectionHelper |
fetchAllMetricData(String agentRegex,
String metricRegex,
long startTimeInMS,
long endTimeInMS) |
MetricDataCollectionHelper |
fetchLastNMetricData(String agentRegex,
String metricRegex,
long frequencyInSec,
long startTimeInMS,
long endTimeInMS,
int numbDPToCollect) |
org.apache.http.impl.client.HttpClientBuilder |
IgnoreSSLClient(org.apache.http.impl.client.HttpClientBuilder client) |
testMomConnection, testRegexpublic MetricDataCollectionHelper fetchAllMetricData(String agentRegex, String metricRegex, long startTimeInMS, long endTimeInMS)
fetchAllMetricData in class GenericDataCollectorpublic MetricDataCollectionHelper fetchLastNMetricData(String agentRegex, String metricRegex, long frequencyInSec, long startTimeInMS, long endTimeInMS, int numbDPToCollect)
fetchLastNMetricData in class GenericDataCollectorCopyright © 2004-2016. All Rights Reserved.