From 061dae0d349e960a3e93e100fcc658d6bd33444c Mon Sep 17 00:00:00 2001 From: Kashyap Solaki Date: Thu, 14 Oct 2021 17:49:51 +0530 Subject: [PATCH] added 'drop_warn_threshold' config in tile --- tile/tile.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tile/tile.yml b/tile/tile.yml index 446efd3d..93438fc2 100644 --- a/tile/tile.yml +++ b/tile/tile.yml @@ -194,6 +194,11 @@ forms: label: Ignore Missing App default: true description: Do not trigger an app metadata refresh when encountering data from an app without info in the app metadata cache. + - name: drop_warn_threshold + type: integer + label: Drop Warn Threshold + default: 1000 + description: Log error with dropped events count at each threshold count due to slow downstream migration: | if (typeof properties['properties']['.properties.add_app_info']['value'] == "boolean") {