Skip to content

Commit 9603844

Browse files
authored
feat(cockpit): add datasourcetype 'alerts' (#1414)
1 parent 2a5dea5 commit 9603844

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/clients/src/api/cockpit/v1/types.gen.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ import type { Region } from '../../../bridge'
44

55
export type DataSourceOrigin = 'unknown_origin' | 'scaleway' | 'external'
66

7-
export type DataSourceType = 'unknown_type' | 'metrics' | 'logs' | 'traces'
7+
export type DataSourceType =
8+
| 'unknown_type'
9+
| 'metrics'
10+
| 'logs'
11+
| 'traces'
12+
| 'alerts'
813

914
export type GrafanaUserRole = 'unknown_role' | 'editor' | 'viewer'
1015

0 commit comments

Comments
 (0)