You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/agent_config/custom_app.schema.yaml
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -76,20 +76,23 @@ $defs:
76
76
- http2
77
77
- dubbo
78
78
- mysql
79
+
- oracle
79
80
- redis
80
81
- custom
81
82
enum@en:
82
83
- HTTP
83
84
- HTTP2
84
85
- Dubbo
85
86
- MySQL
87
+
- Oracle
86
88
- Redis
87
89
- Custom
88
90
enum@ch:
89
91
- HTTP
90
92
- HTTP2
91
93
- Dubbo
92
94
- MySQL
95
+
- Oracle
93
96
- Redis
94
97
- 自定义协议
95
98
title@en: Filter Protocol Name
@@ -210,20 +213,23 @@ $defs:
210
213
- http2
211
214
- dubbo
212
215
- mysql
216
+
- oracle
213
217
- redis
214
218
- custom
215
219
enum@en:
216
220
- HTTP
217
221
- HTTP2
218
222
- Dubbo
219
223
- MySQL
224
+
- Oracle
220
225
- Redis
221
226
- Custom
222
227
enum@ch:
223
228
- HTTP
224
229
- HTTP2
225
230
- Dubbo
226
231
- MySQL
232
+
- Oracle
227
233
- Redis
228
234
- 自定义协议
229
235
title@en: Protocol Name
@@ -390,7 +396,7 @@ $defs:
390
396
- `Dubbo Header Value` (`dubbo_header_value`): Extra field from the Attachments which payload was encoded with Dubbo protocol.
391
397
- `Dubbo Payload Map String Value` (`dubbo_payload_map_string_value`): Extra field from key-value format which payload was encoded with Dubbo protocol.
392
398
- `SQL Insert and Update Column` (`sql_upsert_column`): Extract field from SQL insertion columns, e.g., `INSERT INTO table (column1, column2) VALUES (value1, value2)`.
393
-
Only MySQL is supported and only the first column can be extracted.
399
+
Only MySQL and Oracle are supported and only the first row can be extracted.
0 commit comments