From 7227b80be3302b2c51d18027efca7ff5ceaa9d8d Mon Sep 17 00:00:00 2001 From: Chen Dai Date: Thu, 8 Jun 2023 14:34:45 -0700 Subject: [PATCH] Update user doc Signed-off-by: Chen Dai --- flint/docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/flint/docs/index.md b/flint/docs/index.md index b92acc2c84..c2eccacd94 100644 --- a/flint/docs/index.md +++ b/flint/docs/index.md @@ -217,6 +217,7 @@ flint.skippingIndex() .filterBy("time > 2023-04-01 00:00:00") .addPartitions("year", "month", "day") .addValueSet("elb_status_code") + .addMinMax("request_processing_time") .addBloomFilter("client_ip") .create()