reintroduce percentiles to metrics (#17243) (#17260)

This commit is contained in:
Thomas Neirynck 2018-03-21 14:44:46 -04:00 committed by GitHub
parent 873486fcba
commit 0b6a33175b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ function MetricVisProvider(Private) {
title: 'Metric',
min: 1,
aggFilter: [
'!std_dev', '!geo_centroid', '!percentiles', '!percentile_ranks',
'!std_dev', '!geo_centroid',
'!derivative', '!serial_diff', '!moving_avg', '!cumulative_sum', '!geo_bounds'],
defaults: [
{ type: 'count', schema: 'metric' }