public class PlatformElasticMetricsReportRunner extends ElasticMetricsReportRunner
| Modifier and Type | Field and Description |
|---|---|
protected ElasticsearchCompatibility |
elasticsearchCompatibility |
static int |
ORDER |
elasticConfig, httpClient, objectMapperREPORT_TEMPLATE_QUERY_EXTENSION, REPORT_TEMPLATE_QUERY_PREFIX, templateLoaderHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description |
|---|
PlatformElasticMetricsReportRunner(io.micrometer.elastic.ElasticConfig elasticConfig,
io.micrometer.core.ipc.http.HttpSender httpSender,
TemplateLoader templateLoader,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ElasticsearchCompatibility elasticsearchCompatibility) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
compatibility() |
int |
getOrder() |
protected String |
searchUri() |
canRun, prepareParameters, runcollectBuckets, collectBuckets, collectBuckets, convertBucketToDataPoint, getGroupByFromBucket, getQueryTemplate, getTemplate, mapAggregateToCalendarInterval, processJsonWithBucketAggregationspublic static final int ORDER
protected ElasticsearchCompatibility elasticsearchCompatibility
public PlatformElasticMetricsReportRunner(io.micrometer.elastic.ElasticConfig elasticConfig,
io.micrometer.core.ipc.http.HttpSender httpSender,
TemplateLoader templateLoader,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ElasticsearchCompatibility elasticsearchCompatibility)
protected String searchUri()
searchUri in class ElasticMetricsReportRunnerprotected Map<String,Object> compatibility()
compatibility in class ElasticMetricsReportRunnerpublic int getOrder()
getOrder in interface OrderedgetOrder in class ElasticMetricsReportRunner