mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
196 lines
No EOL
6.4 KiB
JSON
196 lines
No EOL
6.4 KiB
JSON
{
|
|
"id": "@kbn/observability-alert-details",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "@kbn/observability-alert-details",
|
|
"id": "def-common.AlertActiveTimeRangeAnnotation",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "AlertActiveTimeRangeAnnotation",
|
|
"description": [],
|
|
"signature": [
|
|
"({ alertStart, alertEnd, color, id }: Props) => React.JSX.Element"
|
|
],
|
|
"path": "x-pack/solutions/observability/packages/alert-details/src/components/alert_active_time_range_annotation.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/observability-alert-details",
|
|
"id": "def-common.AlertActiveTimeRangeAnnotation.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{ alertStart, alertEnd, color, id }",
|
|
"description": [],
|
|
"signature": [
|
|
"Props"
|
|
],
|
|
"path": "x-pack/solutions/observability/packages/alert-details/src/components/alert_active_time_range_annotation.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/observability-alert-details",
|
|
"id": "def-common.AlertAnnotation",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "AlertAnnotation",
|
|
"description": [],
|
|
"signature": [
|
|
"({ alertStart, color, dateFormat, id }: Props) => React.JSX.Element"
|
|
],
|
|
"path": "x-pack/solutions/observability/packages/alert-details/src/components/alert_annotation.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/observability-alert-details",
|
|
"id": "def-common.AlertAnnotation.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{ alertStart, color, dateFormat, id }",
|
|
"description": [],
|
|
"signature": [
|
|
"Props"
|
|
],
|
|
"path": "x-pack/solutions/observability/packages/alert-details/src/components/alert_annotation.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/observability-alert-details",
|
|
"id": "def-common.AlertThresholdAnnotation",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "AlertThresholdAnnotation",
|
|
"description": [],
|
|
"signature": [
|
|
"({ threshold, color, id }: Props) => React.JSX.Element"
|
|
],
|
|
"path": "x-pack/solutions/observability/packages/alert-details/src/components/alert_threshold_annotation.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/observability-alert-details",
|
|
"id": "def-common.AlertThresholdAnnotation.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{ threshold, color, id }",
|
|
"description": [],
|
|
"signature": [
|
|
"Props"
|
|
],
|
|
"path": "x-pack/solutions/observability/packages/alert-details/src/components/alert_threshold_annotation.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/observability-alert-details",
|
|
"id": "def-common.AlertThresholdTimeRangeRect",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "AlertThresholdTimeRangeRect",
|
|
"description": [],
|
|
"signature": [
|
|
"({ color, id, threshold }: Props) => React.JSX.Element"
|
|
],
|
|
"path": "x-pack/solutions/observability/packages/alert-details/src/components/alert_threshold_time_range_rect.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/observability-alert-details",
|
|
"id": "def-common.AlertThresholdTimeRangeRect.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{ color, id, threshold }",
|
|
"description": [],
|
|
"signature": [
|
|
"Props"
|
|
],
|
|
"path": "x-pack/solutions/observability/packages/alert-details/src/components/alert_threshold_time_range_rect.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/observability-alert-details",
|
|
"id": "def-common.useAlertsHistory",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useAlertsHistory",
|
|
"description": [],
|
|
"signature": [
|
|
"({\n ruleTypeIds,\n consumers,\n ruleId,\n dateRange,\n http,\n instanceId,\n}: ",
|
|
"Props",
|
|
") => ",
|
|
"UseAlertsHistory"
|
|
],
|
|
"path": "x-pack/solutions/observability/packages/alert-details/src/hooks/use_alerts_history.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/observability-alert-details",
|
|
"id": "def-common.useAlertsHistory.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n ruleTypeIds,\n consumers,\n ruleId,\n dateRange,\n http,\n instanceId,\n}",
|
|
"description": [],
|
|
"signature": [
|
|
"Props"
|
|
],
|
|
"path": "x-pack/solutions/observability/packages/alert-details/src/hooks/use_alerts_history.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
}
|
|
} |