File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,7 @@ private function getFields()
188
188
'splunk ' ,
189
189
'sumologic ' ,
190
190
'syslog ' ,
191
+ 'otlp ' ,
191
192
];
192
193
193
194
return [
@@ -421,6 +422,7 @@ private function getFields()
421
422
'sumologic ' ,
422
423
'splunk ' ,
423
424
'webhook ' ,
425
+ 'otlp ' ,
424
426
]],
425
427
'description ' => 'The URL or API endpoint for the integration ' ,
426
428
]),
@@ -606,7 +608,10 @@ private function getFields()
606
608
]),
607
609
'headers ' => new ArrayField ('HTTP header ' , [
608
610
'optionName ' => 'header ' ,
609
- 'conditions ' => ['type ' => 'httplog ' ],
611
+ 'conditions ' => ['type ' => [
612
+ 'httplog ' ,
613
+ 'otlp ' ,
614
+ ]],
610
615
'description ' => 'HTTP header(s) to use in POST requests. Separate names and values with a colon (:). ' ,
611
616
'required ' => false ,
612
617
// Override the default split pattern (which splits a comma-separated
You can’t perform that action at this time.
0 commit comments