@odigos/ui-kit 0.0.290 → 0.0.291
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/lib/chunks/{helpers-esDVvrTt.js → helpers-eTR126Dv.js} +1 -1
- package/lib/chunks/{index-lV6RFSE-.js → index-CWNa5Q-H.js} +1 -1
- package/lib/chunks/source-instrument-form-context-opFCr-VF.js +5 -0
- package/lib/chunks/ui-components-Bvz84w4Q.js +1981 -0
- package/lib/components/_cards/text-card/index.d.ts +1 -0
- package/lib/components/island/index.d.ts +10 -1
- package/lib/components.js +1 -1
- package/lib/constants/common.d.ts +2 -0
- package/lib/constants/index.d.ts +2 -0
- package/lib/constants/insights/common.d.ts +15 -0
- package/lib/constants/insights/detection.d.ts +19 -0
- package/lib/{containers/insights/settings-and-configurations/panels/guardrails/constants.d.ts → constants/insights/guardrails.d.ts} +22 -13
- package/lib/constants/insights/index.d.ts +5 -0
- package/lib/{containers/insights/settings-and-configurations/panels/learning/constants.d.ts → constants/insights/learning.d.ts} +4 -27
- package/lib/{containers/insights/settings-and-configurations/panels/system/constants.d.ts → constants/insights/system.d.ts} +2 -6
- package/lib/constants.js +1 -1
- package/lib/containers/_drawers/index.d.ts +1 -0
- package/lib/containers/{insights/settings-and-configurations/panels/detection → _drawers}/risk-model-drawer/default-catalog.d.ts +1 -1
- package/lib/containers/{insights/settings-and-configurations/panels/detection → _drawers}/risk-model-drawer/helpers.d.ts +2 -2
- package/lib/containers/{insights/settings-and-configurations/panels/detection → _drawers}/risk-model-drawer/index.d.ts +3 -3
- package/lib/containers/_forms/index.d.ts +1 -0
- package/lib/containers/_forms/insights/detection-policy-form/index.d.ts +12 -0
- package/lib/containers/{insights/settings-and-configurations/panels/detection → _forms/insights/detection-policy-form}/mappers.d.ts +1 -1
- package/lib/containers/{insights/settings-and-configurations/panels/detection → _forms/insights/detection-policy-form}/signal-weights-panel.d.ts +1 -1
- package/lib/containers/{insights/settings-and-configurations/panels/detection → _forms/insights/detection-policy-form}/signal-weights.d.ts +2 -2
- package/lib/containers/_forms/insights/guardrail-form/extra-section.d.ts +15 -0
- package/lib/containers/{insights/settings-and-configurations/panels/guardrails → _forms/insights/guardrail-form}/facet-section.d.ts +1 -1
- package/lib/containers/_forms/insights/guardrail-form/index.d.ts +23 -0
- package/lib/containers/{insights/settings-and-configurations/panels/guardrails → _forms/insights/guardrail-form}/mappers.d.ts +3 -1
- package/lib/containers/_forms/insights/guardrail-form/types.d.ts +17 -0
- package/lib/containers/_forms/insights/index.d.ts +4 -0
- package/lib/containers/_forms/insights/learning-policy-form/index.d.ts +12 -0
- package/lib/containers/{insights/settings-and-configurations/panels/learning → _forms/insights/learning-policy-form}/mappers.d.ts +3 -3
- package/lib/containers/_forms/insights/learning-policy-form/options.d.ts +11 -0
- package/lib/containers/{insights/settings-and-configurations/panels/learning → _forms/insights/learning-policy-form}/types.d.ts +1 -1
- package/lib/containers/_forms/insights/system-settings-form/index.d.ts +9 -0
- package/lib/containers/_forms/insights/system-settings-form/mappers.d.ts +11 -0
- package/lib/containers/_forms/insights/system-settings-form/types.d.ts +11 -0
- package/lib/containers/insights/findings/helpers.d.ts +2 -2
- package/lib/containers/insights/settings-and-configurations/panels/detection/helpers.d.ts +28 -0
- package/lib/containers/insights/settings-and-configurations/panels/guardrails/helpers.d.ts +30 -0
- package/lib/containers/insights/settings-and-configurations/panels/learning/helpers.d.ts +46 -0
- package/lib/containers/insights/settings-and-configurations/panels/panel.d.ts +44 -0
- package/lib/containers/insights/transactions/drawer/baselines/helpers.d.ts +4 -0
- package/lib/containers.js +1839 -2139
- package/lib/contexts/index.d.ts +1 -0
- package/lib/contexts/insights/detection-override-form-context.d.ts +44 -0
- package/lib/contexts/insights/detection-policy-form-context.d.ts +29 -0
- package/lib/contexts/insights/guardrail-form-context.d.ts +67 -0
- package/lib/contexts/insights/index.d.ts +6 -0
- package/lib/contexts/insights/learning-override-form-context.d.ts +45 -0
- package/lib/contexts/insights/learning-policy-form-context.d.ts +34 -0
- package/lib/contexts/insights/system-settings-form-context.d.ts +28 -0
- package/lib/contexts/odigos-api/hooks/use-insights-api.d.ts +6 -1
- package/lib/contexts/odigos-api/types.d.ts +2 -1
- package/lib/contexts.js +1 -1
- package/lib/functions.js +1 -1
- package/lib/hooks.js +1 -1
- package/lib/snippets.js +1 -1
- package/lib/store.js +1 -1
- package/lib/theme.js +1 -1
- package/lib/types/insights/index.d.ts +41 -2
- package/lib/types.js +1 -1
- package/lib/visuals.js +1 -1
- package/package.json +1 -1
- package/lib/chunks/source-instrument-form-context-B9BHhgvw.js +0 -5
- package/lib/chunks/ui-components-DvoeDBMI.js +0 -1958
- package/lib/containers/insights/settings-and-configurations/content-panel/index.d.ts +0 -11
- package/lib/containers/insights/settings-and-configurations/panels/detection/constants.d.ts +0 -40
- package/lib/containers/insights/settings-and-configurations/panels/detection/create-override-panel.d.ts +0 -14
- package/lib/containers/insights/settings-and-configurations/panels/detection/mock.d.ts +0 -4
- package/lib/containers/insights/settings-and-configurations/panels/detection/policies-menu.d.ts +0 -10
- package/lib/containers/insights/settings-and-configurations/panels/detection/policy-editor.d.ts +0 -8
- package/lib/containers/insights/settings-and-configurations/panels/detection/policy-list-item.d.ts +0 -8
- package/lib/containers/insights/settings-and-configurations/panels/guardrails/create-panel.d.ts +0 -13
- package/lib/containers/insights/settings-and-configurations/panels/guardrails/edit-panel.d.ts +0 -10
- package/lib/containers/insights/settings-and-configurations/panels/guardrails/guardrail-list-item.d.ts +0 -8
- package/lib/containers/insights/settings-and-configurations/panels/guardrails/guardrails-menu.d.ts +0 -9
- package/lib/containers/insights/settings-and-configurations/panels/guardrails/types.d.ts +0 -10
- package/lib/containers/insights/settings-and-configurations/panels/learning/create-override-panel.d.ts +0 -21
- package/lib/containers/insights/settings-and-configurations/panels/learning/policies-menu.d.ts +0 -10
- package/lib/containers/insights/settings-and-configurations/panels/learning/policy-editor.d.ts +0 -9
- package/lib/containers/insights/settings-and-configurations/panels/learning/policy-list-item.d.ts +0 -8
- /package/lib/containers/{insights/settings-and-configurations/panels/detection → _drawers}/risk-model-drawer/constants.d.ts +0 -0
- /package/lib/containers/{insights/settings-and-configurations/panels/detection → _forms/insights/detection-policy-form}/risk-levels.d.ts +0 -0
- /package/lib/containers/{insights/settings-and-configurations/panels/detection → _forms/insights/detection-policy-form}/types.d.ts +0 -0
|
@@ -1,10 +1,19 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
2
|
import { type ActionsProps } from '../../snippets/actions';
|
|
3
3
|
import { type RichTitleProps } from '../../snippets/rich-title';
|
|
4
|
+
export declare enum IslandPosition {
|
|
5
|
+
TopLeft = "top-left",
|
|
6
|
+
TopCenter = "top-center",
|
|
7
|
+
TopRight = "top-right",
|
|
8
|
+
BottomLeft = "bottom-left",
|
|
9
|
+
BottomCenter = "bottom-center",
|
|
10
|
+
BottomRight = "bottom-right"
|
|
11
|
+
}
|
|
4
12
|
export interface IslandProps {
|
|
5
13
|
isOpen: boolean;
|
|
6
14
|
onClose?: () => void;
|
|
7
|
-
richTitle
|
|
15
|
+
richTitle?: RichTitleProps;
|
|
8
16
|
actions: ActionsProps['actions'];
|
|
17
|
+
position?: IslandPosition;
|
|
9
18
|
}
|
|
10
19
|
export declare const Island: FC<IslandProps>;
|
package/lib/components.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a4 as Autocomplete,
|
|
1
|
+
export{a4 as Autocomplete,c4 as Badge,B as Button,i as ButtonSize,nE as ButtonTab,nF as ButtonTabList,j as ButtonVariants,C as CenterThis,x as Checkbox,nG as CheckboxList,a6 as CheckboxSize,eG as CliCommand,n as Code,ep as Condition,er as Conditions,nH as DEFAULT_TIME_UNITS,m as DataCard,ab as Divider,D as Drawer,aF as DropData,db as DropDataAlignX,hl as DropDataAlignY,y as DropDown,nI as ErrorBoundary,k as FieldMessage,d as FieldTitle,F as FlexColumn,h as FlexRow,je as GaugeChart,jf as GaugeChartVariant,nJ as Header,nK as HoverActions,nL as INFO_ROW_HEIGHT_PX,I as IconButton,l as IconButtonSize,eL as IconGroup,eE as InfoRow,J as Input,ac as InputCardTable,H as InputList,E as InputTable,cX as Island,d0 as IslandPosition,b7 as Loader,M as Modal,nM as ModalBody,nN as Navbar,N as NoData,L as Note,nO as Overlay,c1 as Padding,iB as PageContent,nP as Popup,db as PopupAlignX,hl as PopupAlignY,az as Radio,en as RadioCard,nQ as RadioGroup,c9 as RadioSize,b6 as ScrollY,b8 as Search,a1 as SectionCard,nR as SectionCardSize,a3 as Segment,ad as SegmentSize,e_ as SegmentVariant,iL as SelectWindowHours,c2 as SkeletonLoader,jD as StatusCard,ji as Stepper,iK as TIME_WINDOW_DEFAULT_VALUE,e$ as Table,nS as TableContainer,nT as TableTitleWrap,f0 as TableVariant,nU as TableWrap,U as Tag,bF as TagVariants,z as TextArea,iC as TextCard,w as TimeInput,r as Toggle,nV as ToggleCodeComponent,s as ToggleLabelAlign,nW as ToggleList,v as ToggleSize,gV as ToggleVariant,T as Tooltip,iO as TraceView,ca as TruncatableTypography,e as Typography,f as TypographyColor,g as TypographySize,ek as TypographyVariants,jh as UpgradeRequiredWrapper,nX as VerticalScroll,W as WarningModal,iM as getWindowHoursButtonProps,nY as resolveTypographyColor}from"./chunks/ui-components-Bvz84w4Q.js";import"react/jsx-runtime";import"styled-components";import"./icons.js";import"zustand";import"react";import"javascript-time-ago";import"javascript-time-ago/locale/en";import"react-dom";import"prism-react-renderer";import"zustand/middleware";import"react-error-boundary";import"virtua";
|
package/lib/constants/index.d.ts
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const BTN_SAVE_CHANGES = "Save Changes";
|
|
2
|
+
export declare const BTN_DISCARD_CHANGES = "Discard changes";
|
|
3
|
+
export declare const TITLE_DEFAULT_POLICY = "Default Policy";
|
|
4
|
+
export declare const TITLE_OVERRIDES = "Overrides";
|
|
5
|
+
export declare const TITLE_NO_DEFAULT_POLICY = "No default policy yet";
|
|
6
|
+
export declare const TITLE_NO_OVERRIDES = "No overrides yet";
|
|
7
|
+
export declare const TITLE_CHOOSE_OVERRIDE_SCOPE = "Choose override scope";
|
|
8
|
+
export declare const LABEL_GLOBAL = "Global";
|
|
9
|
+
export declare const LABEL_CHOOSE_OVERRIDE_TYPE = "Choose Override type";
|
|
10
|
+
export declare const LABEL_SELECT_SERVICE = "Select Service";
|
|
11
|
+
export declare const LABEL_SELECT_TRANSACTION = "Select Transaction";
|
|
12
|
+
export declare const LABEL_OVERRIDE_TYPE_SERVICE = "Service";
|
|
13
|
+
export declare const LABEL_OVERRIDE_TYPE_TRANSACTION = "Transaction";
|
|
14
|
+
export declare const PLACEHOLDER_SELECT_SERVICE = "Select service\u2026";
|
|
15
|
+
export declare const PLACEHOLDER_SELECT_TRANSACTION = "Select transaction\u2026";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare const TITLE_ANOMALY_DETECTION_POLICIES = "Anomaly Detection Policies";
|
|
2
|
+
export declare const DESC_ANOMALY_DETECTION_POLICIES = "Configure when Odigos should create findings based on runtime risk signals.\nUse service overrides to adjust detection sensitivity for specific services.";
|
|
3
|
+
export declare const DESC_NO_DEFAULT_DETECTION_POLICY = "Add a default policy to set the global detection settings.";
|
|
4
|
+
export declare const DESC_NO_DETECTION_OVERRIDES = "Add overrides to adjust detection sensitivity for specific services.";
|
|
5
|
+
export declare const BTN_CREATE_OVERRIDE_POLICY = "Create override policy";
|
|
6
|
+
export declare const BTN_DELETE_POLICY = "Delete policy";
|
|
7
|
+
export declare const DESC_CHOOSE_DETECTION_OVERRIDE_SCOPE = "Select where this policy should override the global detection settings.\nYou can apply it to a specific service or transaction.";
|
|
8
|
+
export declare const LABEL_NAME = "Name";
|
|
9
|
+
export declare const LABEL_TRIGGER_RISK_LEVEL = "Trigger when risk level is";
|
|
10
|
+
export declare const LABEL_CUSTOMIZE_SIGNAL_WEIGHTS = "Customize signal weights (advanced)";
|
|
11
|
+
export declare const LABEL_BASE_WEIGHT = "Base weight";
|
|
12
|
+
export declare const LABEL_RISK_POINTS = "Risk points";
|
|
13
|
+
export declare const TITLE_DANGEROUS_SUBCASES = "Dangerous sub-cases - added on top of the base when detected:";
|
|
14
|
+
export declare const DESC_SIGNAL_WEIGHTS_LEGEND = "Every detected signal adds its weight (points) to a 0\u2013100 risk score; the policy fires when the total reaches the threshold above. Sub-cases add on top of the base. Set any weight to 0 to mute that signal for this scope.";
|
|
15
|
+
export declare const LABEL_RISK_LEVEL_LOW = "Low";
|
|
16
|
+
export declare const LABEL_RISK_LEVEL_MEDIUM = "Medium";
|
|
17
|
+
export declare const LABEL_RISK_LEVEL_HIGH = "High";
|
|
18
|
+
export declare const LABEL_RISK_LEVEL_CRITICAL = "Critical";
|
|
19
|
+
export declare const getFireSummary: (fireAtScore: number, signalWeightOverrideCount: number) => string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const TITLE_GUARDRAILS = "Guardrails";
|
|
2
|
-
export declare const DESC_PANEL_GUARDRAILS = "Guardrails are rules you declare about how a service may communicate. A broken guardrail is a Policy violation.\
|
|
2
|
+
export declare const DESC_PANEL_GUARDRAILS = "Guardrails are rules you declare about how a service may communicate. A broken guardrail is a Policy violation.\nAllow any seen service as a caller/callee, define egress destinations freely, and curate allowed transactions.";
|
|
3
3
|
export declare const TITLE_CREATED_GUARDRAILS = "Created Guardrails";
|
|
4
4
|
export declare const TITLE_NO_GUARDRAILS = "No guardrails yet";
|
|
5
5
|
export declare const DESC_NO_GUARDRAILS = "Create a guardrail to declare allowed service communication.";
|
|
@@ -8,15 +8,23 @@ export declare const TITLE_EDIT_GUARDRAIL = "Edit guardrail";
|
|
|
8
8
|
export declare const LABEL_NAMESPACE = "Namespace";
|
|
9
9
|
export declare const LABEL_SERVICE = "Service";
|
|
10
10
|
export declare const TITLE_CALLERS = "Callers";
|
|
11
|
-
export declare const DESC_CALLERS = "Who may call this service (inbound)";
|
|
12
|
-
export declare const
|
|
13
|
-
export declare const
|
|
11
|
+
export declare const DESC_CALLERS = "Who may call this service (inbound) \u2014 any seen service";
|
|
12
|
+
export declare const TITLE_CALLERS_EXTRA = "Additional callers";
|
|
13
|
+
export declare const DESC_CALLERS_EXTRA = "Add any service name not yet seen";
|
|
14
|
+
export declare const TITLE_NO_CALLERS = "No other services seen";
|
|
15
|
+
export declare const DESC_NO_CALLERS = "Insights has not seen any other services to allow as callers";
|
|
14
16
|
export declare const TITLE_CALLEES = "Callees";
|
|
15
|
-
export declare const DESC_CALLEES = "Internal services it may call (outbound)";
|
|
16
|
-
export declare const
|
|
17
|
-
export declare const
|
|
17
|
+
export declare const DESC_CALLEES = "Internal services it may call (outbound) \u2014 any seen service";
|
|
18
|
+
export declare const TITLE_CALLEES_EXTRA = "Additional callees";
|
|
19
|
+
export declare const DESC_CALLEES_EXTRA = "Add any service name not yet seen";
|
|
20
|
+
export declare const TITLE_NO_CALLEES = "No other services seen";
|
|
21
|
+
export declare const DESC_NO_CALLEES = "Insights has not seen any other services to allow as callees";
|
|
22
|
+
export declare const PLACEHOLDER_SERVICE_NAME = "checkout-service";
|
|
18
23
|
export declare const TITLE_EGRESS = "Egress";
|
|
19
|
-
export declare const DESC_EGRESS = "
|
|
24
|
+
export declare const DESC_EGRESS = "Observed external destinations it may reach";
|
|
25
|
+
export declare const TITLE_EGRESS_EXTRA = "Additional egress hosts";
|
|
26
|
+
export declare const DESC_EGRESS_EXTRA = "Add any host or host:port not yet observed";
|
|
27
|
+
export declare const PLACEHOLDER_EGRESS = "api.example.com:443";
|
|
20
28
|
export declare const TITLE_NO_EGRESS = "No egress detected";
|
|
21
29
|
export declare const DESC_NO_EGRESS = "No egress found for this selection";
|
|
22
30
|
export declare const TITLE_TRANSACTIONS = "Transactions";
|
|
@@ -27,14 +35,15 @@ export declare const TITLE_ADOPT_ENFORCE = "Adopt as enforce";
|
|
|
27
35
|
export declare const DESC_ADOPT_ENFORCE = "Alert on violation";
|
|
28
36
|
export declare const TITLE_ADOPT_SUGGEST = "Adopt as suggest";
|
|
29
37
|
export declare const DESC_ADOPT_SUGGEST = "Observe only";
|
|
30
|
-
export declare const
|
|
31
|
-
export declare const
|
|
32
|
-
export declare const
|
|
33
|
-
export declare const BTN_DELETE_GUARDRAIL = "Delete";
|
|
38
|
+
export declare const LABEL_SELECT_A_GUARDRAIL = "Select a guardrail";
|
|
39
|
+
export declare const BTN_CREATE_GUARDRAIL = "Create guardrail";
|
|
40
|
+
export declare const BTN_DELETE_GUARDRAIL = "Delete guardrail";
|
|
34
41
|
export declare const LABEL_ENFORCE = "Enforce";
|
|
35
42
|
export declare const LABEL_SUGGEST = "Suggest";
|
|
36
|
-
export declare const
|
|
43
|
+
export declare const LABEL_AUTO = "auto";
|
|
37
44
|
export declare const RULE_KEY_CALLERS = "allowed_callers";
|
|
38
45
|
export declare const RULE_KEY_CALLEES = "allowed_callees";
|
|
39
46
|
export declare const RULE_KEY_EGRESS = "allowed_egress";
|
|
40
47
|
export declare const RULE_KEY_TRANSACTIONS = "allowed_transactions";
|
|
48
|
+
/** Rule origin set when allowed_transactions is auto-created on service promotion. */
|
|
49
|
+
export declare const ORIGIN_AUTO_TRANSACTION_GUARDRAIL = "auto_transaction_guardrail";
|
|
@@ -1,35 +1,22 @@
|
|
|
1
|
-
import { InsightsDeviationClass, InsightsLearningConditionType, InsightsLearningMode } from '
|
|
2
|
-
import { DurationUnit } from './types';
|
|
1
|
+
import { InsightsDeviationClass, InsightsLearningConditionType, InsightsLearningMode } from '../../types';
|
|
3
2
|
export declare const TITLE_LEARNING_POLICIES = "Learning Policies";
|
|
4
3
|
export declare const DESC_LEARNING_POLICIES = "Configure when a class stops learning and how baselines are finalized.\nUse service overrides to adjust learning for specific services or transactions.";
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const TITLE_NO_OVERRIDES = "No overrides yet";
|
|
8
|
-
export declare const DESC_NO_OVERRIDES = "Add overrides to adjust learning for specific services.";
|
|
4
|
+
export declare const DESC_NO_DEFAULT_LEARNING_POLICY = "Add a default policy to set the global learning settings.";
|
|
5
|
+
export declare const DESC_NO_LEARNING_OVERRIDES = "Add overrides to adjust learning for specific services.";
|
|
9
6
|
export declare const BTN_ADD_OVERRIDE_POLICY = "Add override policy";
|
|
10
7
|
export declare const BTN_ADD_OVERRIDE = "Add override";
|
|
11
8
|
export declare const BTN_ADD_SELECTION = "Add selection";
|
|
12
9
|
export declare const BTN_ADD_CONDITION = "Add condition";
|
|
13
10
|
export declare const BTN_DELETE_OVERRIDE = "Delete override";
|
|
14
|
-
export declare const
|
|
15
|
-
export declare const TITLE_CHOOSE_OVERRIDE_SCOPE = "Choose override scope";
|
|
16
|
-
export declare const DESC_CHOOSE_OVERRIDE_SCOPE = "Select where this policy should override the global learning settings.\nYou can apply it to a specific service or transaction.";
|
|
17
|
-
export declare const LABEL_GLOBAL = "Global";
|
|
11
|
+
export declare const DESC_CHOOSE_LEARNING_OVERRIDE_SCOPE = "Select where this policy should override the global learning settings.\nYou can apply it to a specific service or transaction.";
|
|
18
12
|
export declare const LABEL_SELECT_A_POLICY = "Select a policy";
|
|
19
13
|
export declare const LABEL_COMBINE = "Combine";
|
|
20
14
|
export declare const LABEL_CURRENTLY = "Currently:";
|
|
21
15
|
export declare const LABEL_PROMOTES_WHEN = "Promotes when";
|
|
22
16
|
export declare const LABEL_MIN_MATCHES = "Min matches";
|
|
23
17
|
export declare const LABEL_FALLBACK_NOTE = "A policy with no conditions falls back to the count-only default.";
|
|
24
|
-
export declare const LABEL_CHOOSE_OVERRIDE_TYPE = "Choose Override type";
|
|
25
18
|
export declare const LABEL_SELECT_DEVIATION_CLASS = "Select Deviation class";
|
|
26
|
-
export declare const LABEL_SELECT_SERVICE = "Select Service";
|
|
27
|
-
export declare const LABEL_SELECT_TRANSACTION = "Select Transaction";
|
|
28
|
-
export declare const LABEL_OVERRIDE_TYPE_SERVICE = "Service";
|
|
29
|
-
export declare const LABEL_OVERRIDE_TYPE_TRANSACTION = "Transaction";
|
|
30
19
|
export declare const PLACEHOLDER_SELECT_DEVIATION_CLASS = "Select deviation class\u2026";
|
|
31
|
-
export declare const PLACEHOLDER_SELECT_SERVICE = "Select service\u2026";
|
|
32
|
-
export declare const PLACEHOLDER_SELECT_TRANSACTION = "Select transaction\u2026";
|
|
33
20
|
export declare const LABEL_MODE_ANY = "Any";
|
|
34
21
|
export declare const LABEL_MODE_ALL = "All";
|
|
35
22
|
export declare const LABEL_MODE_K_OF = "K of";
|
|
@@ -68,15 +55,5 @@ export declare const CONDITION_TYPE_OPTIONS: readonly [{
|
|
|
68
55
|
readonly id: InsightsLearningConditionType.MinDuration;
|
|
69
56
|
readonly label: "Min duration";
|
|
70
57
|
}];
|
|
71
|
-
export declare const DURATION_UNIT_OPTIONS: readonly [{
|
|
72
|
-
readonly id: DurationUnit.Minutes;
|
|
73
|
-
readonly label: "Minutes";
|
|
74
|
-
}, {
|
|
75
|
-
readonly id: DurationUnit.Hours;
|
|
76
|
-
readonly label: "Hours";
|
|
77
|
-
}, {
|
|
78
|
-
readonly id: DurationUnit.Days;
|
|
79
|
-
readonly label: "Days";
|
|
80
|
-
}];
|
|
81
58
|
export declare const isDurationConditionType: (type: InsightsLearningConditionType) => type is InsightsLearningConditionType.MinDuration | InsightsLearningConditionType.StableDuration;
|
|
82
59
|
export declare const isObservationsConditionType: (type: InsightsLearningConditionType) => type is InsightsLearningConditionType.MinObservations | InsightsLearningConditionType.StableObservations;
|
|
@@ -13,7 +13,7 @@ export declare const UNIT_SECONDS = "seconds";
|
|
|
13
13
|
export declare const LABEL_SAMPLE_TRACE_RETENTION = "Sample trace retention";
|
|
14
14
|
export declare const HELPER_SAMPLE_TRACE_RETENTION = "Stored sample traces are deleted after this period.";
|
|
15
15
|
export declare const UNIT_DAYS = "days";
|
|
16
|
-
export declare const HINT_SAMPLE_TRACE_RETENTION = "Default:
|
|
16
|
+
export declare const HINT_SAMPLE_TRACE_RETENTION = "Default: 120 \u00B7 Maximum: 120";
|
|
17
17
|
export declare const LABEL_MAX_TRANSACTIONS_IN_MEMORY = "Maximum transactions in memory";
|
|
18
18
|
export declare const HELPER_MAX_TRANSACTIONS_IN_MEMORY = "Least-recently used baselines are unloaded when this limit is reached and loaded again if traffic returns.";
|
|
19
19
|
export declare const UNIT_TRANSACTIONS = "transactions";
|
|
@@ -22,7 +22,7 @@ export declare const HELPER_MAX_MEMBERS_PER_BASELINE = "Limits the size of an in
|
|
|
22
22
|
export declare const UNIT_MEMBERS = "members";
|
|
23
23
|
export declare const LABEL_FLUSH_INTERVAL = "Flush interval";
|
|
24
24
|
export declare const HELPER_FLUSH_INTERVAL = "How often pending learning data and occurrence counts are written to ClickHouse. Changes apply without a restart.";
|
|
25
|
-
export declare const HINT_FLUSH_INTERVAL = "Default:
|
|
25
|
+
export declare const HINT_FLUSH_INTERVAL = "Default: 15 \u00B7 Maximum: 300";
|
|
26
26
|
export declare const LABEL_AUTO_TRANSACTION_GUARDRAIL = "Auto-enable transaction guardrail when a service is promoted";
|
|
27
27
|
export declare const HELPER_AUTO_TRANSACTION_GUARDRAIL = "When a service finishes promoting (every transaction leaves learning), automatically create an enforced allowed_transactions guardrail. Applies only from that moment forward \u2014 services already promoted are not backfilled; enable their guardrail from the by-service transactions menu.";
|
|
28
28
|
export declare const HELPER_IDENTITY_DIMENSIONS = "Low-cardinality only. Each enabled dimension multiplies transaction count, resident memory, and baseline rows. Good: http.response.status_code, rpc.grpc.status_code. Bad: user.id, URLs, request ids. Values come from the entry span only.";
|
|
@@ -37,11 +37,7 @@ export declare const BTN_RESET_TRANSACTIONS = "Reset all transactions";
|
|
|
37
37
|
export declare const BTN_KEEP_TRANSACTIONS = "Keep existing transactions";
|
|
38
38
|
export declare const NOTE_EVIDENCE_SAMPLES = "Anomaly and guardrail evidence each keep a single write-once sample; occurrences are counted separately.";
|
|
39
39
|
export declare const BTN_SAVE_SETTINGS = "Save settings";
|
|
40
|
-
export declare const BTN_DISCARD_CHANGES = "Discard changes";
|
|
41
40
|
export declare const LABEL_SYSTEM_UNAVAILABLE = "System settings are not available.";
|
|
42
|
-
export declare const MIN_SETTING = 1;
|
|
43
|
-
export declare const MAX_OBSERVATION_RETENTION_DAYS = 90;
|
|
44
|
-
export declare const MAX_FLUSH_INTERVAL_SECONDS = 300;
|
|
45
41
|
export declare const MAX_ENABLED_IDENTITY_DIMENSIONS = 5;
|
|
46
42
|
export declare const DEFAULT_IDENTITY_DIMENSIONS: {
|
|
47
43
|
key: string;
|
package/lib/constants.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{d7 as ACCEPT_RECOMMENDATION_DESCRIPTION,bK as ACTION_CATEGORIES,bw as ACTION_OPTIONS,jd as ACTION_TYPE_TO_CATEGORY,je as ALL_LANGUAGES_WILDCARD,jf as ALL_SOURCES,d2 as APPLY_VIA_GITOPS_DESCRIPTION,d4 as APPLY_VIA_UI_DESCRIPTION,d8 as BTN_ACCEPT,dn as BTN_CANCEL,dv as BTN_CONTINUE_EDITING,hf as BTN_CREATE_FIRST_RULE,cX as BTN_CREATE_RULE,dr as BTN_DELETE_RULE,d9 as BTN_DISMISS,dh as BTN_DOCS,ae as BTN_EDIT_AUTO_RULE,dq as BTN_EDIT_RULE,di as BTN_RESTORE,dF as BTN_SAVE,dp as BTN_SAVE_RULE,o as BUTTON_TEXTS,ds as CATEGORY_DESCRIPTIONS,b1 as CATEGORY_LABELS,du as CATEGORY_TITLES,jg as CREATE_COST_REDUCTION_AUTO_RULE_DRAWER_TITLE,jh as CREATE_HIGHLY_RELEVANT_AUTO_RULE_DRAWER_TITLE,ji as CREATE_NOISY_AUTO_RULE_DRAWER_TITLE,bk as DEFAULT_CLUSTER_ID,cc as DEFAULT_CLUSTER_NAME,ha as DEFAULT_DATA_STREAM_NAME,at as DESC_DURATION,jj as DESC_ERRORS,aw as DESC_OPERATION,jk as DESC_PERCENTAGE_HIGHLY_RELEVANT,c1 as DESC_PERCENTAGE_NOISY,b2 as DESC_RULE_TYPE,a2 as DESC_SOURCE_SCOPE,c8 as DESTINATION_CATEGORIES,gY as DISPLAY_LANGUAGES,p as DISPLAY_TITLES,bS as DOCS_BASE_URL,bB as DestinationCategoryTypes,dB as EDIT_COST_REDUCTION_AUTO_RULE_DRAWER_SUBTITLE,dC as EDIT_COST_REDUCTION_AUTO_RULE_DRAWER_TITLE,dz as EDIT_HIGHLY_RELEVANT_AUTO_RULE_DRAWER_SUBTITLE,dA as EDIT_HIGHLY_RELEVANT_AUTO_RULE_DRAWER_TITLE,dD as EDIT_NOISY_AUTO_RULE_DRAWER_SUBTITLE,dE as EDIT_NOISY_AUTO_RULE_DRAWER_TITLE,dt as EDIT_TITLES,dl as EMPTY_SUBTITLE,dm as EMPTY_TITLE,aK as EMPTY_VALUE,bo as ERROR_APPLY_RECOMMENDATION,bP as EXTRACTION_FORMAT_COPY,bN as EXTRACT_ATTRIBUTE_FORM,hi as FILTER_TYPE_ALL,bb as FORM_ALERTS,d5 as GITOPS_OVERRIDE_WARNING,da as INSTALLATION_METHOD_DESCRIPTION,bF as INSTRUMENTATION_RULE_OPTIONS,d1 as LABEL_APPLY_VIA_GITOPS,d3 as LABEL_APPLY_VIA_UI,df as LABEL_BENEFITS,dg as LABEL_CONSIDERATIONS,au as LABEL_CUSTOM_DURATION,c5 as LABEL_CUSTOM_PERCENTAGE,c4 as LABEL_DISABLED,cW as LABEL_DISABLED_RULE,aU as LABEL_DROP_ALL,b_ as LABEL_DROP_AT_MOST,c3 as LABEL_ENABLED,d6 as LABEL_ENABLE_RECOMMENDATION,aC as LABEL_HTTP_ROUTE,aE as LABEL_HTTP_ROUTE_PREFIX,aH as LABEL_KAFKA_TOPIC,aV as LABEL_KEEP_ALL,aR as LABEL_KEEP_AT_LEAST,aS as LABEL_KEEP_AT_MOST,aQ as LABEL_KEEP_PERCENTAGE,as as LABEL_KEEP_TRACES_DURATION,aq as LABEL_KEEP_TRACES_ERRORS,aG as LABEL_METHOD,aZ as LABEL_NOTE,af as LABEL_NO_PREVIEW,aJ as LABEL_OPERATION_TYPE,jl as LABEL_RULE_DISABLED,jm as LABEL_RULE_ENABLED,aX as LABEL_RULE_NAME,aY as LABEL_RULE_TYPE,aT as LABEL_SAMPLE,ay as LABEL_SERVER_ADDRESS,aB as LABEL_TEMPLATED_PATH,aD as LABEL_TEMPLATED_PATH_PREFIX,dc as LABEL_VIA_GITOPS,db as LABEL_VIA_UI,cK as LANGUAGE_OPTIONS,b5 as MONITORS_OPTIONS,O as NOTE_ENTIRE_CLUSTER,_ as NOTE_SOURCE_SCOPE_LOGIC,dd as NOT_APPLICABLE_SUMMARY,jn as OPENTELEMETRY_EBPF_DISTRO_OPTION,aM as OPERATION_ALL,aL as OPERATION_HTTP_CLIENT,aI as OPERATION_HTTP_SERVER,aN as OPERATION_KAFKA_CONSUMER,aO as OPERATION_KAFKA_PRODUCER,cJ as OTEL_DISTRO_NAME_OPTIONS,aP as PERCENTAGE_SECTION_DESCRIPTIONS,a$ as PLACEHOLDER_NOTE,aA as PLACEHOLDER_ROUTE,a_ as PLACEHOLDER_RULE_NAME,a5 as PLACEHOLDER_SEARCH_SOURCE,ax as PLACEHOLDER_SERVER_ADDRESS,cu as PROCESS_ATTRIBUTE_NAMES,dj as RECOMMENDATIONS_DRAWER_SUBTITLE,dk as RECOMMENDATIONS_DRAWER_TITLE,c as REGEX_TESTER_DRAWER,c2 as SAMPLING_AUTO_RULE_TITLE,hm as SAMPLING_BTN_CREATE_RULE,hk as SAMPLING_BTN_DOCS,hl as SAMPLING_BTN_REFRESH,c0 as SAMPLING_COST_REDUCTION_AUTO_RULE_TITLE,dw as SAMPLING_DEFAULT_CONFIRM_DESCRIPTION,dy as SAMPLING_DEFAULT_CONFIRM_PREVIEW_LABEL,dx as SAMPLING_DEFAULT_CONFIRM_TITLE,hp as SAMPLING_DELETE_MODAL_APPROVE,hq as SAMPLING_DELETE_MODAL_CANCEL,hr as SAMPLING_DELETE_MODAL_DESCRIPTION,hs as SAMPLING_DELETE_MODAL_TITLE,dG as SAMPLING_DRAWER_WIDTH,hj as SAMPLING_DUPLICATE_RULE_WARNING,bZ as SAMPLING_HIGHLY_RELEVANT_AUTO_RULE_TITLE,g0 as SAMPLING_ONBOARDING_ADVANCED_LEFT_BULLET_1,g1 as SAMPLING_ONBOARDING_ADVANCED_LEFT_BULLET_2,g2 as SAMPLING_ONBOARDING_ADVANCED_LEFT_BULLET_3,g3 as SAMPLING_ONBOARDING_ADVANCED_LEFT_TITLE,g4 as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_1,g5 as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_2,g6 as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_3,g7 as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_4,g8 as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_5,g9 as SAMPLING_ONBOARDING_ADVANCED_RIGHT_TITLE,gb as SAMPLING_ONBOARDING_ADVANCED_SUBTITLE,ga as SAMPLING_ONBOARDING_ADVANCED_TITLE,gs as SAMPLING_ONBOARDING_AMBIENT_LABEL,fy as SAMPLING_ONBOARDING_BTN_GO_TO,fj as SAMPLING_ONBOARDING_BTN_NEXT,f$ as SAMPLING_ONBOARDING_BTN_READ_MORE,fJ as SAMPLING_ONBOARDING_BTN_SKIP,fK as SAMPLING_ONBOARDING_BTN_START,gc as SAMPLING_ONBOARDING_COMMON_BANNER,gr as SAMPLING_ONBOARDING_COMMON_RULES_SECTION,gf as SAMPLING_ONBOARDING_DROP_DESCRIPTION,ge as SAMPLING_ONBOARDING_DROP_SUBTITLE,gd as SAMPLING_ONBOARDING_DROP_TITLE,gi as SAMPLING_ONBOARDING_ERROR_PRESET_NAME,gh as SAMPLING_ONBOARDING_ERROR_PRESET_TOGGLE_LABEL,gl as SAMPLING_ONBOARDING_KEEP_DESCRIPTION,gk as SAMPLING_ONBOARDING_KEEP_SUBTITLE,gj as SAMPLING_ONBOARDING_KEEP_TITLE,gm as SAMPLING_ONBOARDING_KEEP_USE_CASE_1,gn as SAMPLING_ONBOARDING_KEEP_USE_CASE_2,go as SAMPLING_ONBOARDING_KEEP_USE_CASE_3,gp as SAMPLING_ONBOARDING_KEEP_USE_CASE_4,gq as SAMPLING_ONBOARDING_KEEP_USE_CASE_5,fq as SAMPLING_ONBOARDING_NOISY_BANNER,fm as SAMPLING_ONBOARDING_NOISY_DESCRIPTION,fp as SAMPLING_ONBOARDING_NOISY_PRESET_NAME,fn as SAMPLING_ONBOARDING_NOISY_PRESET_SECTION,fo as SAMPLING_ONBOARDING_NOISY_PRESET_TOGGLE_LABEL,fl as SAMPLING_ONBOARDING_NOISY_SUBTITLE,fk as SAMPLING_ONBOARDING_NOISY_TITLE,gg as SAMPLING_ONBOARDING_PRESET_RULES_SECTION,fi as SAMPLING_ONBOARDING_RECOMMENDED_BADGE,fY as SAMPLING_ONBOARDING_STRATEGY_ADVANCED_BADGE,fZ as SAMPLING_ONBOARDING_STRATEGY_ADVANCED_DESC,f_ as SAMPLING_ONBOARDING_STRATEGY_ADVANCED_NAME,fV as SAMPLING_ONBOARDING_STRATEGY_DROP_BADGE,fT as SAMPLING_ONBOARDING_STRATEGY_DROP_BULLET_1,fU as SAMPLING_ONBOARDING_STRATEGY_DROP_BULLET_2,fW as SAMPLING_ONBOARDING_STRATEGY_DROP_DESC,fX as SAMPLING_ONBOARDING_STRATEGY_DROP_NAME,fQ as SAMPLING_ONBOARDING_STRATEGY_KEEP_BADGE,fO as SAMPLING_ONBOARDING_STRATEGY_KEEP_BULLET_1,fP as SAMPLING_ONBOARDING_STRATEGY_KEEP_BULLET_2,fR as SAMPLING_ONBOARDING_STRATEGY_KEEP_DESC,fS as SAMPLING_ONBOARDING_STRATEGY_KEEP_NAME,fN as SAMPLING_ONBOARDING_STRATEGY_KEEP_WARNING,fM as SAMPLING_ONBOARDING_STRATEGY_SUBTITLE,fL as SAMPLING_ONBOARDING_STRATEGY_TITLE,fv as SAMPLING_ONBOARDING_SUCCESS_BULLET_1,fw as SAMPLING_ONBOARDING_SUCCESS_BULLET_2,fx as SAMPLING_ONBOARDING_SUCCESS_BULLET_3,fu as SAMPLING_ONBOARDING_SUCCESS_INTRO,ft as SAMPLING_ONBOARDING_SUCCESS_SUBTITLE,fs as SAMPLING_ONBOARDING_SUCCESS_TITLE,fI as SAMPLING_ONBOARDING_WELCOME_BANNER,fB as SAMPLING_ONBOARDING_WELCOME_INTRO,fC as SAMPLING_ONBOARDING_WELCOME_STAGE_1_DESC,fD as SAMPLING_ONBOARDING_WELCOME_STAGE_1_TITLE,fE as SAMPLING_ONBOARDING_WELCOME_STAGE_2_DESC,fF as SAMPLING_ONBOARDING_WELCOME_STAGE_2_TITLE,fG as SAMPLING_ONBOARDING_WELCOME_STAGE_3_DESC,fH as SAMPLING_ONBOARDING_WELCOME_STAGE_3_TITLE,fA as SAMPLING_ONBOARDING_WELCOME_SUBTITLE,fz as SAMPLING_ONBOARDING_WELCOME_TITLE,hn as SAMPLING_PAGE_DESCRIPTION,ho as SAMPLING_PAGE_TITLE,a8 as SCOPE_AND_LABEL,a7 as SCOPE_GROUP_ANY_OF_HINT,Z as SCOPE_GROUP_LANGUAGES_TITLE,Y as SCOPE_GROUP_NAMESPACES_TITLE,Q as SCOPE_GROUP_SOURCES_TITLE,jo as SECTION_APPLIED,jp as SECTION_DISMISSED,ar as SECTION_DURATION,ap as SECTION_ERRORS,b$ as SECTION_KEEP_PERCENTAGE,jq as SECTION_NOT_APPLICABLE,av as SECTION_OPERATION,jr as SECTION_RECOMMENDED,b3 as SECTION_SAMPLING_PREVIEW,a9 as SECTION_SOURCE_SCOPE,de as SECTION_TITLES,gX as STORAGE_KEYS,bp as SUCCESS_APPLIED,bq as SUCCESS_DISMISSED,br as SUCCESS_RESTORED,he as TITLE_NO_RESULTS,hg as TITLE_NO_RULES,js as TOKEN_ABOUT_TO_EXPIRE,b0 as TOOLTIP_NOTE,X as UNKNOWN_SOURCE_LABEL,aW as UNNAMED_RULE,f9 as URL_TEMPLATIZATION_ACTION_FIELD_LABEL,jt as URL_TEMPLATIZATION_ACTION_NAME_LABEL,h_ as URL_TEMPLATIZATION_ACTION_SUMMARY,ju as URL_TEMPLATIZATION_ADD_EXISTING_GROUP,jv as URL_TEMPLATIZATION_ADD_NEW_GROUP,jw as URL_TEMPLATIZATION_ADD_TEMPLATE_TO_SCOPE,dW as URL_TEMPLATIZATION_ADD_TO_EXISTING_ACTION,jx as URL_TEMPLATIZATION_ADVANCED_CONFIGURATION,jy as URL_TEMPLATIZATION_ADVANCED_CONFIGURATION_DESC,e1 as URL_TEMPLATIZATION_ADVANCED_DEFAULT_SUMMARY,hO as URL_TEMPLATIZATION_ADVANCED_LABEL,dK as URL_TEMPLATIZATION_ADVANCED_NEW_ACTION_SUMMARY,dL as URL_TEMPLATIZATION_ADVANCED_SELECT_ACTION_SUMMARY,e2 as URL_TEMPLATIZATION_ADVANCED_SETTINGS,hP as URL_TEMPLATIZATION_ADVANCED_SUMMARY,ec as URL_TEMPLATIZATION_APPLIES_TO_ENTIRE_CLUSTER,eg as URL_TEMPLATIZATION_APPLIES_TO_LANGUAGES,ed as URL_TEMPLATIZATION_APPLIES_TO_MIXED_SCOPE,ef as URL_TEMPLATIZATION_APPLIES_TO_NAMESPACES,ee as URL_TEMPLATIZATION_APPLIES_TO_SOURCES,hM as URL_TEMPLATIZATION_AUTO_CARD_ACTIVE_BADGE,jz as URL_TEMPLATIZATION_AUTO_CARD_BTN_ADD_DISABLED,jA as URL_TEMPLATIZATION_AUTO_CARD_DISABLED_EMPTY,jB as URL_TEMPLATIZATION_AUTO_CARD_DISABLED_SECTION_TITLE,jC as URL_TEMPLATIZATION_AUTO_CARD_HINT,jD as URL_TEMPLATIZATION_AUTO_CARD_STAT_DISABLED,jE as URL_TEMPLATIZATION_AUTO_CARD_STAT_NONE,jF as URL_TEMPLATIZATION_AUTO_CARD_STAT_SCOPE,jG as URL_TEMPLATIZATION_AUTO_CARD_STAT_SCOPE_VALUE,jH as URL_TEMPLATIZATION_AUTO_CARD_STAT_STATUS_CODES,jI as URL_TEMPLATIZATION_AUTO_CARD_STAT_STATUS_CODES_ALL,hN as URL_TEMPLATIZATION_AUTO_CARD_SUBTITLE,hL as URL_TEMPLATIZATION_AUTO_CARD_TITLE,eR as URL_TEMPLATIZATION_BADGE_ADVANCED,eb as URL_TEMPLATIZATION_BADGE_MANAGED_EXTERNALLY,ea as URL_TEMPLATIZATION_BADGE_MANAGED_IN_UI,jJ as URL_TEMPLATIZATION_BADGE_UI,hz as URL_TEMPLATIZATION_BTN_ADD_DISABLED_SCOPE,eC as URL_TEMPLATIZATION_BTN_ADD_RULE,hF as URL_TEMPLATIZATION_BTN_ADD_SKIP_POLICY_SCOPE,jK as URL_TEMPLATIZATION_BTN_ADD_TEMPLATE,em as URL_TEMPLATIZATION_BTN_BACK,ep as URL_TEMPLATIZATION_BTN_CANCEL,en as URL_TEMPLATIZATION_BTN_CANCEL_WITHOUT_SAVING,e$ as URL_TEMPLATIZATION_BTN_CLOSE,eY as URL_TEMPLATIZATION_BTN_CONFIRM_DISABLE_SCOPE,id as URL_TEMPLATIZATION_BTN_CREATE,jL as URL_TEMPLATIZATION_BTN_CREATE_GROUP,h$ as URL_TEMPLATIZATION_BTN_CREATE_TEMPLATE_GROUP,hC as URL_TEMPLATIZATION_BTN_DELETE_DISABLED_SCOPE,el as URL_TEMPLATIZATION_BTN_DELETE_SCOPE,hI as URL_TEMPLATIZATION_BTN_DELETE_SKIP_POLICY,ic as URL_TEMPLATIZATION_BTN_DOCS,f0 as URL_TEMPLATIZATION_BTN_EDIT,fa as URL_TEMPLATIZATION_BTN_EDIT_GROUP,jM as URL_TEMPLATIZATION_BTN_ENABLE_DEFAULT,eq as URL_TEMPLATIZATION_BTN_NEXT,eo as URL_TEMPLATIZATION_BTN_SAVE,jN as URL_TEMPLATIZATION_BTN_TEST_URL,jO as URL_TEMPLATIZATION_CHOOSE_DESTINATION,jP as URL_TEMPLATIZATION_CHOOSE_DESTINATION_DESC,eZ as URL_TEMPLATIZATION_CONFIRM_DISABLE_SCOPE_DESCRIPTION,e_ as URL_TEMPLATIZATION_CONFIRM_DISABLE_SCOPE_TARGET,jQ as URL_TEMPLATIZATION_CREATE_GROUP_FOR_SCOPE,dI as URL_TEMPLATIZATION_CREATE_NEW_ACTION,jR as URL_TEMPLATIZATION_CREATE_NEW_ACTION_DESC,dJ as URL_TEMPLATIZATION_CREATE_NEW_ACTION_OPTION_ID,d_ as URL_TEMPLATIZATION_CREATE_SEPARATE_ACTION,dZ as URL_TEMPLATIZATION_CREATE_SEPARATE_ACTION_DESC,eh as URL_TEMPLATIZATION_CUSTOM_DRAWER_SUBTITLE,ek as URL_TEMPLATIZATION_CUSTOM_DRAWER_SUBTITLE_TO_ACTION,ej as URL_TEMPLATIZATION_CUSTOM_DRAWER_TITLE,ei as URL_TEMPLATIZATION_CUSTOM_DRAWER_TITLE_ADD_TEMPLATES,jS as URL_TEMPLATIZATION_CUSTOM_DRAWER_TITLE_NEW_SCOPE,jT as URL_TEMPLATIZATION_CUSTOM_EMPTY_SUBTITLE,jU as URL_TEMPLATIZATION_CUSTOM_EMPTY_TITLE,jV as URL_TEMPLATIZATION_CUSTOM_SECTION_SUBTITLE,dH as URL_TEMPLATIZATION_DEFAULT_ACTION_NAME,jW as URL_TEMPLATIZATION_DEFAULT_ACTION_OPTION_ID,jX as URL_TEMPLATIZATION_DEFAULT_CONFIGURED_PLACEHOLDER,jY as URL_TEMPLATIZATION_DEFAULT_DISABLED_SCOPES_TITLE,jZ as URL_TEMPLATIZATION_DEFAULT_EMPTY_SUBTITLE,j_ as URL_TEMPLATIZATION_DEFAULT_EMPTY_TITLE,eG as URL_TEMPLATIZATION_DEFAULT_RULE_DRAWER_SUBTITLE,eK as URL_TEMPLATIZATION_DEFAULT_RULE_DRAWER_TITLE,j$ as URL_TEMPLATIZATION_DEFAULT_SECTION_SUBTITLE,k0 as URL_TEMPLATIZATION_DEFAULT_SETTINGS,eN as URL_TEMPLATIZATION_DEFAULT_STATUS_DISABLED,k1 as URL_TEMPLATIZATION_DEFAULT_STATUS_ENABLED,k2 as URL_TEMPLATIZATION_DEFAULT_STATUS_ENABLED_GLOBALLY,k3 as URL_TEMPLATIZATION_DEFAULT_STATUS_LINE_DISABLED,k4 as URL_TEMPLATIZATION_DEFAULT_STATUS_LINE_ENABLED_GLOBALLY,k5 as URL_TEMPLATIZATION_DEFAULT_STATUS_LINE_UNSET,k6 as URL_TEMPLATIZATION_DEFAULT_STATUS_UNSET,hD as URL_TEMPLATIZATION_DELETE_DISABLED_SCOPE_DESCRIPTION,hE as URL_TEMPLATIZATION_DELETE_DISABLED_SCOPE_TARGET,ev as URL_TEMPLATIZATION_DELETE_SCOPE_TARGET,hJ as URL_TEMPLATIZATION_DELETE_SKIP_POLICY_DESCRIPTION,hK as URL_TEMPLATIZATION_DELETE_SKIP_POLICY_TARGET,f8 as URL_TEMPLATIZATION_DESC_ACTION,eL as URL_TEMPLATIZATION_DESC_DEFAULT_TEMPLATIZATION,eO as URL_TEMPLATIZATION_DESC_DISABLE_SCOPE_PARAGRAPHS,k7 as URL_TEMPLATIZATION_DESC_SKIP_POLICY,eT as URL_TEMPLATIZATION_DESC_SKIP_POLICY_PARAGRAPHS,dS as URL_TEMPLATIZATION_DESC_SOURCE_SCOPE,f2 as URL_TEMPLATIZATION_DESC_TEMPLATE,k8 as URL_TEMPLATIZATION_DESTINATION_CLUSTER_HINT,dQ as URL_TEMPLATIZATION_DESTINATION_ENTIRE_CLUSTER,dP as URL_TEMPLATIZATION_DESTINATION_ENTIRE_CLUSTER_DESC,k9 as URL_TEMPLATIZATION_DESTINATION_ENTIRE_CLUSTER_TOOLTIP,ka as URL_TEMPLATIZATION_DESTINATION_GROUP_HINT,dR as URL_TEMPLATIZATION_DESTINATION_QUICK_START_BADGE,dN as URL_TEMPLATIZATION_DESTINATION_SPECIFIC_SCOPE_DESC,dO as URL_TEMPLATIZATION_DESTINATION_TEMPLATE_GROUP,kb as URL_TEMPLATIZATION_DESTINATION_TEMPLATE_GROUP_TOOLTIP,f6 as URL_TEMPLATIZATION_DETAIL_DISPLAY_NAME,f5 as URL_TEMPLATIZATION_DETAIL_ORIGIN,f7 as URL_TEMPLATIZATION_DETAIL_RESOURCE_NAME,f4 as URL_TEMPLATIZATION_DETAIL_SCOPE_DESC,f3 as URL_TEMPLATIZATION_DETAIL_TEMPLATE,kc as URL_TEMPLATIZATION_DISABLED_SCOPES_BEHAVIOR_COVERED,kd as URL_TEMPLATIZATION_DISABLED_SCOPES_BEHAVIOR_OFF,ke as URL_TEMPLATIZATION_DISABLED_SCOPES_BTN_ADD,kf as URL_TEMPLATIZATION_DISABLED_SCOPES_COL_BEHAVIOR,kg as URL_TEMPLATIZATION_DISABLED_SCOPES_COL_SCOPE,kh as URL_TEMPLATIZATION_DISABLED_SCOPES_COL_STATUS,ki as URL_TEMPLATIZATION_DISABLED_SCOPES_COUNT,kj as URL_TEMPLATIZATION_DISABLED_SCOPES_EMPTY_SUBTITLE,kk as URL_TEMPLATIZATION_DISABLED_SCOPES_EMPTY_TITLE,kl as URL_TEMPLATIZATION_DISABLED_SCOPES_STATUS_DISABLED,km as URL_TEMPLATIZATION_DISABLED_SCOPES_STATUS_REDUNDANT,kn as URL_TEMPLATIZATION_DISABLED_SCOPES_SUBTITLE,ko as URL_TEMPLATIZATION_DISABLED_SCOPES_SUMMARY,hA as URL_TEMPLATIZATION_DISABLED_SCOPES_TITLE,eH as URL_TEMPLATIZATION_DISABLE_SCOPE_DRAWER_TITLE,ib as URL_TEMPLATIZATION_DOCS_URL,er as URL_TEMPLATIZATION_DRAWER_WIDTH,eJ as URL_TEMPLATIZATION_EDIT_DEFAULT_RULE_DRAWER_TITLE,eB as URL_TEMPLATIZATION_ERROR_INVALID_STATUS_CODES,kp as URL_TEMPLATIZATION_EXISTING_TEMPLATING_SCOPE,eE as URL_TEMPLATIZATION_FOOTER_IMMEDIATE_EFFECT,kq as URL_TEMPLATIZATION_FOOTER_NO_TEMPLATE_CHANGES,eD as URL_TEMPLATIZATION_FOOTER_SAVE_EFFECT,eW as URL_TEMPLATIZATION_HELPER_STATUS_CODES,dX as URL_TEMPLATIZATION_MATCHING_GROUP_COUNT,kr as URL_TEMPLATIZATION_MATCHING_GROUP_LABEL,ks as URL_TEMPLATIZATION_MATCH_FOUND,kt as URL_TEMPLATIZATION_MATCH_FOUND_HINT,ku as URL_TEMPLATIZATION_NEW_ACTION_HINT,d$ as URL_TEMPLATIZATION_NEW_ACTION_NAME_LABEL,e0 as URL_TEMPLATIZATION_NEW_ACTION_PLACEHOLDER,kv as URL_TEMPLATIZATION_NEW_GROUP_DEFAULT_HINT,kw as URL_TEMPLATIZATION_NOTE_ENTIRE_CLUSTER,eA as URL_TEMPLATIZATION_NO_MATCH,kx as URL_TEMPLATIZATION_NO_MATCH_HELP,ky as URL_TEMPLATIZATION_NO_MATCH_HINT,e7 as URL_TEMPLATIZATION_ODIGOS_ACTION_CAPTION,hS as URL_TEMPLATIZATION_ONBOARDING_APPLIES_TO,hR as URL_TEMPLATIZATION_ONBOARDING_AUTO_DESCRIPTION,hQ as URL_TEMPLATIZATION_ONBOARDING_AUTO_TITLE,i3 as URL_TEMPLATIZATION_ONBOARDING_BTN_CREATE_CUSTOM,hU as URL_TEMPLATIZATION_ONBOARDING_BTN_REVIEW_ENABLE,i2 as URL_TEMPLATIZATION_ONBOARDING_CUSTOM_DESCRIPTION,i1 as URL_TEMPLATIZATION_ONBOARDING_CUSTOM_TITLE,ia as URL_TEMPLATIZATION_ONBOARDING_EXAMPLE_AFTER,i7 as URL_TEMPLATIZATION_ONBOARDING_EXAMPLE_AFTER_LABEL,i9 as URL_TEMPLATIZATION_ONBOARDING_EXAMPLE_BEFORE,i6 as URL_TEMPLATIZATION_ONBOARDING_EXAMPLE_BEFORE_LABEL,i8 as URL_TEMPLATIZATION_ONBOARDING_LEARN_MORE,dY as URL_TEMPLATIZATION_ONBOARDING_RECOMMENDED_BADGE,hT as URL_TEMPLATIZATION_ONBOARDING_REVERSIBLE,i5 as URL_TEMPLATIZATION_ONBOARDING_SUBTITLE,i4 as URL_TEMPLATIZATION_ONBOARDING_TITLE,ie as URL_TEMPLATIZATION_PAGE_DESCRIPTION,ig as URL_TEMPLATIZATION_PAGE_TITLE,eX as URL_TEMPLATIZATION_PLACEHOLDER_STATUS_CODES,eu as URL_TEMPLATIZATION_PLACEHOLDER_TEMPLATE,kz as URL_TEMPLATIZATION_RESULT,dV as URL_TEMPLATIZATION_SCOPE_ALREADY_USED,dU as URL_TEMPLATIZATION_SCOPE_ALREADY_USED_DESC,hx as URL_TEMPLATIZATION_SCOPE_AND,es as URL_TEMPLATIZATION_SCOPE_CLUSTER_HINT,hu as URL_TEMPLATIZATION_SCOPE_ENTIRE_CLUSTER,hv as URL_TEMPLATIZATION_SCOPE_LANGUAGE,hw as URL_TEMPLATIZATION_SCOPE_NAMESPACE,hy as URL_TEMPLATIZATION_SCOPE_SOURCE,kA as URL_TEMPLATIZATION_SEARCH_GROUPS_PLACEHOLDER,hV as URL_TEMPLATIZATION_SECTION_CUSTOM,kB as URL_TEMPLATIZATION_SECTION_DEFAULT,eM as URL_TEMPLATIZATION_SECTION_DEFAULT_TEMPLATIZATION,fc as URL_TEMPLATIZATION_SECTION_OTHER_TEMPLATES,fb as URL_TEMPLATIZATION_SECTION_OTHER_TEMPLATES_DESC,dT as URL_TEMPLATIZATION_SECTION_SCOPE,eS as URL_TEMPLATIZATION_SECTION_SKIP_POLICY,kC as URL_TEMPLATIZATION_SECTION_SOURCE_SCOPE,et as URL_TEMPLATIZATION_SECTION_TEMPLATES,i0 as URL_TEMPLATIZATION_SECTION_TEMPLATE_GROUPS,kD as URL_TEMPLATIZATION_SELECTED_GROUP,e6 as URL_TEMPLATIZATION_SELECT_ACTION,e5 as URL_TEMPLATIZATION_SELECT_ACTION_DESC,kE as URL_TEMPLATIZATION_SELECT_WHERE_TO_ADD,kF as URL_TEMPLATIZATION_SKIP_POLICIES_EMPTY_SUBTITLE,kG as URL_TEMPLATIZATION_SKIP_POLICIES_EMPTY_TITLE,hG as URL_TEMPLATIZATION_SKIP_POLICIES_TITLE,eF as URL_TEMPLATIZATION_SKIP_POLICY_DRAWER_SUBTITLE,eI as URL_TEMPLATIZATION_SKIP_POLICY_DRAWER_TITLE,kH as URL_TEMPLATIZATION_SKIP_POLICY_STATUS_LINE_DISABLED,ez as URL_TEMPLATIZATION_TEMPLATED_URL_PATH,kI as URL_TEMPLATIZATION_TEMPLATING_SCOPE_CAPTION,eQ as URL_TEMPLATIZATION_TOGGLE_ENABLE_TEMPLATIZATION,eU as URL_TEMPLATIZATION_TOGGLE_SKIP_NON_2XX,eV as URL_TEMPLATIZATION_TOGGLE_SKIP_STATUS_CODES,e9 as URL_TEMPLATIZATION_TOOLTIP_MANAGED_EXTERNALLY,e8 as URL_TEMPLATIZATION_TOOLTIP_MANAGED_IN_UI,ex as URL_TEMPLATIZATION_TRY_A_URL,ey as URL_TEMPLATIZATION_TRY_A_URL_PLACEHOLDER,e4 as URL_TEMPLATIZATION_USE_DEFAULT_ACTION,e3 as URL_TEMPLATIZATION_USE_DEFAULT_ACTION_DESC,kJ as URL_TEMPLATIZATION_VIEW_ACTION_SETTINGS,hW as URL_TEMPLATIZATION_VIEW_BY,f1 as URL_TEMPLATIZATION_VIEW_DRAWER_TITLE,hX as URL_TEMPLATIZATION_VIEW_GROUPS,hZ as URL_TEMPLATIZATION_VIEW_LIST,hY as URL_TEMPLATIZATION_VIEW_TREE,dM as URL_TEMPLATIZATION_WHERE_SHOULD_APPLY,cp as canAgentReportPodStartTime,hB as formatUrlTemplatizationDefaultStatusLineEnabled,ew as formatUrlTemplatizationDeleteScopeDescription,kK as formatUrlTemplatizationSaveFooter,hH as formatUrlTemplatizationSkipPolicyStatusLine,hh as getNoResultsSubTitle,cR as getSourceConditionsForPanel,c6 as getSupportedActionOptions,bX as getSupportedLanguageIcon,bY as getSupportedLanguageLabel,kL as isActionSupportedOnPlatform,kM as isActionSupportedOnVersion,bU as isRuleSourceScopeSupported,bl as mapActionTypesToOptions,bt as mapRuleTypesToOptions,bV as normalizeSupportedLanguagesForDisplay,ca as ruleTypeRequiresConfiguration,cQ as shouldShowSourceConditionsPanel,kN as supportsAllLanguages,bW as toScopeSupportedLanguages}from"./chunks/ui-components-DvoeDBMI.js";import"react/jsx-runtime";import"styled-components";import"./icons.js";import"zustand";import"react";import"javascript-time-ago";import"javascript-time-ago/locale/en";import"react-dom";import"prism-react-renderer";import"zustand/middleware";import"react-error-boundary";import"virtua";
|
|
1
|
+
export{fe as ACCEPT_RECOMMENDATION_DESCRIPTION,c3 as ACTION_CATEGORIES,bw as ACTION_OPTIONS,lC as ACTION_TYPE_TO_CATEGORY,lD as ALL_LANGUAGES_WILDCARD,lE as ALL_SOURCES,f9 as APPLY_VIA_GITOPS_DESCRIPTION,fb as APPLY_VIA_UI_DESCRIPTION,ff as BTN_ACCEPT,df as BTN_ADD_CONDITION,d_ as BTN_ADD_IDENTITY_DIMENSION,lF as BTN_ADD_OVERRIDE,i$ as BTN_ADD_OVERRIDE_POLICY,ds as BTN_ADD_SELECTION,fu as BTN_CANCEL,fB as BTN_CONTINUE_EDITING,jF as BTN_CREATE_FIRST_RULE,c$ as BTN_CREATE_GUARDRAIL,ee as BTN_CREATE_OVERRIDE_POLICY,f2 as BTN_CREATE_RULE,cY as BTN_DELETE_GUARDRAIL,lG as BTN_DELETE_OVERRIDE,dg as BTN_DELETE_POLICY,fx as BTN_DELETE_RULE,cZ as BTN_DISCARD_CHANGES,fg as BTN_DISMISS,fo as BTN_DOCS,ae as BTN_EDIT_AUTO_RULE,fw as BTN_EDIT_RULE,e2 as BTN_KEEP_TRANSACTIONS,e1 as BTN_RESET_TRANSACTIONS,fp as BTN_RESTORE,fL as BTN_SAVE,c_ as BTN_SAVE_CHANGES,fv as BTN_SAVE_RULE,e0 as BTN_SAVE_SETTINGS,o as BUTTON_TEXTS,fy as CATEGORY_DESCRIPTIONS,b1 as CATEGORY_LABELS,fA as CATEGORY_TITLES,bX as CLASS_LABELS,dd as CONDITION_TYPE_OPTIONS,lH as CREATE_COST_REDUCTION_AUTO_RULE_DRAWER_TITLE,lI as CREATE_HIGHLY_RELEVANT_AUTO_RULE_DRAWER_TITLE,lJ as CREATE_NOISY_AUTO_RULE_DRAWER_TITLE,bk as DEFAULT_CLUSTER_ID,el as DEFAULT_CLUSTER_NAME,jA as DEFAULT_DATA_STREAM_NAME,bY as DEFAULT_IDENTITY_DIMENSIONS,cw as DESC_ADOPT_ENFORCE,cy as DESC_ADOPT_SUGGEST,iT as DESC_ANOMALY_DETECTION_POLICIES,cI as DESC_CALLEES,cK as DESC_CALLEES_EXTRA,cB as DESC_CALLERS,cE as DESC_CALLERS_EXTRA,ed as DESC_CHOOSE_DETECTION_OVERRIDE_SCOPE,dj as DESC_CHOOSE_LEARNING_OVERRIDE_SCOPE,iQ as DESC_COMING_SOON,at as DESC_DURATION,cO as DESC_EGRESS,cR as DESC_EGRESS_EXTRA,lK as DESC_ERRORS,e3 as DESC_IDENTITY_CHANGED,iV as DESC_LEARNING_POLICIES,cG as DESC_NO_CALLEES,cz as DESC_NO_CALLERS,j3 as DESC_NO_DEFAULT_DETECTION_POLICY,iW as DESC_NO_DEFAULT_LEARNING_POLICY,j4 as DESC_NO_DETECTION_OVERRIDES,cM as DESC_NO_EGRESS,j9 as DESC_NO_GUARDRAILS,iZ as DESC_NO_LEARNING_OVERRIDES,cT as DESC_NO_TRANSACTIONS,aw as DESC_OPERATION,iU as DESC_PANEL_GUARDRAILS,lL as DESC_PERCENTAGE_HIGHLY_RELEVANT,cm as DESC_PERCENTAGE_NOISY,b2 as DESC_RULE_TYPE,e6 as DESC_SIGNAL_WEIGHTS_LEGEND,a2 as DESC_SOURCE_SCOPE,cV as DESC_TRANSACTIONS,eh as DESTINATION_CATEGORIES,jm as DISPLAY_LANGUAGES,p as DISPLAY_TITLES,cb as DOCS_BASE_URL,bB as DestinationCategoryTypes,fH as EDIT_COST_REDUCTION_AUTO_RULE_DRAWER_SUBTITLE,fI as EDIT_COST_REDUCTION_AUTO_RULE_DRAWER_TITLE,fF as EDIT_HIGHLY_RELEVANT_AUTO_RULE_DRAWER_SUBTITLE,fG as EDIT_HIGHLY_RELEVANT_AUTO_RULE_DRAWER_TITLE,fJ as EDIT_NOISY_AUTO_RULE_DRAWER_SUBTITLE,fK as EDIT_NOISY_AUTO_RULE_DRAWER_TITLE,fz as EDIT_TITLES,fs as EMPTY_SUBTITLE,ft as EMPTY_TITLE,aK as EMPTY_VALUE,bo as ERROR_APPLY_RECOMMENDATION,c8 as EXTRACTION_FORMAT_COPY,c6 as EXTRACT_ATTRIBUTE_FORM,jI as FILTER_TYPE_ALL,bb as FORM_ALERTS,fc as GITOPS_OVERRIDE_WARNING,dT as HELPER_AUTO_TRANSACTION_GUARDRAIL,dQ as HELPER_FLUSH_INTERVAL,dW as HELPER_IDENTITY_DIMENSIONS,dx as HELPER_MAX_EXAMPLE_TRACES,dM as HELPER_MAX_MEMBERS_PER_BASELINE,dJ as HELPER_MAX_TRANSACTIONS_IN_MEMORY,dA as HELPER_MIN_SAMPLING_INTERVAL,dF as HELPER_SAMPLE_TRACE_RETENTION,dP as HINT_FLUSH_INTERVAL,d$ as HINT_IDENTITY_DIMENSIONS,dE as HINT_SAMPLE_TRACE_RETENTION,fh as INSTALLATION_METHOD_DESCRIPTION,b_ as INSTRUMENTATION_RULE_OPTIONS,f8 as LABEL_APPLY_VIA_GITOPS,fa as LABEL_APPLY_VIA_UI,j8 as LABEL_AUTO,dU as LABEL_AUTO_TRANSACTION_GUARDRAIL,e7 as LABEL_BASE_WEIGHT,fm as LABEL_BENEFITS,dm as LABEL_CHOOSE_OVERRIDE_TYPE,da as LABEL_COMBINE,iR as LABEL_COMING_SOON,lM as LABEL_CONDITION_MIN_DURATION,lN as LABEL_CONDITION_MIN_OBSERVATIONS,lO as LABEL_CONDITION_STABLE_DURATION,lP as LABEL_CONDITION_STABLE_OBSERVATIONS,fn as LABEL_CONSIDERATIONS,d9 as LABEL_CURRENTLY,ec as LABEL_CUSTOMIZE_SIGNAL_WEIGHTS,au as LABEL_CUSTOM_DURATION,cq as LABEL_CUSTOM_PERCENTAGE,cp as LABEL_DISABLED,f1 as LABEL_DISABLED_RULE,aU as LABEL_DROP_ALL,cj as LABEL_DROP_AT_MOST,co as LABEL_ENABLED,fd as LABEL_ENABLE_RECOMMENDATION,j6 as LABEL_ENFORCE,dh as LABEL_FALLBACK_NOTE,dR as LABEL_FLUSH_INTERVAL,d7 as LABEL_GLOBAL,aC as LABEL_HTTP_ROUTE,aE as LABEL_HTTP_ROUTE_PREFIX,dX as LABEL_IDENTITY_EMPTY,dY as LABEL_IDENTITY_ENABLED,aH as LABEL_KAFKA_TOPIC,aV as LABEL_KEEP_ALL,aR as LABEL_KEEP_AT_LEAST,aS as LABEL_KEEP_AT_MOST,aQ as LABEL_KEEP_PERCENTAGE,as as LABEL_KEEP_TRACES_DURATION,aq as LABEL_KEEP_TRACES_ERRORS,dy as LABEL_MAX_EXAMPLE_TRACES,dN as LABEL_MAX_MEMBERS_PER_BASELINE,dK as LABEL_MAX_TRANSACTIONS_IN_MEMORY,aG as LABEL_METHOD,dc as LABEL_MIN_MATCHES,dB as LABEL_MIN_SAMPLING_INTERVAL,lQ as LABEL_MODE_ALL,lR as LABEL_MODE_ALL_AND,lS as LABEL_MODE_ANY,lT as LABEL_MODE_ANY_OR,bT as LABEL_MODE_K_OF,lU as LABEL_MODE_K_OF_N,ea as LABEL_NAME,ct as LABEL_NAMESPACE,aZ as LABEL_NOTE,af as LABEL_NO_PREVIEW,aJ as LABEL_OPERATION_TYPE,d5 as LABEL_OVERRIDE_TYPE_SERVICE,d6 as LABEL_OVERRIDE_TYPE_TRANSACTION,de as LABEL_PROMOTES_WHEN,bJ as LABEL_RISK_LEVEL_CRITICAL,bI as LABEL_RISK_LEVEL_HIGH,bG as LABEL_RISK_LEVEL_LOW,bH as LABEL_RISK_LEVEL_MEDIUM,e9 as LABEL_RISK_POINTS,lV as LABEL_RULE_DISABLED,lW as LABEL_RULE_ENABLED,aX as LABEL_RULE_NAME,aY as LABEL_RULE_TYPE,aT as LABEL_SAMPLE,dG as LABEL_SAMPLE_TRACE_RETENTION,jc as LABEL_SELECT_A_GUARDRAIL,j1 as LABEL_SELECT_A_POLICY,dk as LABEL_SELECT_DEVIATION_CLASS,dn as LABEL_SELECT_SERVICE,dp as LABEL_SELECT_TRANSACTION,ay as LABEL_SERVER_ADDRESS,cu as LABEL_SERVICE,j7 as LABEL_SUGGEST,dt as LABEL_SYSTEM_UNAVAILABLE,aB as LABEL_TEMPLATED_PATH,aD as LABEL_TEMPLATED_PATH_PREFIX,eb as LABEL_TRIGGER_RISK_LEVEL,d3 as LABEL_UNIT_DAYS,d2 as LABEL_UNIT_HOURS,d1 as LABEL_UNIT_MINUTES,fj as LABEL_VIA_GITOPS,fi as LABEL_VIA_UI,eS as LANGUAGE_OPTIONS,bZ as MAX_ENABLED_IDENTITY_DIMENSIONS,d8 as MODE_BADGE_LABELS,d4 as MODE_OPTIONS,b5 as MONITORS_OPTIONS,O as NOTE_ENTIRE_CLUSTER,du as NOTE_EVIDENCE_SAMPLES,_ as NOTE_SOURCE_SCOPE_LOGIC,fk as NOT_APPLICABLE_SUMMARY,lX as OPENTELEMETRY_EBPF_DISTRO_OPTION,aM as OPERATION_ALL,aL as OPERATION_HTTP_CLIENT,aI as OPERATION_HTTP_SERVER,aN as OPERATION_KAFKA_CONSUMER,aO as OPERATION_KAFKA_PRODUCER,bQ as ORIGIN_AUTO_TRANSACTION_GUARDRAIL,eR as OTEL_DISTRO_NAME_OPTIONS,aP as PERCENTAGE_SECTION_DESCRIPTIONS,cQ as PLACEHOLDER_EGRESS,dZ as PLACEHOLDER_IDENTITY_KEY,a$ as PLACEHOLDER_NOTE,aA as PLACEHOLDER_ROUTE,a_ as PLACEHOLDER_RULE_NAME,a5 as PLACEHOLDER_SEARCH_SOURCE,dl as PLACEHOLDER_SELECT_DEVIATION_CLASS,dq as PLACEHOLDER_SELECT_SERVICE,dr as PLACEHOLDER_SELECT_TRANSACTION,ax as PLACEHOLDER_SERVER_ADDRESS,cD as PLACEHOLDER_SERVICE_NAME,eD as PROCESS_ATTRIBUTE_NAMES,fq as RECOMMENDATIONS_DRAWER_SUBTITLE,fr as RECOMMENDATIONS_DRAWER_TITLE,c as REGEX_TESTER_DRAWER,bN as RULE_KEY_CALLEES,bM as RULE_KEY_CALLERS,bO as RULE_KEY_EGRESS,bP as RULE_KEY_TRANSACTIONS,cn as SAMPLING_AUTO_RULE_TITLE,jM as SAMPLING_BTN_CREATE_RULE,jK as SAMPLING_BTN_DOCS,jL as SAMPLING_BTN_REFRESH,cl as SAMPLING_COST_REDUCTION_AUTO_RULE_TITLE,fC as SAMPLING_DEFAULT_CONFIRM_DESCRIPTION,fE as SAMPLING_DEFAULT_CONFIRM_PREVIEW_LABEL,fD as SAMPLING_DEFAULT_CONFIRM_TITLE,jP as SAMPLING_DELETE_MODAL_APPROVE,jQ as SAMPLING_DELETE_MODAL_CANCEL,jR as SAMPLING_DELETE_MODAL_DESCRIPTION,jS as SAMPLING_DELETE_MODAL_TITLE,fM as SAMPLING_DRAWER_WIDTH,jJ as SAMPLING_DUPLICATE_RULE_WARNING,ci as SAMPLING_HIGHLY_RELEVANT_AUTO_RULE_TITLE,i5 as SAMPLING_ONBOARDING_ADVANCED_LEFT_BULLET_1,i6 as SAMPLING_ONBOARDING_ADVANCED_LEFT_BULLET_2,i7 as SAMPLING_ONBOARDING_ADVANCED_LEFT_BULLET_3,i8 as SAMPLING_ONBOARDING_ADVANCED_LEFT_TITLE,i9 as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_1,ia as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_2,ib as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_3,ic as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_4,id as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_5,ie as SAMPLING_ONBOARDING_ADVANCED_RIGHT_TITLE,ih as SAMPLING_ONBOARDING_ADVANCED_SUBTITLE,ig as SAMPLING_ONBOARDING_ADVANCED_TITLE,iz as SAMPLING_ONBOARDING_AMBIENT_LABEL,hD as SAMPLING_ONBOARDING_BTN_GO_TO,ho as SAMPLING_ONBOARDING_BTN_NEXT,i4 as SAMPLING_ONBOARDING_BTN_READ_MORE,hO as SAMPLING_ONBOARDING_BTN_SKIP,hP as SAMPLING_ONBOARDING_BTN_START,ii as SAMPLING_ONBOARDING_COMMON_BANNER,iy as SAMPLING_ONBOARDING_COMMON_RULES_SECTION,il as SAMPLING_ONBOARDING_DROP_DESCRIPTION,ik as SAMPLING_ONBOARDING_DROP_SUBTITLE,ij as SAMPLING_ONBOARDING_DROP_TITLE,ip as SAMPLING_ONBOARDING_ERROR_PRESET_NAME,io as SAMPLING_ONBOARDING_ERROR_PRESET_TOGGLE_LABEL,is as SAMPLING_ONBOARDING_KEEP_DESCRIPTION,ir as SAMPLING_ONBOARDING_KEEP_SUBTITLE,iq as SAMPLING_ONBOARDING_KEEP_TITLE,it as SAMPLING_ONBOARDING_KEEP_USE_CASE_1,iu as SAMPLING_ONBOARDING_KEEP_USE_CASE_2,iv as SAMPLING_ONBOARDING_KEEP_USE_CASE_3,iw as SAMPLING_ONBOARDING_KEEP_USE_CASE_4,ix as SAMPLING_ONBOARDING_KEEP_USE_CASE_5,hv as SAMPLING_ONBOARDING_NOISY_BANNER,hr as SAMPLING_ONBOARDING_NOISY_DESCRIPTION,hu as SAMPLING_ONBOARDING_NOISY_PRESET_NAME,hs as SAMPLING_ONBOARDING_NOISY_PRESET_SECTION,ht as SAMPLING_ONBOARDING_NOISY_PRESET_TOGGLE_LABEL,hq as SAMPLING_ONBOARDING_NOISY_SUBTITLE,hp as SAMPLING_ONBOARDING_NOISY_TITLE,im as SAMPLING_ONBOARDING_PRESET_RULES_SECTION,hn as SAMPLING_ONBOARDING_RECOMMENDED_BADGE,i1 as SAMPLING_ONBOARDING_STRATEGY_ADVANCED_BADGE,i2 as SAMPLING_ONBOARDING_STRATEGY_ADVANCED_DESC,i3 as SAMPLING_ONBOARDING_STRATEGY_ADVANCED_NAME,h_ as SAMPLING_ONBOARDING_STRATEGY_DROP_BADGE,hY as SAMPLING_ONBOARDING_STRATEGY_DROP_BULLET_1,hZ as SAMPLING_ONBOARDING_STRATEGY_DROP_BULLET_2,h$ as SAMPLING_ONBOARDING_STRATEGY_DROP_DESC,i0 as SAMPLING_ONBOARDING_STRATEGY_DROP_NAME,hV as SAMPLING_ONBOARDING_STRATEGY_KEEP_BADGE,hT as SAMPLING_ONBOARDING_STRATEGY_KEEP_BULLET_1,hU as SAMPLING_ONBOARDING_STRATEGY_KEEP_BULLET_2,hW as SAMPLING_ONBOARDING_STRATEGY_KEEP_DESC,hX as SAMPLING_ONBOARDING_STRATEGY_KEEP_NAME,hS as SAMPLING_ONBOARDING_STRATEGY_KEEP_WARNING,hR as SAMPLING_ONBOARDING_STRATEGY_SUBTITLE,hQ as SAMPLING_ONBOARDING_STRATEGY_TITLE,hA as SAMPLING_ONBOARDING_SUCCESS_BULLET_1,hB as SAMPLING_ONBOARDING_SUCCESS_BULLET_2,hC as SAMPLING_ONBOARDING_SUCCESS_BULLET_3,hz as SAMPLING_ONBOARDING_SUCCESS_INTRO,hy as SAMPLING_ONBOARDING_SUCCESS_SUBTITLE,hx as SAMPLING_ONBOARDING_SUCCESS_TITLE,hN as SAMPLING_ONBOARDING_WELCOME_BANNER,hG as SAMPLING_ONBOARDING_WELCOME_INTRO,hH as SAMPLING_ONBOARDING_WELCOME_STAGE_1_DESC,hI as SAMPLING_ONBOARDING_WELCOME_STAGE_1_TITLE,hJ as SAMPLING_ONBOARDING_WELCOME_STAGE_2_DESC,hK as SAMPLING_ONBOARDING_WELCOME_STAGE_2_TITLE,hL as SAMPLING_ONBOARDING_WELCOME_STAGE_3_DESC,hM as SAMPLING_ONBOARDING_WELCOME_STAGE_3_TITLE,hF as SAMPLING_ONBOARDING_WELCOME_SUBTITLE,hE as SAMPLING_ONBOARDING_WELCOME_TITLE,jN as SAMPLING_PAGE_DESCRIPTION,jO as SAMPLING_PAGE_TITLE,a8 as SCOPE_AND_LABEL,a7 as SCOPE_GROUP_ANY_OF_HINT,Z as SCOPE_GROUP_LANGUAGES_TITLE,Y as SCOPE_GROUP_NAMESPACES_TITLE,Q as SCOPE_GROUP_SOURCES_TITLE,lY as SECTION_APPLIED,lZ as SECTION_DISMISSED,ar as SECTION_DURATION,ap as SECTION_ERRORS,ck as SECTION_KEEP_PERCENTAGE,l_ as SECTION_NOT_APPLICABLE,av as SECTION_OPERATION,l$ as SECTION_RECOMMENDED,b3 as SECTION_SAMPLING_PREVIEW,a9 as SECTION_SOURCE_SCOPE,fl as SECTION_TITLES,jl as STORAGE_KEYS,bp as SUCCESS_APPLIED,bq as SUCCESS_DISMISSED,br as SUCCESS_RESTORED,cv as TITLE_ADOPT_ENFORCE,cx as TITLE_ADOPT_SUGGEST,j5 as TITLE_ANOMALY_DETECTION_POLICIES,cJ as TITLE_CALLEES,cL as TITLE_CALLEES_EXTRA,cC as TITLE_CALLERS,cF as TITLE_CALLERS_EXTRA,di as TITLE_CHOOSE_OVERRIDE_SCOPE,jb as TITLE_CREATED_GUARDRAILS,e8 as TITLE_DANGEROUS_SUBCASES,dO as TITLE_DATABASE_WRITEBACK,iY as TITLE_DEFAULT_POLICY,cr as TITLE_EDIT_GUARDRAIL,cP as TITLE_EGRESS,cS as TITLE_EGRESS_EXTRA,jd as TITLE_GUARDRAILS,e4 as TITLE_IDENTITY_CHANGED,cs as TITLE_INSPECT_SERVICE,dv as TITLE_LEARNING_EXAMPLES,j2 as TITLE_LEARNING_POLICIES,dH as TITLE_MEMORY_LIMITS,cH as TITLE_NO_CALLEES,cA as TITLE_NO_CALLERS,iX as TITLE_NO_DEFAULT_POLICY,cN as TITLE_NO_EGRESS,ja as TITLE_NO_GUARDRAILS,i_ as TITLE_NO_OVERRIDES,jE as TITLE_NO_RESULTS,jG as TITLE_NO_RULES,cU as TITLE_NO_TRANSACTIONS,j0 as TITLE_OVERRIDES,dC as TITLE_RETENTION,cW as TITLE_TRANSACTIONS,dS as TITLE_TRANSACTION_GUARDRAILS,dV as TITLE_TRANSACTION_IDENTITY,m0 as TOKEN_ABOUT_TO_EXPIRE,b0 as TOOLTIP_NOTE,dD as UNIT_DAYS,dL as UNIT_MEMBERS,dz as UNIT_SECONDS,dw as UNIT_TRACES,dI as UNIT_TRANSACTIONS,X as UNKNOWN_SOURCE_LABEL,aW as UNNAMED_RULE,hf as URL_TEMPLATIZATION_ACTION_FIELD_LABEL,m1 as URL_TEMPLATIZATION_ACTION_NAME_LABEL,ko as URL_TEMPLATIZATION_ACTION_SUMMARY,m2 as URL_TEMPLATIZATION_ADD_EXISTING_GROUP,m3 as URL_TEMPLATIZATION_ADD_NEW_GROUP,m4 as URL_TEMPLATIZATION_ADD_TEMPLATE_TO_SCOPE,g0 as URL_TEMPLATIZATION_ADD_TO_EXISTING_ACTION,m5 as URL_TEMPLATIZATION_ADVANCED_CONFIGURATION,m6 as URL_TEMPLATIZATION_ADVANCED_CONFIGURATION_DESC,g7 as URL_TEMPLATIZATION_ADVANCED_DEFAULT_SUMMARY,kc as URL_TEMPLATIZATION_ADVANCED_LABEL,fQ as URL_TEMPLATIZATION_ADVANCED_NEW_ACTION_SUMMARY,fR as URL_TEMPLATIZATION_ADVANCED_SELECT_ACTION_SUMMARY,g8 as URL_TEMPLATIZATION_ADVANCED_SETTINGS,kd as URL_TEMPLATIZATION_ADVANCED_SUMMARY,gi as URL_TEMPLATIZATION_APPLIES_TO_ENTIRE_CLUSTER,gm as URL_TEMPLATIZATION_APPLIES_TO_LANGUAGES,gj as URL_TEMPLATIZATION_APPLIES_TO_MIXED_SCOPE,gl as URL_TEMPLATIZATION_APPLIES_TO_NAMESPACES,gk as URL_TEMPLATIZATION_APPLIES_TO_SOURCES,ka as URL_TEMPLATIZATION_AUTO_CARD_ACTIVE_BADGE,m7 as URL_TEMPLATIZATION_AUTO_CARD_BTN_ADD_DISABLED,m8 as URL_TEMPLATIZATION_AUTO_CARD_DISABLED_EMPTY,m9 as URL_TEMPLATIZATION_AUTO_CARD_DISABLED_SECTION_TITLE,ma as URL_TEMPLATIZATION_AUTO_CARD_HINT,mb as URL_TEMPLATIZATION_AUTO_CARD_STAT_DISABLED,mc as URL_TEMPLATIZATION_AUTO_CARD_STAT_NONE,md as URL_TEMPLATIZATION_AUTO_CARD_STAT_SCOPE,me as URL_TEMPLATIZATION_AUTO_CARD_STAT_SCOPE_VALUE,mf as URL_TEMPLATIZATION_AUTO_CARD_STAT_STATUS_CODES,mg as URL_TEMPLATIZATION_AUTO_CARD_STAT_STATUS_CODES_ALL,kb as URL_TEMPLATIZATION_AUTO_CARD_SUBTITLE,k9 as URL_TEMPLATIZATION_AUTO_CARD_TITLE,gX as URL_TEMPLATIZATION_BADGE_ADVANCED,gh as URL_TEMPLATIZATION_BADGE_MANAGED_EXTERNALLY,gg as URL_TEMPLATIZATION_BADGE_MANAGED_IN_UI,mh as URL_TEMPLATIZATION_BADGE_UI,jZ as URL_TEMPLATIZATION_BTN_ADD_DISABLED_SCOPE,gI as URL_TEMPLATIZATION_BTN_ADD_RULE,k3 as URL_TEMPLATIZATION_BTN_ADD_SKIP_POLICY_SCOPE,mi as URL_TEMPLATIZATION_BTN_ADD_TEMPLATE,gs as URL_TEMPLATIZATION_BTN_BACK,gv as URL_TEMPLATIZATION_BTN_CANCEL,gt as URL_TEMPLATIZATION_BTN_CANCEL_WITHOUT_SAVING,h5 as URL_TEMPLATIZATION_BTN_CLOSE,h2 as URL_TEMPLATIZATION_BTN_CONFIRM_DISABLE_SCOPE,kD as URL_TEMPLATIZATION_BTN_CREATE,mj as URL_TEMPLATIZATION_BTN_CREATE_GROUP,kp as URL_TEMPLATIZATION_BTN_CREATE_TEMPLATE_GROUP,k0 as URL_TEMPLATIZATION_BTN_DELETE_DISABLED_SCOPE,gr as URL_TEMPLATIZATION_BTN_DELETE_SCOPE,k6 as URL_TEMPLATIZATION_BTN_DELETE_SKIP_POLICY,kC as URL_TEMPLATIZATION_BTN_DOCS,h6 as URL_TEMPLATIZATION_BTN_EDIT,hg as URL_TEMPLATIZATION_BTN_EDIT_GROUP,mk as URL_TEMPLATIZATION_BTN_ENABLE_DEFAULT,gw as URL_TEMPLATIZATION_BTN_NEXT,gu as URL_TEMPLATIZATION_BTN_SAVE,ml as URL_TEMPLATIZATION_BTN_TEST_URL,mm as URL_TEMPLATIZATION_CHOOSE_DESTINATION,mn as URL_TEMPLATIZATION_CHOOSE_DESTINATION_DESC,h3 as URL_TEMPLATIZATION_CONFIRM_DISABLE_SCOPE_DESCRIPTION,h4 as URL_TEMPLATIZATION_CONFIRM_DISABLE_SCOPE_TARGET,mo as URL_TEMPLATIZATION_CREATE_GROUP_FOR_SCOPE,fO as URL_TEMPLATIZATION_CREATE_NEW_ACTION,mp as URL_TEMPLATIZATION_CREATE_NEW_ACTION_DESC,fP as URL_TEMPLATIZATION_CREATE_NEW_ACTION_OPTION_ID,g4 as URL_TEMPLATIZATION_CREATE_SEPARATE_ACTION,g3 as URL_TEMPLATIZATION_CREATE_SEPARATE_ACTION_DESC,gn as URL_TEMPLATIZATION_CUSTOM_DRAWER_SUBTITLE,gq as URL_TEMPLATIZATION_CUSTOM_DRAWER_SUBTITLE_TO_ACTION,gp as URL_TEMPLATIZATION_CUSTOM_DRAWER_TITLE,go as URL_TEMPLATIZATION_CUSTOM_DRAWER_TITLE_ADD_TEMPLATES,mq as URL_TEMPLATIZATION_CUSTOM_DRAWER_TITLE_NEW_SCOPE,mr as URL_TEMPLATIZATION_CUSTOM_EMPTY_SUBTITLE,ms as URL_TEMPLATIZATION_CUSTOM_EMPTY_TITLE,mt as URL_TEMPLATIZATION_CUSTOM_SECTION_SUBTITLE,fN as URL_TEMPLATIZATION_DEFAULT_ACTION_NAME,mu as URL_TEMPLATIZATION_DEFAULT_ACTION_OPTION_ID,mv as URL_TEMPLATIZATION_DEFAULT_CONFIGURED_PLACEHOLDER,mw as URL_TEMPLATIZATION_DEFAULT_DISABLED_SCOPES_TITLE,mx as URL_TEMPLATIZATION_DEFAULT_EMPTY_SUBTITLE,my as URL_TEMPLATIZATION_DEFAULT_EMPTY_TITLE,gM as URL_TEMPLATIZATION_DEFAULT_RULE_DRAWER_SUBTITLE,gQ as URL_TEMPLATIZATION_DEFAULT_RULE_DRAWER_TITLE,mz as URL_TEMPLATIZATION_DEFAULT_SECTION_SUBTITLE,mA as URL_TEMPLATIZATION_DEFAULT_SETTINGS,gT as URL_TEMPLATIZATION_DEFAULT_STATUS_DISABLED,mB as URL_TEMPLATIZATION_DEFAULT_STATUS_ENABLED,mC as URL_TEMPLATIZATION_DEFAULT_STATUS_ENABLED_GLOBALLY,mD as URL_TEMPLATIZATION_DEFAULT_STATUS_LINE_DISABLED,mE as URL_TEMPLATIZATION_DEFAULT_STATUS_LINE_ENABLED_GLOBALLY,mF as URL_TEMPLATIZATION_DEFAULT_STATUS_LINE_UNSET,mG as URL_TEMPLATIZATION_DEFAULT_STATUS_UNSET,k1 as URL_TEMPLATIZATION_DELETE_DISABLED_SCOPE_DESCRIPTION,k2 as URL_TEMPLATIZATION_DELETE_DISABLED_SCOPE_TARGET,gB as URL_TEMPLATIZATION_DELETE_SCOPE_TARGET,k7 as URL_TEMPLATIZATION_DELETE_SKIP_POLICY_DESCRIPTION,k8 as URL_TEMPLATIZATION_DELETE_SKIP_POLICY_TARGET,he as URL_TEMPLATIZATION_DESC_ACTION,gR as URL_TEMPLATIZATION_DESC_DEFAULT_TEMPLATIZATION,gU as URL_TEMPLATIZATION_DESC_DISABLE_SCOPE_PARAGRAPHS,mH as URL_TEMPLATIZATION_DESC_SKIP_POLICY,gZ as URL_TEMPLATIZATION_DESC_SKIP_POLICY_PARAGRAPHS,fY as URL_TEMPLATIZATION_DESC_SOURCE_SCOPE,h8 as URL_TEMPLATIZATION_DESC_TEMPLATE,mI as URL_TEMPLATIZATION_DESTINATION_CLUSTER_HINT,fW as URL_TEMPLATIZATION_DESTINATION_ENTIRE_CLUSTER,fV as URL_TEMPLATIZATION_DESTINATION_ENTIRE_CLUSTER_DESC,mJ as URL_TEMPLATIZATION_DESTINATION_ENTIRE_CLUSTER_TOOLTIP,mK as URL_TEMPLATIZATION_DESTINATION_GROUP_HINT,fX as URL_TEMPLATIZATION_DESTINATION_QUICK_START_BADGE,fT as URL_TEMPLATIZATION_DESTINATION_SPECIFIC_SCOPE_DESC,fU as URL_TEMPLATIZATION_DESTINATION_TEMPLATE_GROUP,mL as URL_TEMPLATIZATION_DESTINATION_TEMPLATE_GROUP_TOOLTIP,hc as URL_TEMPLATIZATION_DETAIL_DISPLAY_NAME,hb as URL_TEMPLATIZATION_DETAIL_ORIGIN,hd as URL_TEMPLATIZATION_DETAIL_RESOURCE_NAME,ha as URL_TEMPLATIZATION_DETAIL_SCOPE_DESC,h9 as URL_TEMPLATIZATION_DETAIL_TEMPLATE,mM as URL_TEMPLATIZATION_DISABLED_SCOPES_BEHAVIOR_COVERED,mN as URL_TEMPLATIZATION_DISABLED_SCOPES_BEHAVIOR_OFF,mO as URL_TEMPLATIZATION_DISABLED_SCOPES_BTN_ADD,mP as URL_TEMPLATIZATION_DISABLED_SCOPES_COL_BEHAVIOR,mQ as URL_TEMPLATIZATION_DISABLED_SCOPES_COL_SCOPE,mR as URL_TEMPLATIZATION_DISABLED_SCOPES_COL_STATUS,mS as URL_TEMPLATIZATION_DISABLED_SCOPES_COUNT,mT as URL_TEMPLATIZATION_DISABLED_SCOPES_EMPTY_SUBTITLE,mU as URL_TEMPLATIZATION_DISABLED_SCOPES_EMPTY_TITLE,mV as URL_TEMPLATIZATION_DISABLED_SCOPES_STATUS_DISABLED,mW as URL_TEMPLATIZATION_DISABLED_SCOPES_STATUS_REDUNDANT,mX as URL_TEMPLATIZATION_DISABLED_SCOPES_SUBTITLE,mY as URL_TEMPLATIZATION_DISABLED_SCOPES_SUMMARY,j_ as URL_TEMPLATIZATION_DISABLED_SCOPES_TITLE,gN as URL_TEMPLATIZATION_DISABLE_SCOPE_DRAWER_TITLE,kB as URL_TEMPLATIZATION_DOCS_URL,gx as URL_TEMPLATIZATION_DRAWER_WIDTH,gP as URL_TEMPLATIZATION_EDIT_DEFAULT_RULE_DRAWER_TITLE,gH as URL_TEMPLATIZATION_ERROR_INVALID_STATUS_CODES,mZ as URL_TEMPLATIZATION_EXISTING_TEMPLATING_SCOPE,gK as URL_TEMPLATIZATION_FOOTER_IMMEDIATE_EFFECT,m_ as URL_TEMPLATIZATION_FOOTER_NO_TEMPLATE_CHANGES,gJ as URL_TEMPLATIZATION_FOOTER_SAVE_EFFECT,h0 as URL_TEMPLATIZATION_HELPER_STATUS_CODES,g1 as URL_TEMPLATIZATION_MATCHING_GROUP_COUNT,m$ as URL_TEMPLATIZATION_MATCHING_GROUP_LABEL,n0 as URL_TEMPLATIZATION_MATCH_FOUND,n1 as URL_TEMPLATIZATION_MATCH_FOUND_HINT,n2 as URL_TEMPLATIZATION_NEW_ACTION_HINT,g5 as URL_TEMPLATIZATION_NEW_ACTION_NAME_LABEL,g6 as URL_TEMPLATIZATION_NEW_ACTION_PLACEHOLDER,n3 as URL_TEMPLATIZATION_NEW_GROUP_DEFAULT_HINT,n4 as URL_TEMPLATIZATION_NOTE_ENTIRE_CLUSTER,gG as URL_TEMPLATIZATION_NO_MATCH,n5 as URL_TEMPLATIZATION_NO_MATCH_HELP,n6 as URL_TEMPLATIZATION_NO_MATCH_HINT,gd as URL_TEMPLATIZATION_ODIGOS_ACTION_CAPTION,kg as URL_TEMPLATIZATION_ONBOARDING_APPLIES_TO,kf as URL_TEMPLATIZATION_ONBOARDING_AUTO_DESCRIPTION,ke as URL_TEMPLATIZATION_ONBOARDING_AUTO_TITLE,kt as URL_TEMPLATIZATION_ONBOARDING_BTN_CREATE_CUSTOM,ki as URL_TEMPLATIZATION_ONBOARDING_BTN_REVIEW_ENABLE,ks as URL_TEMPLATIZATION_ONBOARDING_CUSTOM_DESCRIPTION,kr as URL_TEMPLATIZATION_ONBOARDING_CUSTOM_TITLE,kA as URL_TEMPLATIZATION_ONBOARDING_EXAMPLE_AFTER,kx as URL_TEMPLATIZATION_ONBOARDING_EXAMPLE_AFTER_LABEL,kz as URL_TEMPLATIZATION_ONBOARDING_EXAMPLE_BEFORE,kw as URL_TEMPLATIZATION_ONBOARDING_EXAMPLE_BEFORE_LABEL,ky as URL_TEMPLATIZATION_ONBOARDING_LEARN_MORE,g2 as URL_TEMPLATIZATION_ONBOARDING_RECOMMENDED_BADGE,kh as URL_TEMPLATIZATION_ONBOARDING_REVERSIBLE,kv as URL_TEMPLATIZATION_ONBOARDING_SUBTITLE,ku as URL_TEMPLATIZATION_ONBOARDING_TITLE,kE as URL_TEMPLATIZATION_PAGE_DESCRIPTION,kF as URL_TEMPLATIZATION_PAGE_TITLE,h1 as URL_TEMPLATIZATION_PLACEHOLDER_STATUS_CODES,gA as URL_TEMPLATIZATION_PLACEHOLDER_TEMPLATE,n7 as URL_TEMPLATIZATION_RESULT,f$ as URL_TEMPLATIZATION_SCOPE_ALREADY_USED,f_ as URL_TEMPLATIZATION_SCOPE_ALREADY_USED_DESC,jX as URL_TEMPLATIZATION_SCOPE_AND,gy as URL_TEMPLATIZATION_SCOPE_CLUSTER_HINT,jU as URL_TEMPLATIZATION_SCOPE_ENTIRE_CLUSTER,jV as URL_TEMPLATIZATION_SCOPE_LANGUAGE,jW as URL_TEMPLATIZATION_SCOPE_NAMESPACE,jY as URL_TEMPLATIZATION_SCOPE_SOURCE,n8 as URL_TEMPLATIZATION_SEARCH_GROUPS_PLACEHOLDER,kj as URL_TEMPLATIZATION_SECTION_CUSTOM,n9 as URL_TEMPLATIZATION_SECTION_DEFAULT,gS as URL_TEMPLATIZATION_SECTION_DEFAULT_TEMPLATIZATION,hi as URL_TEMPLATIZATION_SECTION_OTHER_TEMPLATES,hh as URL_TEMPLATIZATION_SECTION_OTHER_TEMPLATES_DESC,fZ as URL_TEMPLATIZATION_SECTION_SCOPE,gY as URL_TEMPLATIZATION_SECTION_SKIP_POLICY,na as URL_TEMPLATIZATION_SECTION_SOURCE_SCOPE,gz as URL_TEMPLATIZATION_SECTION_TEMPLATES,kq as URL_TEMPLATIZATION_SECTION_TEMPLATE_GROUPS,nb as URL_TEMPLATIZATION_SELECTED_GROUP,gc as URL_TEMPLATIZATION_SELECT_ACTION,gb as URL_TEMPLATIZATION_SELECT_ACTION_DESC,nc as URL_TEMPLATIZATION_SELECT_WHERE_TO_ADD,nd as URL_TEMPLATIZATION_SKIP_POLICIES_EMPTY_SUBTITLE,ne as URL_TEMPLATIZATION_SKIP_POLICIES_EMPTY_TITLE,k4 as URL_TEMPLATIZATION_SKIP_POLICIES_TITLE,gL as URL_TEMPLATIZATION_SKIP_POLICY_DRAWER_SUBTITLE,gO as URL_TEMPLATIZATION_SKIP_POLICY_DRAWER_TITLE,nf as URL_TEMPLATIZATION_SKIP_POLICY_STATUS_LINE_DISABLED,gF as URL_TEMPLATIZATION_TEMPLATED_URL_PATH,ng as URL_TEMPLATIZATION_TEMPLATING_SCOPE_CAPTION,gW as URL_TEMPLATIZATION_TOGGLE_ENABLE_TEMPLATIZATION,g_ as URL_TEMPLATIZATION_TOGGLE_SKIP_NON_2XX,g$ as URL_TEMPLATIZATION_TOGGLE_SKIP_STATUS_CODES,gf as URL_TEMPLATIZATION_TOOLTIP_MANAGED_EXTERNALLY,ge as URL_TEMPLATIZATION_TOOLTIP_MANAGED_IN_UI,gD as URL_TEMPLATIZATION_TRY_A_URL,gE as URL_TEMPLATIZATION_TRY_A_URL_PLACEHOLDER,ga as URL_TEMPLATIZATION_USE_DEFAULT_ACTION,g9 as URL_TEMPLATIZATION_USE_DEFAULT_ACTION_DESC,nh as URL_TEMPLATIZATION_VIEW_ACTION_SETTINGS,kk as URL_TEMPLATIZATION_VIEW_BY,h7 as URL_TEMPLATIZATION_VIEW_DRAWER_TITLE,kl as URL_TEMPLATIZATION_VIEW_GROUPS,kn as URL_TEMPLATIZATION_VIEW_LIST,km as URL_TEMPLATIZATION_VIEW_TREE,fS as URL_TEMPLATIZATION_WHERE_SHOULD_APPLY,ey as canAgentReportPodStartTime,j$ as formatUrlTemplatizationDefaultStatusLineEnabled,gC as formatUrlTemplatizationDeleteScopeDescription,ni as formatUrlTemplatizationSaveFooter,k5 as formatUrlTemplatizationSkipPolicyStatusLine,bK as getFireSummary,jH as getNoResultsSubTitle,eZ as getSourceConditionsForPanel,ef as getSupportedActionOptions,cg as getSupportedLanguageIcon,ch as getSupportedLanguageLabel,nj as isActionSupportedOnPlatform,nk as isActionSupportedOnVersion,bV as isDurationConditionType,nl as isObservationsConditionType,cd as isRuleSourceScopeSupported,bl as mapActionTypesToOptions,bt as mapRuleTypesToOptions,ce as normalizeSupportedLanguagesForDisplay,ej as ruleTypeRequiresConfiguration,eY as shouldShowSourceConditionsPanel,nm as supportsAllLanguages,cf as toScopeSupportedLanguages}from"./chunks/ui-components-Bvz84w4Q.js";import"react/jsx-runtime";import"styled-components";import"./icons.js";import"zustand";import"react";import"javascript-time-ago";import"javascript-time-ago/locale/en";import"react-dom";import"prism-react-renderer";import"zustand/middleware";import"react-error-boundary";import"virtua";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { type InsightsCatalog } from '
|
|
1
|
+
import { type InsightsCatalog } from '../../../types';
|
|
2
2
|
/** Mirrors the live risk package catalog (odigos-enterprise/insights/internal/risk). */
|
|
3
3
|
export declare const DEFAULT_RISK_MODEL_CATALOG: InsightsCatalog;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { InsightsCatalog } from '
|
|
2
|
-
import { InsightsSeverity } from '
|
|
1
|
+
import type { InsightsCatalog } from '../../../types';
|
|
2
|
+
import { InsightsSeverity } from '../../../types';
|
|
3
3
|
export interface RiskModelRow {
|
|
4
4
|
id: string;
|
|
5
5
|
signal: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type FC } from 'react';
|
|
2
|
-
import type { InsightsCatalog } from '
|
|
3
|
-
import { type DrawerProps } from '
|
|
4
|
-
import { type HeaderProps } from '
|
|
2
|
+
import type { InsightsCatalog } from '../../../types';
|
|
3
|
+
import { type DrawerProps } from '../../../components';
|
|
4
|
+
import { type HeaderProps } from '../../../components/drawer/header';
|
|
5
5
|
export interface RiskModelDrawerProps {
|
|
6
6
|
isOpen: DrawerProps['isOpen'];
|
|
7
7
|
onClose: HeaderProps['onClose'];
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { type FC } from 'react';
|
|
2
|
+
import { type DetectionOverrideFormContextProviderProps, type DetectionPolicyFormContextProviderProps } from '../../../../contexts';
|
|
3
|
+
type CreateProps = Omit<DetectionOverrideFormContextProviderProps, 'children'>;
|
|
4
|
+
type EditProps = Omit<DetectionPolicyFormContextProviderProps, 'children'>;
|
|
5
|
+
export type DetectionPolicyFormProps = ({
|
|
6
|
+
policy?: null;
|
|
7
|
+
} & CreateProps) | ({
|
|
8
|
+
policy: EditProps['policy'];
|
|
9
|
+
} & EditProps & Partial<CreateProps>);
|
|
10
|
+
/** Create or edit a detection override/policy. Pass `policy` for edit; omit for create. */
|
|
11
|
+
export declare const DetectionPolicyForm: FC<DetectionPolicyFormProps>;
|
|
12
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { InsightsPolicy, InsightsPolicyInput } from '../../../../../types';
|
|
2
1
|
import { DetectionPolicyScope, RiskLevel, type DetectionPolicyListItem } from './types';
|
|
2
|
+
import type { InsightsPolicy, InsightsPolicyInput } from '../../../../types';
|
|
3
3
|
export declare const fireAtScoreToRiskLevel: (fireAtScore: number) => RiskLevel;
|
|
4
4
|
export declare const getRiskLevelTriggerSummary: (riskLevel: RiskLevel) => string;
|
|
5
5
|
export declare const insightsPolicyToListItem: (policy: InsightsPolicy) => DetectionPolicyListItem;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { InsightsCatalog, InsightsCatalogClass, InsightsCatalogEnricher, InsightsSeverityBand } from '
|
|
2
|
-
import { InsightsSeverity } from '
|
|
1
|
+
import type { InsightsCatalog, InsightsCatalogClass, InsightsCatalogEnricher, InsightsSeverityBand } from '../../../../types';
|
|
2
|
+
import { InsightsSeverity } from '../../../../types';
|
|
3
3
|
export declare const WEIGHT_BANDS: InsightsSeverityBand[];
|
|
4
4
|
export declare const SEVERITY_LABEL: Record<InsightsSeverity, string>;
|
|
5
5
|
export declare const severityForScore: (score: number, bands?: InsightsSeverityBand[]) => InsightsSeverity;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { type FC } from 'react';
|
|
2
|
+
export interface ExtraSectionProps {
|
|
3
|
+
/** Stable id fragment used for `data-id` and the input list name. */
|
|
4
|
+
id: string;
|
|
5
|
+
title: string;
|
|
6
|
+
description: string;
|
|
7
|
+
placeholder: string;
|
|
8
|
+
values: string[];
|
|
9
|
+
setValues: (values: string[]) => void;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* Free-form companion to a FacetSection: allows peers or hosts Insights has not
|
|
13
|
+
* observed yet, so a violation can be declared before it ever happens.
|
|
14
|
+
*/
|
|
15
|
+
export declare const ExtraSection: FC<ExtraSectionProps>;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { type FC } from 'react';
|
|
2
|
+
import { type InsightsGuardrail, type InsightsGuardrailInput, type InsightsServiceProfile, type InsightsServiceStat } from '../../../../types';
|
|
3
|
+
export interface GuardrailFormProps {
|
|
4
|
+
profile: InsightsServiceProfile | null;
|
|
5
|
+
profileLoading?: boolean;
|
|
6
|
+
/** Create: available services for namespace/service pickers. */
|
|
7
|
+
services?: InsightsServiceStat[];
|
|
8
|
+
/**
|
|
9
|
+
* Every service name Insights has seen, cluster-wide. Callers/callees may be
|
|
10
|
+
* allowlisted against any of them, not just this service's observed peers.
|
|
11
|
+
*/
|
|
12
|
+
serviceNames?: string[];
|
|
13
|
+
namespace?: string;
|
|
14
|
+
service?: string;
|
|
15
|
+
onNamespaceChange?: (namespace: string) => void;
|
|
16
|
+
onServiceChange?: (service: string) => void;
|
|
17
|
+
/** Edit: existing guardrail. When set, scope fields are disabled. */
|
|
18
|
+
guardrail?: InsightsGuardrail | null;
|
|
19
|
+
onSubmit: (input: InsightsGuardrailInput) => void | Promise<void>;
|
|
20
|
+
onDelete?: (scopeKey: string) => void | Promise<void>;
|
|
21
|
+
}
|
|
22
|
+
/** Create or edit a guardrail. Pass `guardrail` for edit (scope fields disabled); omit for create. */
|
|
23
|
+
export declare const GuardrailForm: FC<GuardrailFormProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { InsightsRuleMode, type InsightsGuardrail, type InsightsGuardrailInput } from '../../../../../types';
|
|
2
1
|
import type { GuardrailListItem } from './types';
|
|
2
|
+
import { InsightsRuleMode, type InsightsGuardrail, type InsightsGuardrailInput } from '../../../../types';
|
|
3
3
|
export declare const insightsGuardrailToListItem: (guardrail: InsightsGuardrail) => GuardrailListItem;
|
|
4
4
|
export declare const parseScopeKey: (scopeKey: string) => {
|
|
5
5
|
namespace: string;
|
|
@@ -22,4 +22,6 @@ export declare const buildGuardrailInput: (params: {
|
|
|
22
22
|
egress?: boolean;
|
|
23
23
|
transactions?: boolean;
|
|
24
24
|
};
|
|
25
|
+
/** Existing rule origins to preserve across edits (e.g. auto_transaction_guardrail). */
|
|
26
|
+
origins?: Partial<Record<string, string | null | undefined>>;
|
|
25
27
|
}) => InsightsGuardrailInput;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { InsightsRuleMode } from '../../../../types';
|
|
2
|
+
export interface GuardrailListItemRule {
|
|
3
|
+
key: string;
|
|
4
|
+
/** Rule label shown under the title (e.g. "Allowed callees"). */
|
|
5
|
+
label: string;
|
|
6
|
+
allowlistCount: number;
|
|
7
|
+
/** True when this rule was auto-created (e.g. on service promotion). */
|
|
8
|
+
isAuto: boolean;
|
|
9
|
+
}
|
|
10
|
+
export interface GuardrailListItem {
|
|
11
|
+
/** Unique key — namespace/service scopeKey. */
|
|
12
|
+
id: string;
|
|
13
|
+
scopeKey: string;
|
|
14
|
+
/** All configured rule sections for this guardrail. */
|
|
15
|
+
rules: GuardrailListItemRule[];
|
|
16
|
+
mode: InsightsRuleMode;
|
|
17
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { type FC } from 'react';
|
|
2
|
+
import { type LearningOverrideFormContextProviderProps, type LearningPolicyFormContextProviderProps } from '../../../../contexts';
|
|
3
|
+
type CreateProps = Omit<LearningOverrideFormContextProviderProps, 'children'>;
|
|
4
|
+
type EditProps = Omit<LearningPolicyFormContextProviderProps, 'children'>;
|
|
5
|
+
export type LearningPolicyFormProps = ({
|
|
6
|
+
policy?: null;
|
|
7
|
+
} & CreateProps) | ({
|
|
8
|
+
policy: EditProps['policy'];
|
|
9
|
+
} & EditProps & Partial<CreateProps>);
|
|
10
|
+
/** Create or edit a learning override/policy. Pass `policy` for edit; omit for create. */
|
|
11
|
+
export declare const LearningPolicyForm: FC<LearningPolicyFormProps>;
|
|
12
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { formatTransactionScopeLabel } from '../../../insights/operation-identity';
|
|
2
2
|
import { DurationUnit, InsightsDeviationClass, InsightsPolicyScope as PolicyScope, isGlobalPolicy, type LearningConditionDraft, type LearningPolicyListItem } from './types';
|
|
3
|
-
import {
|
|
3
|
+
import { InsightsLearningConditionType, InsightsLearningMode, type InsightsLearningCondition, type InsightsLearningConditionInput, type InsightsLearningPolicy, type InsightsLearningPolicyInput, type InsightsPolicyScope, type InsightsTransactionStat } from '../../../../types';
|
|
4
4
|
export { formatTransactionScopeLabel };
|
|
5
5
|
export declare const nextConditionKey: () => string;
|
|
6
6
|
export declare const buildPolicyId: (scope: InsightsPolicyScope | string, scopeKey: string, deviationClass: InsightsDeviationClass) => string;
|
|
@@ -18,7 +18,7 @@ export type PromotesWhenParts = {
|
|
|
18
18
|
joiner: string | null;
|
|
19
19
|
};
|
|
20
20
|
export declare const buildPromotesWhenParts: (mode: InsightsLearningMode, conditions: LearningConditionDraft[], minMatches: number | null) => PromotesWhenParts;
|
|
21
|
-
export declare const getModeJoinLabel: (mode: InsightsLearningMode) => "
|
|
21
|
+
export declare const getModeJoinLabel: (mode: InsightsLearningMode) => "K of" | "All" | "Any";
|
|
22
22
|
export declare const apiConditionToDraft: (condition: InsightsLearningCondition) => LearningConditionDraft;
|
|
23
23
|
export declare const draftConditionToApi: (condition: LearningConditionDraft) => InsightsLearningConditionInput;
|
|
24
24
|
export declare const createDefaultCondition: (type?: InsightsLearningConditionType) => LearningConditionDraft;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DurationUnit } from './types';
|
|
2
|
+
export declare const DURATION_UNIT_OPTIONS: readonly [{
|
|
3
|
+
readonly id: DurationUnit.Minutes;
|
|
4
|
+
readonly label: "Minutes";
|
|
5
|
+
}, {
|
|
6
|
+
readonly id: DurationUnit.Hours;
|
|
7
|
+
readonly label: "Hours";
|
|
8
|
+
}, {
|
|
9
|
+
readonly id: DurationUnit.Days;
|
|
10
|
+
readonly label: "Days";
|
|
11
|
+
}];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { InsightsDeviationClass, InsightsLearningConditionType, InsightsLearningMode, InsightsPolicyScope } from '
|
|
1
|
+
import { InsightsDeviationClass, InsightsLearningConditionType, InsightsLearningMode, InsightsPolicyScope } from '../../../../types';
|
|
2
2
|
export { InsightsDeviationClass, InsightsLearningConditionType, InsightsLearningMode, InsightsPolicyScope };
|
|
3
3
|
export interface LearningConditionDraft {
|
|
4
4
|
/** Local React key — not sent to the API. */
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type FC } from 'react';
|
|
2
|
+
import { type InsightsSystemSettings, type InsightsSystemSettingsInput } from '../../../../types';
|
|
3
|
+
export interface SystemSettingsFormProps {
|
|
4
|
+
settings: InsightsSystemSettings | null;
|
|
5
|
+
unsupported?: boolean;
|
|
6
|
+
error?: Error | null;
|
|
7
|
+
onSave: (input: InsightsSystemSettingsInput) => void | Promise<void>;
|
|
8
|
+
}
|
|
9
|
+
export declare const SystemSettingsForm: FC<SystemSettingsFormProps>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { SystemSettingsDraft } from './types';
|
|
2
|
+
import type { InsightsSystemSettings, InsightsSystemSettingsInput, InsightsSystemTransactionIdentityDimension } from '../../../../types';
|
|
3
|
+
export declare const EMPTY_DRAFT: SystemSettingsDraft;
|
|
4
|
+
export declare const normalizeDims: (dims: InsightsSystemTransactionIdentityDimension[]) => {
|
|
5
|
+
key: string;
|
|
6
|
+
enabled: boolean;
|
|
7
|
+
}[];
|
|
8
|
+
export declare const settingsToDraft: (settings: InsightsSystemSettings) => SystemSettingsDraft;
|
|
9
|
+
export declare const draftToInput: (draft: SystemSettingsDraft, resetTransactions?: boolean) => InsightsSystemSettingsInput;
|
|
10
|
+
export declare const isDraftValid: (draft: SystemSettingsDraft) => boolean;
|
|
11
|
+
export declare const identityDimsChanged: (draft: SystemSettingsDraft, settings: InsightsSystemSettings) => boolean;
|