public class PrometheusScraper extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String | 
DEFAULT_ACCEPT_HEADER  | 
| Constructor and Description | 
|---|
PrometheusScraper()  | 
| Modifier and Type | Method and Description | 
|---|---|
static HttpClientWrapper | 
createHttpClientFromParmMap(Map<String,Object> parameters)  | 
static void | 
scrape(URI uri,
      Map<String,Object> parameters,
      MetricCollectingWalker walker)  | 
public static final String DEFAULT_ACCEPT_HEADER
public static void scrape(URI uri, Map<String,Object> parameters, MetricCollectingWalker walker) throws IOException
IOExceptionpublic static HttpClientWrapper createHttpClientFromParmMap(Map<String,Object> parameters)
Copyright © 2021. All rights reserved.