File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/platform/plugins/shared/custom_integrations/common
x-pack/platform/plugins/shared/fleet/common/types/models Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ export const INTEGRATION_CATEGORY_DISPLAY: {
6060 network : { title : 'Network' , parent_id : undefined } ,
6161 network_security : { title : 'Network' , parent_id : 'security' } ,
6262 notification : { title : 'Notification' , parent_id : 'observability' } ,
63+ opentelemetry : { title : 'OpenTelemetry' , parent_id : undefined } ,
6364 observability : { title : 'Observability' , parent_id : undefined } ,
6465 os_system : { title : 'Operating Systems' , parent_id : undefined } ,
6566 process_manager : { title : 'Process Manager' , parent_id : 'observability' } ,
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ export type PackageSpecCategory =
101101 | 'network'
102102 | 'network_security'
103103 | 'notification'
104+ | 'opentelemetry'
104105 | 'observability'
105106 | 'os_system'
106107 | 'process_manager'
You can’t perform that action at this time.
0 commit comments