public interface HawkularHttpClient
| Modifier and Type | Method and Description |
|---|---|
void |
addHeaders(Map<String,String> headers) |
void |
manageFailover() |
HawkularHttpResponse |
postMetrics(String jsonBody) |
HawkularHttpResponse |
putTags(String type,
String metricName,
String jsonBody) |
void |
setFailoverOptions(Optional<Long> failoverCacheDuration,
Optional<Integer> failoverCacheMaxSize) |
HawkularHttpResponse postMetrics(String jsonBody)
HawkularHttpResponse putTags(String type, String metricName, String jsonBody)
void setFailoverOptions(Optional<Long> failoverCacheDuration, Optional<Integer> failoverCacheMaxSize)
void manageFailover()
Copyright © 2014–2018 Red Hat, Inc.. All rights reserved.