Skip to content

Commit

Permalink
added 'drop_warn_threshold' config in tile (#300) (#301)
Browse files Browse the repository at this point in the history
Co-authored-by: kashyap-splunk <[email protected]>
  • Loading branch information
luckyj5 and kashyap-splunk authored Oct 14, 2021
1 parent 88c49f2 commit 1c57b52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tile/tile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit 1c57b52

Please sign in to comment.