@odigos/ui-kit 0.0.218 → 0.0.219
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 +8 -0
- package/lib/chunks/{index-BPGpDZxy.js → index-YIqbBRyO.js} +1 -1
- package/lib/chunks/{ui-components-CzlBPbLD.js → ui-components-Dj10kYlT.js} +428 -418
- package/lib/components/_v2/autocomplete/index.d.ts +1 -0
- package/lib/components/_v2/button/index.d.ts +1 -0
- package/lib/components/_v2/cards/section-card/index.d.ts +1 -1
- package/lib/components/_v2/drawer/footer/index.d.ts +9 -0
- package/lib/components/_v2/drawer/index.d.ts +2 -0
- package/lib/components/_v2/hover-actions/index.d.ts +2 -0
- package/lib/components/_v2/note/index.d.ts +1 -0
- package/lib/components/_v2/radio/index.d.ts +1 -0
- package/lib/components/_v2/search/index.d.ts +2 -1
- package/lib/components/_v2/segment/index.d.ts +2 -1
- package/lib/components/_v2/table/index.d.ts +3 -1
- package/lib/components/_v2/table/styled.d.ts +2 -0
- package/lib/components/_v2/table/table-rows/index.d.ts +2 -1
- package/lib/components/_v2/table/types.d.ts +2 -0
- package/lib/components/styled.d.ts +3 -0
- package/lib/components/tooltip/index.d.ts +2 -0
- package/lib/components/v2.js +1 -1
- package/lib/components.js +1 -1
- package/lib/constants/index.d.ts +1 -0
- package/lib/constants/sampling/index.d.ts +87 -0
- package/lib/constants.js +1 -1
- package/lib/containers/_v2/_drawers/create-sampling-rule-drawer/index.d.ts +18 -4
- package/lib/containers/_v2/_drawers/edit-auto-rule-drawer/index.d.ts +7 -2
- package/lib/containers/_v2/_drawers/edit-cost-reduction-auto-rule-drawer/index.d.ts +7 -2
- package/lib/containers/_v2/_drawers/edit-highly-relevant-auto-rule-drawer/index.d.ts +6 -2
- package/lib/containers/_v2/_drawers/view-sampling-rule-drawer/index.d.ts +2 -4
- package/lib/containers/_v2/_forms/create-sampling-rule-form/context.d.ts +34 -0
- package/lib/containers/_v2/_forms/create-sampling-rule-form/index.d.ts +3 -0
- package/lib/containers/_v2/{_drawers/create-sampling-rule-drawer → _forms/create-sampling-rule-form}/sections/duration-errors.d.ts +1 -1
- package/lib/containers/_v2/{_drawers/create-sampling-rule-drawer → _forms/create-sampling-rule-form}/sections/operation.d.ts +1 -1
- package/lib/containers/_v2/{_drawers/create-sampling-rule-drawer → _forms/create-sampling-rule-form}/sections/percentage.d.ts +1 -1
- package/lib/containers/_v2/{_drawers/create-sampling-rule-drawer → _forms/create-sampling-rule-form}/sections/rule-info.d.ts +1 -1
- package/lib/containers/_v2/{_drawers/create-sampling-rule-drawer → _forms/create-sampling-rule-form}/sections/sampling-preview.d.ts +1 -1
- package/lib/containers/_v2/_forms/create-sampling-rule-form/styled.d.ts +5 -0
- package/lib/containers/_v2/{_drawers/create-sampling-rule-drawer → _forms/create-sampling-rule-form}/types.d.ts +1 -1
- package/lib/containers/_v2/_forms/edit-auto-rule-form/context.d.ts +21 -0
- package/lib/containers/_v2/_forms/edit-auto-rule-form/index.d.ts +3 -0
- package/lib/containers/_v2/_forms/edit-cost-reduction-auto-rule-form/context.d.ts +21 -0
- package/lib/containers/_v2/_forms/edit-cost-reduction-auto-rule-form/index.d.ts +3 -0
- package/lib/containers/_v2/_forms/edit-highly-relevant-auto-rule-form/context.d.ts +14 -0
- package/lib/containers/_v2/_forms/edit-highly-relevant-auto-rule-form/index.d.ts +3 -0
- package/lib/containers/_v2/_forms/index.d.ts +5 -0
- package/lib/containers/_v2/_forms/view-sampling-rule-form/context.d.ts +37 -0
- package/lib/containers/_v2/{_drawers/view-sampling-rule-drawer → _forms/view-sampling-rule-form}/footer.d.ts +3 -3
- package/lib/containers/_v2/_forms/view-sampling-rule-form/index.d.ts +3 -0
- package/lib/containers/_v2/{_drawers/view-sampling-rule-drawer → _forms/view-sampling-rule-form}/reverse-converters.d.ts +2 -2
- package/lib/containers/_v2/{_drawers/view-sampling-rule-drawer → _forms/view-sampling-rule-form}/sections/operation-details.d.ts +1 -1
- package/lib/containers/_v2/{_drawers/view-sampling-rule-drawer → _forms/view-sampling-rule-form}/sections/percentage.d.ts +1 -1
- package/lib/containers/_v2/{_drawers/view-sampling-rule-drawer → _forms/view-sampling-rule-form}/sections/rule-info.d.ts +1 -1
- package/lib/containers/_v2/{_drawers/view-sampling-rule-drawer → _forms/view-sampling-rule-form}/sections/sampling-preview.d.ts +2 -2
- package/lib/containers/_v2/index.d.ts +1 -2
- package/lib/containers/_v2/sampling-rules/auto-rule-card/index.d.ts +8 -0
- package/lib/containers/_v2/{sampling-rules-list → sampling-rules}/helpers.d.ts +23 -5
- package/lib/containers/_v2/sampling-rules/index.d.ts +3 -0
- package/lib/containers/_v2/sampling-rules/rules-table/index.d.ts +13 -0
- package/lib/containers/_v2/{sampling-rules-list/toolbar.d.ts → sampling-rules/toolbar/index.d.ts} +1 -1
- package/lib/containers/_v2/sampling-rules/types.d.ts +72 -0
- package/lib/containers/source-drawer/profiling/symbol-table.d.ts +6 -0
- package/lib/containers/v2.js +148 -341
- package/lib/containers.js +124 -170
- package/lib/contexts.js +1 -1
- package/lib/functions.js +1 -1
- package/lib/hooks.js +1 -1
- package/lib/snippets/_v2/colored-span/index.d.ts +16 -0
- package/lib/snippets/_v2/index.d.ts +1 -0
- package/lib/snippets/_v2/rich-title/index.d.ts +2 -2
- package/lib/snippets/v2.js +15 -17
- package/lib/snippets.js +1 -1
- package/lib/store.js +1 -1
- package/lib/theme.js +1 -1
- package/lib/types.js +1 -1
- package/lib/visuals.js +1 -1
- package/package.json +13 -13
- package/lib/containers/_v2/_drawers/create-sampling-rule-drawer/constants.d.ts +0 -26
- package/lib/containers/_v2/_drawers/edit-auto-rule-drawer/constants.d.ts +0 -10
- package/lib/containers/_v2/_drawers/edit-auto-rule-drawer/types.d.ts +0 -8
- package/lib/containers/_v2/_drawers/edit-cost-reduction-auto-rule-drawer/constants.d.ts +0 -10
- package/lib/containers/_v2/_drawers/edit-cost-reduction-auto-rule-drawer/types.d.ts +0 -8
- package/lib/containers/_v2/_drawers/edit-highly-relevant-auto-rule-drawer/constants.d.ts +0 -6
- package/lib/containers/_v2/_drawers/edit-highly-relevant-auto-rule-drawer/types.d.ts +0 -6
- package/lib/containers/_v2/_drawers/view-sampling-rule-drawer/constants.d.ts +0 -19
- package/lib/containers/_v2/_drawers/view-sampling-rule-drawer/sections/styled.d.ts +0 -4
- package/lib/containers/_v2/_drawers/view-sampling-rule-drawer/types.d.ts +0 -1
- package/lib/containers/_v2/auto-rule-card/constants.d.ts +0 -1
- package/lib/containers/_v2/auto-rule-card/helpers.d.ts +0 -19
- package/lib/containers/_v2/auto-rule-card/index.d.ts +0 -5
- package/lib/containers/_v2/auto-rule-card/types.d.ts +0 -6
- package/lib/containers/_v2/sampling-rules-list/constants.d.ts +0 -23
- package/lib/containers/_v2/sampling-rules-list/index.d.ts +0 -6
- package/lib/containers/_v2/sampling-rules-list/rule-row.d.ts +0 -12
- package/lib/containers/_v2/sampling-rules-list/summary-span.d.ts +0 -10
- package/lib/containers/_v2/sampling-rules-list/types.d.ts +0 -47
- package/lib/containers/_v2/{_drawers/create-sampling-rule-drawer → _forms/create-sampling-rule-form}/converters.d.ts +0 -0
- package/lib/containers/_v2/{_drawers/create-sampling-rule-drawer → _forms/create-sampling-rule-form}/form-helpers.d.ts +0 -0
- package/lib/containers/_v2/{_drawers/create-sampling-rule-drawer → _forms/create-sampling-rule-form}/sections/source-scope.d.ts +1 -1
- /package/lib/containers/_v2/{_drawers/view-sampling-rule-drawer → _forms/view-sampling-rule-form}/sections/duration-errors.d.ts +0 -0
- /package/lib/containers/_v2/{_drawers/view-sampling-rule-drawer → _forms/view-sampling-rule-form}/sections/source-scopes.d.ts +0 -0
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import React, { type FC } from 'react';
|
|
2
|
+
import type { ViewRuleData } from '../../sampling-rules/types';
|
|
3
|
+
import type { SamplingRuleFormState, DuplicateValidationResult } from '../create-sampling-rule-form/types';
|
|
4
|
+
interface ViewSamplingRuleFormContextType {
|
|
5
|
+
data: ViewRuleData | null;
|
|
6
|
+
isEditing: boolean;
|
|
7
|
+
formData: SamplingRuleFormState;
|
|
8
|
+
handleChange: (updates: Partial<SamplingRuleFormState>) => void;
|
|
9
|
+
handleEdit: () => void;
|
|
10
|
+
handleCancelEdit: () => void;
|
|
11
|
+
duplicateWarning: DuplicateValidationResult | null;
|
|
12
|
+
setDuplicateWarning: (warning: DuplicateValidationResult | null) => void;
|
|
13
|
+
sourceOptions: {
|
|
14
|
+
id: string;
|
|
15
|
+
label: string;
|
|
16
|
+
}[];
|
|
17
|
+
namespaceOptions: {
|
|
18
|
+
id: string;
|
|
19
|
+
label: string;
|
|
20
|
+
}[];
|
|
21
|
+
}
|
|
22
|
+
export interface ViewSamplingRuleFormContextProviderProps {
|
|
23
|
+
data: ViewRuleData | null;
|
|
24
|
+
defaultEditMode?: boolean;
|
|
25
|
+
sourceOptions?: {
|
|
26
|
+
id: string;
|
|
27
|
+
label: string;
|
|
28
|
+
}[];
|
|
29
|
+
namespaceOptions?: {
|
|
30
|
+
id: string;
|
|
31
|
+
label: string;
|
|
32
|
+
}[];
|
|
33
|
+
children: React.ReactNode;
|
|
34
|
+
}
|
|
35
|
+
export declare const ViewSamplingRuleFormContextProvider: FC<ViewSamplingRuleFormContextProviderProps>;
|
|
36
|
+
export declare const useViewSamplingRuleFormContext: () => ViewSamplingRuleFormContextType;
|
|
37
|
+
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { FooterProps } from '@/components/_v2/drawer/footer';
|
|
2
2
|
interface ViewFooterProps {
|
|
3
3
|
isEditing: false;
|
|
4
4
|
onDelete: () => void;
|
|
@@ -16,6 +16,6 @@ interface EditFooterProps {
|
|
|
16
16
|
onDelete: () => void;
|
|
17
17
|
duplicateWarning?: DuplicateWarningInfo | null;
|
|
18
18
|
}
|
|
19
|
-
export type
|
|
20
|
-
export declare
|
|
19
|
+
export type ViewDrawerFooterProps = ViewFooterProps | EditFooterProps;
|
|
20
|
+
export declare function buildViewDrawerFooter(props: ViewDrawerFooterProps): FooterProps;
|
|
21
21
|
export {};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { ViewRuleData } from '
|
|
2
|
-
import type { SamplingRuleFormState } from '../create-sampling-rule-
|
|
1
|
+
import type { ViewRuleData } from '../../sampling-rules/types';
|
|
2
|
+
import type { SamplingRuleFormState } from '../create-sampling-rule-form/types';
|
|
3
3
|
export declare function viewRuleDataToFormState(data: ViewRuleData): SamplingRuleFormState;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type FC } from 'react';
|
|
2
|
-
import type
|
|
2
|
+
import { type ColoredSpanPart } from '@/snippets/_v2/colored-span';
|
|
3
3
|
export interface SamplingPreviewProps {
|
|
4
|
-
summary:
|
|
4
|
+
summary: ColoredSpanPart[];
|
|
5
5
|
}
|
|
6
6
|
export declare const SamplingPreview: FC<SamplingPreviewProps>;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
export * from './_drawers';
|
|
2
2
|
export * from './_forms';
|
|
3
|
-
export * from './auto-rule-card';
|
|
4
3
|
export * from './central-connections';
|
|
5
4
|
export * from './onboarding';
|
|
6
5
|
export * from './pipeline-collectors';
|
|
7
|
-
export * from './sampling-rules
|
|
6
|
+
export * from './sampling-rules';
|
|
8
7
|
export * from './settings';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { type FC } from 'react';
|
|
2
|
+
import { ColoredSpanPart } from '@/snippets/_v2/colored-span';
|
|
3
|
+
export interface AutoRuleCardProps {
|
|
4
|
+
title: string;
|
|
5
|
+
summary: ColoredSpanPart[];
|
|
6
|
+
onEdit: () => void;
|
|
7
|
+
}
|
|
8
|
+
export declare const AutoRuleCard: FC<AutoRuleCardProps>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { NoisyOperationRule, HighlyRelevantOperationRule, CostReductionRule, SourcesScopeInput, HeadSamplingOperationMatcher, TailSamplingOperationMatcher, SamplingRules } from '@/types';
|
|
2
|
-
import
|
|
2
|
+
import { type ColoredSpanPart } from '@/snippets/_v2/colored-span';
|
|
3
|
+
import type { SamplingRuleItem, SamplingRuleCategory, HighlyRelevantBadgeType, ViewRuleData } from './types';
|
|
3
4
|
export declare enum SamplingCategory {
|
|
4
5
|
Noisy = "noisy",
|
|
5
6
|
HighlyRelevant = "highly-relevant",
|
|
@@ -13,12 +14,12 @@ export declare const SAMPLING_SEGMENT_OPTIONS: {
|
|
|
13
14
|
export declare const SAMPLING_CATEGORY_NOTES: Record<SamplingCategory, string>;
|
|
14
15
|
export declare const SAMPLING_CATEGORY_LIST_TITLES: Record<SamplingCategory, string>;
|
|
15
16
|
export declare const CATEGORY_TO_RULE_CATEGORY: Record<SamplingCategory, SamplingRuleCategory>;
|
|
16
|
-
export declare function buildNoisySummary(rule: NoisyOperationRule):
|
|
17
|
-
export declare function buildHighlyRelevantSummary(rule: HighlyRelevantOperationRule):
|
|
18
|
-
export declare function buildCostReductionSummary(rule: CostReductionRule):
|
|
17
|
+
export declare function buildNoisySummary(rule: NoisyOperationRule): ColoredSpanPart[];
|
|
18
|
+
export declare function buildHighlyRelevantSummary(rule: HighlyRelevantOperationRule): ColoredSpanPart[];
|
|
19
|
+
export declare function buildCostReductionSummary(rule: CostReductionRule): ColoredSpanPart[];
|
|
19
20
|
export declare function getHighlyRelevantTypeBadge(rule: HighlyRelevantOperationRule): HighlyRelevantBadgeType;
|
|
20
21
|
export declare function buildSamplingRuleItems(groups: SamplingRules[], category: SamplingCategory, excludeRuleIds?: Set<string>): SamplingRuleItem[];
|
|
21
|
-
export declare function buildSummaryForRule(category: SamplingRuleCategory, rule: NoisyOperationRule | HighlyRelevantOperationRule | CostReductionRule):
|
|
22
|
+
export declare function buildSummaryForRule(category: SamplingRuleCategory, rule: NoisyOperationRule | HighlyRelevantOperationRule | CostReductionRule): ColoredSpanPart[];
|
|
22
23
|
export declare function refreshViewRuleData(groups: SamplingRules[], current: ViewRuleData): ViewRuleData | null;
|
|
23
24
|
export declare function lookupViewRuleData(groups: SamplingRules[], item: SamplingRuleItem): ViewRuleData | null;
|
|
24
25
|
export interface DuplicateCheckInput {
|
|
@@ -28,3 +29,20 @@ export interface DuplicateCheckInput {
|
|
|
28
29
|
durationAtLeastMs?: number | null;
|
|
29
30
|
}
|
|
30
31
|
export declare function findDuplicateRuleId(groups: SamplingRules[], category: SamplingRuleCategory, input: DuplicateCheckInput, excludeRuleId?: string): string | null;
|
|
32
|
+
export interface K8sHealthProbesConfig {
|
|
33
|
+
enabled: boolean | null;
|
|
34
|
+
keepPercentage: number | null;
|
|
35
|
+
}
|
|
36
|
+
export declare function buildAutoRuleSummary(config: K8sHealthProbesConfig | null): ColoredSpanPart[];
|
|
37
|
+
export interface HighlyRelevantAutoRuleMatch {
|
|
38
|
+
rule: HighlyRelevantOperationRule;
|
|
39
|
+
samplingId: string;
|
|
40
|
+
}
|
|
41
|
+
export declare function findHighlyRelevantAutoRule(groups: SamplingRules[]): HighlyRelevantAutoRuleMatch | null;
|
|
42
|
+
export declare function buildHighlyRelevantAutoRuleSummary(rule: HighlyRelevantOperationRule | null): ColoredSpanPart[];
|
|
43
|
+
export interface CostReductionAutoRuleMatch {
|
|
44
|
+
rule: CostReductionRule;
|
|
45
|
+
samplingId: string;
|
|
46
|
+
}
|
|
47
|
+
export declare function findCostReductionAutoRule(groups: SamplingRules[]): CostReductionAutoRuleMatch | null;
|
|
48
|
+
export declare function buildCostReductionAutoRuleSummary(rule: CostReductionRule | null): ColoredSpanPart[];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type FC, type CSSProperties } from 'react';
|
|
2
|
+
import type { SamplingRuleItem } from '../types';
|
|
3
|
+
export interface RulesTableProps {
|
|
4
|
+
title: string;
|
|
5
|
+
items: SamplingRuleItem[];
|
|
6
|
+
isLoading: boolean;
|
|
7
|
+
showTypeFilter: boolean;
|
|
8
|
+
tableRowsMaxHeight: CSSProperties['maxHeight'];
|
|
9
|
+
onRuleClick: (item: SamplingRuleItem) => void;
|
|
10
|
+
onEditRule: (ruleId: string, samplingId: string) => void;
|
|
11
|
+
onDeleteRule: (ruleId: string, samplingId: string) => void;
|
|
12
|
+
}
|
|
13
|
+
export declare const RulesTable: FC<RulesTableProps>;
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import type { CSSProperties } from 'react';
|
|
2
|
+
import type { ColoredSpanPart } from '@/snippets/_v2';
|
|
3
|
+
import type { CostReductionRuleInput, HighlyRelevantOperationRuleInput, NoisyOperationRule, HighlyRelevantOperationRule, CostReductionRule, NoisyOperationRuleInput, SamplingRules, WorkloadId } from '@/types';
|
|
4
|
+
export type SamplingRuleCategory = 'noisy' | 'highlyRelevant' | 'costReduction';
|
|
5
|
+
export type HighlyRelevantBadgeType = 'Relevance' | 'Duration' | 'Error';
|
|
6
|
+
export interface SamplingRuleItem {
|
|
7
|
+
ruleId: string;
|
|
8
|
+
samplingId: string;
|
|
9
|
+
name: string | null;
|
|
10
|
+
disabled: boolean;
|
|
11
|
+
notes: string | null;
|
|
12
|
+
summary: ColoredSpanPart[];
|
|
13
|
+
category: SamplingRuleCategory;
|
|
14
|
+
typeBadge?: HighlyRelevantBadgeType;
|
|
15
|
+
}
|
|
16
|
+
export type TypeFilter = 'all' | HighlyRelevantBadgeType;
|
|
17
|
+
export interface SamplingRulesListProps {
|
|
18
|
+
title: string;
|
|
19
|
+
titleTooltip?: string;
|
|
20
|
+
items: SamplingRuleItem[];
|
|
21
|
+
isLoading?: boolean;
|
|
22
|
+
showTypeFilter?: boolean;
|
|
23
|
+
onRuleClick: (item: SamplingRuleItem) => void;
|
|
24
|
+
onEditRule: (ruleId: string, samplingId: string) => void;
|
|
25
|
+
onDeleteRule: (ruleId: string, samplingId: string) => void;
|
|
26
|
+
}
|
|
27
|
+
interface BaseViewRule {
|
|
28
|
+
samplingId: string;
|
|
29
|
+
summary: ColoredSpanPart[];
|
|
30
|
+
}
|
|
31
|
+
interface ViewNoisyRule extends BaseViewRule {
|
|
32
|
+
category: Extract<SamplingRuleCategory, 'noisy'>;
|
|
33
|
+
rule: NoisyOperationRule;
|
|
34
|
+
}
|
|
35
|
+
interface ViewHighlyRelevantRule extends BaseViewRule {
|
|
36
|
+
category: Extract<SamplingRuleCategory, 'highlyRelevant'>;
|
|
37
|
+
rule: HighlyRelevantOperationRule;
|
|
38
|
+
}
|
|
39
|
+
interface ViewCostReductionRule extends BaseViewRule {
|
|
40
|
+
category: Extract<SamplingRuleCategory, 'costReduction'>;
|
|
41
|
+
rule: CostReductionRule;
|
|
42
|
+
}
|
|
43
|
+
export type ViewRuleData = ViewNoisyRule | ViewHighlyRelevantRule | ViewCostReductionRule;
|
|
44
|
+
export interface SamplingRulesSelectOption {
|
|
45
|
+
id: string;
|
|
46
|
+
label: string;
|
|
47
|
+
}
|
|
48
|
+
/** Matches effective k8s health-probes sampling config from the API. */
|
|
49
|
+
export interface SamplingRulesK8sHealthConfig {
|
|
50
|
+
enabled: boolean | null;
|
|
51
|
+
keepPercentage: number | null;
|
|
52
|
+
}
|
|
53
|
+
export interface SamplingRulesProps {
|
|
54
|
+
workloads: {
|
|
55
|
+
id: WorkloadId;
|
|
56
|
+
}[];
|
|
57
|
+
samplingRules: SamplingRules[];
|
|
58
|
+
k8sHealthProbesConfig: SamplingRulesK8sHealthConfig | null;
|
|
59
|
+
loading: boolean;
|
|
60
|
+
tableRowsMaxHeight: CSSProperties['maxHeight'];
|
|
61
|
+
fetchSamplingRules: () => void;
|
|
62
|
+
createNoisyOperationRule: (samplingId: string, rule: NoisyOperationRuleInput) => void;
|
|
63
|
+
updateNoisyOperationRule: (samplingId: string, ruleId: string, rule: NoisyOperationRuleInput) => void;
|
|
64
|
+
createHighlyRelevantOperationRule: (samplingId: string, rule: HighlyRelevantOperationRuleInput) => void;
|
|
65
|
+
updateHighlyRelevantOperationRule: (samplingId: string, ruleId: string, rule: HighlyRelevantOperationRuleInput) => void;
|
|
66
|
+
createCostReductionRule: (samplingId: string, rule: CostReductionRuleInput) => void;
|
|
67
|
+
updateCostReductionRule: (samplingId: string, ruleId: string, rule: CostReductionRuleInput) => void;
|
|
68
|
+
deleteSamplingRule: (samplingId: string, ruleId: string, category: SamplingRuleCategory) => void;
|
|
69
|
+
updateK8sHealthProbesConfig: (enabled: boolean, keepPercentage: number) => void;
|
|
70
|
+
docsUrl?: string;
|
|
71
|
+
}
|
|
72
|
+
export {};
|