Skip to content

Commit 0da625f

Browse files
authored
Fleet changes to add opentelemetry category (#234098)
This change adds new category opentelemetry to the UI. Relates: elastic/package-spec#939
1 parent 9704fb8 commit 0da625f

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

2 files changed

+2
-0
lines changed

src/platform/plugins/shared/custom_integrations/common/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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' },

x-pack/platform/plugins/shared/fleet/common/types/models/package_spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)