public class PlatformElasticMetricsReportRunner extends ElasticMetricsReportRunner
Modifier and Type | Field and Description |
---|---|
protected ElasticsearchCompatibility |
elasticsearchCompatibility |
static int |
ORDER |
elasticConfig, httpClient, objectMapper
REPORT_TEMPLATE_QUERY_EXTENSION, REPORT_TEMPLATE_QUERY_PREFIX, templateLoader
HIGHEST_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, run
collectBuckets, collectBuckets, collectBuckets, convertBucketToDataPoint, getGroupByFromBucket, getQueryTemplate, getTemplate, mapAggregateToCalendarInterval, processJsonWithBucketAggregations
public 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 ElasticMetricsReportRunner
protected Map<String,Object> compatibility()
compatibility
in class ElasticMetricsReportRunner
public int getOrder()
getOrder
in interface Ordered
getOrder
in class ElasticMetricsReportRunner