We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c49f2 commit e8be734Copy full SHA for e8be734
tile/tile.yml
@@ -194,6 +194,11 @@ forms:
194
label: Ignore Missing App
195
default: true
196
description: Do not trigger an app metadata refresh when encountering data from an app without info in the app metadata cache.
197
+ - name: drop_warn_threshold
198
+ type: integer
199
+ label: Drop Warn Threshold
200
+ default: 1000
201
+ description: Log error with dropped events count at each threshold count due to slow downstream
202
203
migration: |
204
if (typeof properties['properties']['.properties.add_app_info']['value'] == "boolean") {
0 commit comments