Skip to content

Commit

Permalink
[UnifiedFieldList] Handle time series metric counter better
Browse files Browse the repository at this point in the history
  • Loading branch information
jughosta committed Apr 4, 2023
1 parent 6eb2c5e commit d8e989f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ function canProvideAggregatedStatsForField(field: DataViewField): boolean {
field.type === 'geo_point' ||
field.type === 'geo_shape' ||
field.type === 'murmur3' ||
field.type === 'attachment'
field.type === 'attachment' ||
field.timeSeriesMetric === 'counter'
);
}

Expand Down

0 comments on commit d8e989f

Please sign in to comment.