Skip to content

Commit c6402db

Browse files
authored
upate app-info config param in the tile (#255)
1 parent 3b96fe7 commit c6402db

File tree

1 file changed

+17
-32
lines changed

1 file changed

+17
-32
lines changed

tile/tile.yml

Lines changed: 17 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,21 @@ forms:
9797
type: string
9898
label: Firehose Subscription ID
9999
description: Unique subscription ID to nozzle. Firehose balances across socket connections with the same ID.
100+
- name: add_app_info
101+
type: multi_select_options
102+
label: Add App Information
103+
options:
104+
- name: AppName
105+
label: AppName
106+
- name: OrgName
107+
label: OrgName
108+
- name: OrgGuid
109+
label: OrgGuid
110+
- name: SpaceName
111+
label: SpaceName
112+
- name: SpaceGuid
113+
label: SpaceGuid
114+
description: Enriches event raw data with application metadata
100115
optional: true
101116
- name: extra_fields
102117
type: string
@@ -160,9 +175,9 @@ forms:
160175
default: 25s
161176
- name: status_monitor_interval
162177
type: string
163-
label: Monitor Queue Size
178+
label: Monitor Queue Pressure
164179
default: 0s
165-
description: Time interval for monitoring consumer-queue-size status to help with back-pressure insights.
180+
description: Time interval for monitoring memory queue pressure to help with back-pressure insights.
166181
- name: rlp_gateway_retries
167182
type: integer
168183
label: RLP Gateway Retries
@@ -173,36 +188,6 @@ forms:
173188
label: Enable Event Tracing
174189
default: false
175190
description: Enables data loss tracing.
176-
- name: add_app_info
177-
type: boolean
178-
default: false
179-
label: Add App Information
180-
description: Enriches event data with application metadata, such as application name, space name/ id, org name/id.
181-
- name: add_app_name
182-
type: boolean
183-
default: true
184-
label: Add App Name
185-
description: Enriches event raw data with application name. (Requires Add App Info feature enabled)
186-
- name: add_org_name
187-
type: boolean
188-
default: true
189-
label: Add Org Name
190-
description: Enriches event raw data with cf-org name. (Requires Add App Info feature enabled)
191-
- name: add_org_guid
192-
type: boolean
193-
default: true
194-
label: Add Org ID
195-
description: Enriches event raw data with cf-org id. (Requires Add App Info feature enabled)
196-
- name: add_space_name
197-
type: boolean
198-
default: true
199-
label: Add Space Name
200-
description: Enriches event raw data with cf-space name. (Requires Add App Info feature enabled)
201-
- name: add_space_guid
202-
type: boolean
203-
default: true
204-
label: Add Space ID
205-
description: Enriches event raw data with cf-space id. (Requires Add App Info feature enabled)
206191
- name: ignore_missing_app
207192
type: boolean
208193
label: Ignore Missing App

0 commit comments

Comments
 (0)