@odigos/ui-kit 0.0.237 → 0.0.239

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.
Files changed (103) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/lib/chunks/{index-DB_UqHYt.js → index-B5PgIL40.js} +1 -1
  3. package/lib/chunks/index-Dy4pkeq6.js +145 -0
  4. package/lib/chunks/index-uXyrp4Xe.js +41 -0
  5. package/lib/chunks/ui-components-BPdnIOmj.js +2248 -0
  6. package/lib/components/_v2/cards/data-card/index.d.ts +6 -1
  7. package/lib/components/_v2/drawer/header/index.d.ts +2 -0
  8. package/lib/components/_v2/drawer/index.d.ts +1 -1
  9. package/lib/components/_v2/drop-data/index.d.ts +1 -2
  10. package/lib/components/_v2/icon-group/index.d.ts +10 -0
  11. package/lib/components/_v2/index.d.ts +1 -0
  12. package/lib/components/_v2/tag/index.d.ts +10 -0
  13. package/lib/components/_v2/typography/index.d.ts +2 -0
  14. package/lib/components/v2.js +1 -1
  15. package/lib/components.js +1 -1
  16. package/lib/constants/sampling/index.d.ts +5 -6
  17. package/lib/constants/sources/index.d.ts +5 -0
  18. package/lib/constants/strings/index.d.ts +89 -0
  19. package/lib/constants.js +1 -1
  20. package/lib/containers/_v2/_drawers/edit-source-drawer/common/index.d.ts +1 -0
  21. package/lib/containers/_v2/_drawers/edit-source-drawer/common/pods-header.d.ts +8 -0
  22. package/lib/containers/_v2/_drawers/edit-source-drawer/helpers.d.ts +12 -0
  23. package/lib/containers/_v2/_drawers/edit-source-drawer/index.d.ts +19 -0
  24. package/lib/containers/_v2/_drawers/edit-source-drawer/overview/containers-card/distro-override.d.ts +11 -0
  25. package/lib/containers/_v2/_drawers/edit-source-drawer/overview/containers-card/index.d.ts +7 -0
  26. package/lib/containers/_v2/_drawers/edit-source-drawer/overview/containers-card/popup-form.d.ts +15 -0
  27. package/lib/containers/_v2/_drawers/edit-source-drawer/overview/containers-card/runtime-override.d.ts +10 -0
  28. package/lib/containers/_v2/_drawers/edit-source-drawer/overview/health-card.d.ts +6 -0
  29. package/lib/containers/_v2/_drawers/edit-source-drawer/overview/index.d.ts +10 -0
  30. package/lib/containers/_v2/_drawers/edit-source-drawer/overview/main-card.d.ts +6 -0
  31. package/lib/containers/_v2/_drawers/edit-source-drawer/overview/pods-card/index.d.ts +6 -0
  32. package/lib/containers/_v2/_drawers/edit-source-drawer/overview/pods-card/pods-list/container-row.d.ts +9 -0
  33. package/lib/containers/_v2/_drawers/edit-source-drawer/overview/pods-card/pods-list/helpers.d.ts +16 -0
  34. package/lib/containers/_v2/_drawers/edit-source-drawer/overview/pods-card/pods-list/index.d.ts +12 -0
  35. package/lib/containers/_v2/_drawers/edit-source-drawer/overview/pods-card/pods-list/pod-row.d.ts +8 -0
  36. package/lib/containers/_v2/_drawers/edit-source-drawer/overview/pods-card/pods-list/process-row.d.ts +10 -0
  37. package/lib/containers/_v2/_drawers/edit-source-drawer/overview/pods-card/pods-list/row-header.d.ts +13 -0
  38. package/lib/containers/_v2/_drawers/edit-source-drawer/overview/pods-card/pods-list/types.d.ts +18 -0
  39. package/lib/containers/_v2/_drawers/edit-source-drawer/overview/statuses-card.d.ts +8 -0
  40. package/lib/containers/_v2/_drawers/edit-source-drawer/peers/index.d.ts +11 -0
  41. package/lib/containers/_v2/_drawers/edit-source-drawer/pods/containers-card/index.d.ts +7 -0
  42. package/lib/containers/_v2/_drawers/edit-source-drawer/pods/containers-card/process-card.d.ts +3 -0
  43. package/lib/containers/_v2/_drawers/edit-source-drawer/pods/debug-commands.d.ts +6 -0
  44. package/lib/containers/_v2/_drawers/edit-source-drawer/pods/index.d.ts +7 -0
  45. package/lib/containers/_v2/_drawers/edit-source-drawer/pods/pod-card.d.ts +8 -0
  46. package/lib/containers/_v2/_drawers/index.d.ts +1 -0
  47. package/lib/containers/_v2/_forms/edit-source-form/index.d.ts +2 -0
  48. package/lib/containers/_v2/_forms/index.d.ts +1 -0
  49. package/lib/containers/_v2/_modals/index.d.ts +1 -0
  50. package/lib/containers/_v2/_modals/onboarding-done/background.d.ts +5 -0
  51. package/lib/containers/_v2/_modals/onboarding-done/index.d.ts +3 -0
  52. package/lib/containers/_v2/overview/drawers/index.d.ts +1 -3
  53. package/lib/containers/_v2/sampling-rules/converters.d.ts +2 -0
  54. package/lib/containers/source-drawer/index.d.ts +1 -1
  55. package/lib/containers/v2.js +226 -121
  56. package/lib/containers.js +49 -19
  57. package/lib/contexts/action-form-context.d.ts +0 -1
  58. package/lib/contexts/destination-form-context.d.ts +0 -1
  59. package/lib/contexts/index.d.ts +1 -0
  60. package/lib/contexts/rule-form-context.d.ts +0 -1
  61. package/lib/contexts/source-edit-form-context.d.ts +17 -0
  62. package/lib/contexts.js +1 -1
  63. package/lib/functions/decimals-only/index.d.ts +1 -0
  64. package/lib/functions/get-containers-icons/index.d.ts +3 -1
  65. package/lib/functions/get-virtual-service-icon/index.d.ts +1 -1
  66. package/lib/functions/get-workload-id/index.d.ts +2 -2
  67. package/lib/functions/index.d.ts +3 -0
  68. package/lib/functions/is-pod-injected-with-agent/index.d.ts +3 -0
  69. package/lib/functions/map-desired-status-to-condition-status/index.d.ts +2 -0
  70. package/lib/functions.js +1 -1
  71. package/lib/hooks.js +1 -1
  72. package/lib/icons/brand/index.d.ts +3 -0
  73. package/lib/icons/brand/odigos-logo-text-colored-central/index.d.ts +2 -0
  74. package/lib/icons/brand/odigos-logo-text-colored-community/index.d.ts +2 -0
  75. package/lib/icons/brand/odigos-logo-text-colored-enterprise/index.d.ts +2 -0
  76. package/lib/icons.js +1 -1
  77. package/lib/mock-data/profiling/index.d.ts +1 -1
  78. package/lib/mock-data/service-map/index.d.ts +1 -1
  79. package/lib/mock-data/sources/index.d.ts +1 -1
  80. package/lib/snippets/_v2/odigos-logo-text-by-tier/index.d.ts +2 -0
  81. package/lib/snippets/_v2/rich-title/index.d.ts +5 -0
  82. package/lib/snippets/_v2/sampling-rule-form-sections/percentage.d.ts +1 -1
  83. package/lib/snippets/_v2/sampling-rule-form-sections/preset-with-custom-input.d.ts +5 -2
  84. package/lib/snippets/_v2/wide-drawer/index.d.ts +7 -1
  85. package/lib/snippets/source-container/index.d.ts +1 -2
  86. package/lib/snippets/v2.js +1 -1
  87. package/lib/snippets.js +1 -1
  88. package/lib/store.js +1 -1
  89. package/lib/theme.js +1 -1
  90. package/lib/types/common/index.d.ts +30 -1
  91. package/lib/types/service-map/index.d.ts +2 -2
  92. package/lib/types/sources/index.d.ts +7 -3
  93. package/lib/types/workload/index.d.ts +178 -1
  94. package/lib/types.js +1 -1
  95. package/lib/visuals.js +1 -1
  96. package/package.json +1 -1
  97. package/lib/chunks/index-92vqd713.js +0 -145
  98. package/lib/chunks/index-zOzusnDO.js +0 -77
  99. package/lib/chunks/ui-components-CjDRcQJq.js +0 -2235
  100. /package/lib/containers/{source-drawer → _v2/_drawers/edit-source-drawer}/profiling/flame-graph-canvas.d.ts +0 -0
  101. /package/lib/containers/{source-drawer → _v2/_drawers/edit-source-drawer}/profiling/flamebearer.d.ts +0 -0
  102. /package/lib/containers/{source-drawer → _v2/_drawers/edit-source-drawer}/profiling/index.d.ts +0 -0
  103. /package/lib/containers/{source-drawer → _v2/_drawers/edit-source-drawer}/profiling/symbol-table.d.ts +0 -0
@@ -1,4 +1,4 @@
1
- import type { ProfilingProps } from '@/containers/source-drawer/profiling';
1
+ import type { ProfilingProps } from '@/containers/_v2/_drawers/edit-source-drawer/profiling';
2
2
  type ProfilingSlots = Awaited<ReturnType<ProfilingProps['fetchProfilingSlots']>>;
3
3
  type EnableProfilingResult = Awaited<ReturnType<ProfilingProps['enableProfiling']>>;
4
4
  type SourceProfilingResult = Awaited<ReturnType<ProfilingProps['fetchSourceProfiling']>>;
@@ -1,4 +1,4 @@
1
1
  import type { PeerSources, ServiceMapSources } from '@/types';
2
- /** Peer graph for the default SourceDrawer story (`inventory` workload). */
2
+ /** Peer graph for the default SourceDrawer story (`frontend` workload). */
3
3
  export declare const MOCK_PEER_SOURCES: PeerSources;
4
4
  export declare const MOCK_SERVICE_MAP: ServiceMapSources;
@@ -1,7 +1,7 @@
1
1
  import { type Source } from '@/types';
2
2
  export declare const MOCK_SOURCES_OTHER: Source[];
3
- export declare const MOCK_SOURCES_SIMPLE_DEMO: Source[];
4
3
  export declare const MOCK_SOURCES_GOOGLE: Source[];
5
4
  export declare const MOCK_SOURCES_ERROR: Source[];
6
5
  export declare const MOCK_SOURCE_JAEGER: Source;
6
+ export declare const MOCK_SOURCES_SIMPLE_DEMO: Source[];
7
7
  export declare const MOCK_SOURCES: Source[];
@@ -1,5 +1,7 @@
1
1
  import { type FC } from 'react';
2
2
  export interface OdigosLogoTextByTierProps {
3
3
  size?: number;
4
+ central?: boolean;
5
+ useInline?: boolean;
4
6
  }
5
7
  export declare const OdigosLogoTextByTier: FC<OdigosLogoTextByTierProps>;
@@ -1,10 +1,15 @@
1
1
  import { ReactNode, type FC } from 'react';
2
2
  import type { SVG } from '@/types';
3
3
  import { type BadgeProps } from '@/components/_v2/badge';
4
+ import { TypographySize } from '@/components/_v2/typography';
4
5
  export interface RichTitleProps {
5
6
  icon?: SVG;
7
+ iconWithWrapper?: boolean;
6
8
  title?: string;
9
+ titleSize?: TypographySize;
7
10
  subTitle?: string;
11
+ subTitleSize?: TypographySize;
12
+ tooltip?: string;
8
13
  withCopy?: boolean;
9
14
  badge?: BadgeProps;
10
15
  gap?: number;
@@ -1,5 +1,5 @@
1
1
  import { type FC } from 'react';
2
- import type { SamplingRuleCategory, ViewRuleData, SamplingRuleFormState } from '@/types';
2
+ import { type SamplingRuleCategory, type ViewRuleData, type SamplingRuleFormState } from '@/types';
3
3
  export type PercentageSectionProps = {
4
4
  readOnly: true;
5
5
  data: ViewRuleData;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { type PercentagePreset, type DurationPreset } from '@/types';
2
+ import { InputTypes, type PercentagePreset, type DurationPreset } from '@/types';
3
3
  export declare const PERCENTAGE_OPTIONS: {
4
4
  value: PercentagePreset;
5
5
  label: string;
@@ -25,5 +25,8 @@ export interface PresetWithCustomInputProps<T extends string = string> {
25
25
  customPlaceholder: string;
26
26
  customValue: string;
27
27
  onCustomChange: (e: React.ChangeEvent<HTMLInputElement>) => void;
28
+ customInputType?: InputTypes;
29
+ customMin?: number;
30
+ customMax?: number;
28
31
  }
29
- export declare const PresetWithCustomInput: <T extends string>({ description, options, selected, onSelect, customName, customLabel, customPlaceholder, customValue, onCustomChange, }: PresetWithCustomInputProps<T>) => import("react/jsx-runtime").JSX.Element;
32
+ export declare const PresetWithCustomInput: <T extends string>({ description, options, selected, onSelect, customName, customLabel, customPlaceholder, customValue, onCustomChange, customInputType, customMin, customMax, }: PresetWithCustomInputProps<T>) => import("react/jsx-runtime").JSX.Element;
@@ -11,9 +11,15 @@ export interface WideDrawerProps {
11
11
  onBack?: () => void;
12
12
  onNext?: () => void;
13
13
  nextIsSkip?: boolean;
14
+ /**
15
+ * Persist the form. Resolve with `{ error }` to surface a save error in the footer note,
16
+ * `false` to keep the drawer open without showing any error (e.g. when the caller has
17
+ * already gated on form validation and the inline field messages are enough), or
18
+ * `undefined` on success — the drawer closes itself in that case.
19
+ */
14
20
  onSave: () => Promise<{
15
21
  error?: string;
16
- } | undefined>;
22
+ } | false | undefined>;
17
23
  disableSave?: boolean;
18
24
  connectionIds?: {
19
25
  value: string[];
@@ -1,7 +1,6 @@
1
1
  import { type FC } from 'react';
2
2
  import { SourceContainer as SourceContainerType, SourceFormData } from '@/types';
3
- interface SourceContainerProps extends SourceContainerType {
3
+ export interface SourceContainerProps extends SourceContainerType {
4
4
  callbackRuntimeOverride?: (payload: Pick<SourceFormData, 'containerName' | 'language' | 'version' | 'otelDistroName'>) => Promise<void>;
5
5
  }
6
6
  export declare const SourceContainer: FC<SourceContainerProps>;
7
- export {};
@@ -1 +1 @@
1
- export{A as ActionType,dT as Actions,c4 as ColoredSpan,fa as ColoredSpanVariant,dS as RichTitle}from"../chunks/ui-components-CjDRcQJq.js";export{C as CancelModal,j as DURATION_OPTIONS,g as DeleteModal,e as DurationErrorsSection,D as DynamicField,N as NOISY_PERCENTAGE_OPTIONS,i as OdigosLogoTextByTier,O as OperationSection,a as PERCENTAGE_OPTIONS,f as PercentageSection,P as PresetWithCustomInput,R as RuleInfoSection,d as RuleTypeSection,b as SamplingPreviewSection,S as SignalsCheckboxList,c as SourceScopeSection,U as UpgradeModal,h as WIDE_DRAWER_WIDTH,W as WideDrawer}from"../chunks/index-92vqd713.js";export{Y as YamlSectionCard}from"../chunks/index-DB_UqHYt.js";import"react/jsx-runtime";import"styled-components";import"../icons.js";import"zustand";import"react";import"javascript-time-ago";import"../chunks/vendor-C150cdxb.js";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"virtua";
1
+ export{A as ActionType,e9 as Actions,cr as ColoredSpan,fr as ColoredSpanVariant,e8 as RichTitle}from"../chunks/ui-components-BPdnIOmj.js";export{C as CancelModal,j as DURATION_OPTIONS,g as DeleteModal,e as DurationErrorsSection,D as DynamicField,N as NOISY_PERCENTAGE_OPTIONS,h as OdigosLogoTextByTier,O as OperationSection,a as PERCENTAGE_OPTIONS,f as PercentageSection,P as PresetWithCustomInput,R as RuleInfoSection,d as RuleTypeSection,b as SamplingPreviewSection,S as SignalsCheckboxList,c as SourceScopeSection,U as UpgradeModal,i as WIDE_DRAWER_WIDTH,W as WideDrawer}from"../chunks/index-Dy4pkeq6.js";export{Y as YamlSectionCard}from"../chunks/index-B5PgIL40.js";import"react/jsx-runtime";import"styled-components";import"../icons.js";import"zustand";import"react";import"javascript-time-ago";import"../chunks/vendor-C150cdxb.js";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"virtua";
package/lib/snippets.js CHANGED
@@ -1 +1 @@
1
- export{gK as AddButton,X as CopyText,w as Flow,gL as MapItemNode,gM as NoDataNode,Z as PodContainer,ar as SourceContainer}from"./chunks/ui-components-CjDRcQJq.js";import"react/jsx-runtime";import"styled-components";import"./icons.js";import"zustand";import"react";import"javascript-time-ago";import"./chunks/vendor-C150cdxb.js";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"virtua";
1
+ export{g$ as AddButton,ab as CopyText,a3 as Flow,h0 as MapItemNode,h1 as NoDataNode,ad as PodContainer,ar as SourceContainer}from"./chunks/ui-components-BPdnIOmj.js";import"react/jsx-runtime";import"styled-components";import"./icons.js";import"zustand";import"react";import"javascript-time-ago";import"./chunks/vendor-C150cdxb.js";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"virtua";
package/lib/store.js CHANGED
@@ -1 +1 @@
1
- export{bv as ProgressKeys,v as useActiveNodeStore,gv as useDarkMode,al as useDataStreamStore,y as useDrawerStore,t as useEntityStore,dt as useFilterStore,dB as useModalStore,c as useNotificationStore,bt as useProgressStore,dD as useSelectedStore,dP as useSetupStore}from"./chunks/ui-components-CjDRcQJq.js";import"react/jsx-runtime";import"styled-components";import"./icons.js";import"zustand";import"react";import"javascript-time-ago";import"./chunks/vendor-C150cdxb.js";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"virtua";
1
+ export{bx as ProgressKeys,a2 as useActiveNodeStore,gM as useDarkMode,al as useDataStreamStore,J as useDrawerStore,a1 as useEntityStore,dP as useFilterStore,co as useModalStore,r as useNotificationStore,bv as useProgressStore,dX as useSelectedStore,e5 as useSetupStore}from"./chunks/ui-components-BPdnIOmj.js";import"react/jsx-runtime";import"styled-components";import"./icons.js";import"zustand";import"react";import"javascript-time-ago";import"./chunks/vendor-C150cdxb.js";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"virtua";
package/lib/theme.js CHANGED
@@ -1 +1 @@
1
- export{gw as Provider,gx as animations,gy as opacity,gz as palettes}from"./chunks/ui-components-CjDRcQJq.js";import"react/jsx-runtime";import"styled-components";import"./icons.js";import"zustand";import"react";import"javascript-time-ago";import"./chunks/vendor-C150cdxb.js";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"virtua";
1
+ export{gN as Provider,gO as animations,gP as opacity,gQ as palettes}from"./chunks/ui-components-BPdnIOmj.js";import"react/jsx-runtime";import"styled-components";import"./icons.js";import"zustand";import"react";import"javascript-time-ago";import"./chunks/vendor-C150cdxb.js";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"virtua";
@@ -102,7 +102,8 @@ export declare enum FieldTypes {
102
102
  export declare enum InputTypes {
103
103
  Text = "text",
104
104
  Password = "password",
105
- Number = "number"
105
+ Number = "number",
106
+ Decimal = "decimal"
106
107
  }
107
108
  export declare enum StatusType {
108
109
  Warning = "warning",
@@ -128,9 +129,37 @@ export declare enum OtherStatusType {
128
129
  export interface Condition {
129
130
  status: StatusType | OtherStatus;
130
131
  type: string;
132
+ name?: string;
131
133
  reason?: string | null;
132
134
  message?: string | null;
133
135
  }
136
+ export declare enum ConditionType {
137
+ MarkedForInstrumentation = "MarkedForInstrumentation",
138
+ RuntimeDetection = "RuntimeDetection",
139
+ AgentEnabled = "AgentEnabled",
140
+ AgentInjected = "AgentInjected",
141
+ WorkloadRollout = "WorkloadRollout",
142
+ ProcessesHealthStatus = "ProcessesHealthStatus",
143
+ ExpectingTelemetry = "ExpectingTelemetry",
144
+ WorkloadOdigosHealth = "WorkloadOdigosHealth"
145
+ }
146
+ export declare enum WorkloadRolloutReason {
147
+ TriggeredSuccessfully = "RolloutTriggeredSuccessfully",
148
+ RolloutFinished = "RolloutFinished",
149
+ PreviousRolloutOngoing = "PreviousRolloutOngoing",
150
+ Disabled = "Disabled",
151
+ NotRequired = "NotRequired",
152
+ WaitingForRestart = "WaitingForRestart",
153
+ WorkloadNotSupporting = "WorkloadNotSupporting",
154
+ WaitingInQueue = "WaitingInQueue",
155
+ FailedToPatch = "FailedToPatch"
156
+ }
157
+ export declare enum AgentInjectedReason {
158
+ SuccessfullyInjected = "SuccessfullyInjected",
159
+ NoAgentInjected = "NoAgentInjected",
160
+ SomePodsAgentNotInjectedRolloutNeeded = "SomePodsAgentNotInjectedRolloutNeeded",
161
+ AgentInjectedAndDataSent = "AgentInjectedAndDataSent"
162
+ }
134
163
  export interface Notification {
135
164
  id: string;
136
165
  type: StatusType;
@@ -4,8 +4,8 @@ export interface ServiceMapFromSource {
4
4
  services: ServiceMapToSource[];
5
5
  }
6
6
  export interface ServiceMapToSource {
7
- nodeId: string;
8
- isVirtual: boolean;
7
+ nodeId?: string;
8
+ isVirtual?: boolean;
9
9
  serviceName: string;
10
10
  requests: number;
11
11
  dateTime: string;
@@ -1,10 +1,10 @@
1
- import { K8sResourceKind, OtelDistroName } from '../enum';
2
1
  import type { DescribeSource } from '../describe';
3
2
  import type { PeerSources } from '../service-map';
3
+ import { K8sResourceKind, OtelDistroName } from '../enum';
4
4
  import { type Condition, ProgrammingLanguages } from '../common';
5
- import type { DesiredConditionStatus, WorkloadId } from '../workload';
6
- import type { InstrumentationInstanceComponent } from '../instrumentation-instances';
7
5
  import type { NamespaceSelectionFormData, SourceSelectionFormData } from '@/store';
6
+ import type { InstrumentationInstanceComponent } from '../instrumentation-instances';
7
+ import type { DesiredConditionStatus, K8sWorkloadPod, Workload, WorkloadId } from '../workload';
8
8
  export interface PersistSourceInput {
9
9
  [clusterId: string]: {
10
10
  namespace: string;
@@ -30,6 +30,7 @@ export interface SourceContainerAgentEnabled {
30
30
  }
31
31
  export interface SourceContainerOverrides {
32
32
  containerName: string;
33
+ otelDistroName: OtelDistroName | null;
33
34
  runtimeInfo: SourceContainerRuntimeInfo | null;
34
35
  }
35
36
  export interface SourceContainer {
@@ -48,9 +49,12 @@ export interface Source extends WorkloadId {
48
49
  workloadOdigosHealthStatus?: DesiredConditionStatus | null;
49
50
  detectedLanguages?: ProgrammingLanguages[] | null;
50
51
  podsAgentInjectionStatus?: DesiredConditionStatus | null;
52
+ podsHealthStatus?: DesiredConditionStatus | null;
53
+ pods?: K8sWorkloadPod[] | null;
51
54
  rollbackOccurred?: boolean;
52
55
  manifestYAML?: string | null;
53
56
  instrumentationConfigYAML?: string | null;
57
+ telemetryMetrics?: Workload['telemetryMetrics'] | null;
54
58
  }
55
59
  export interface SourceFormData {
56
60
  otelServiceName?: string;
@@ -1,4 +1,5 @@
1
- import { K8sResourceKind, DesiredStateProgress } from '../enum';
1
+ import type { ProgrammingLanguages } from '../common';
2
+ import { K8sResourceKind, OtelDistroName, DesiredStateProgress } from '../enum';
2
3
  export interface WorkloadId {
3
4
  namespace: string;
4
5
  name: string;
@@ -21,9 +22,185 @@ export interface NamespaceWorkload {
21
22
  dataStreamNames: string[];
22
23
  numberOfInstances: number | null;
23
24
  }
25
+ export interface K8sWorkloadMarkedForInstrumentation {
26
+ markedForInstrumentation: boolean | null;
27
+ decisionEnum: string;
28
+ message: string;
29
+ }
30
+ export interface EnvVar {
31
+ name: string;
32
+ value: string;
33
+ }
34
+ export interface K8sWorkloadRuntimeInfoContainer {
35
+ containerName: string;
36
+ language: ProgrammingLanguages;
37
+ runtimeVersion?: string | null;
38
+ processEnvVars: EnvVar[];
39
+ containerRuntimeEnvVars?: EnvVar[] | null;
40
+ criErrorMessage?: string | null;
41
+ libcType?: string | null;
42
+ secureExecutionMode?: boolean | null;
43
+ otherAgentName?: string | null;
44
+ }
45
+ export interface K8sWorkloadRuntimeInfo {
46
+ completed: boolean;
47
+ completedStatus: DesiredConditionStatus;
48
+ detectedLanguages?: ProgrammingLanguages[] | null;
49
+ containers?: K8sWorkloadRuntimeInfoContainer[] | null;
50
+ }
51
+ export interface DistroParam {
52
+ name: string;
53
+ value: string;
54
+ }
55
+ export interface K8sWorkloadAgentEnabledContainerTraces {
56
+ enabled: boolean;
57
+ }
58
+ export interface K8sWorkloadAgentEnabledContainerMetrics {
59
+ enabled: boolean;
60
+ }
61
+ export interface K8sWorkloadAgentEnabledContainerLogs {
62
+ enabled: boolean;
63
+ }
64
+ export interface K8sWorkloadAgentEnabledContainer {
65
+ containerName: string;
66
+ agentEnabled: boolean;
67
+ agentEnabledStatus: DesiredConditionStatus;
68
+ otelDistroName?: OtelDistroName | null;
69
+ envInjectionMethod?: string | null;
70
+ distroParams?: DistroParam[] | null;
71
+ traces?: K8sWorkloadAgentEnabledContainerTraces | null;
72
+ metrics?: K8sWorkloadAgentEnabledContainerMetrics | null;
73
+ logs?: K8sWorkloadAgentEnabledContainerLogs | null;
74
+ }
75
+ export interface K8sWorkloadAgentEnabled {
76
+ agentEnabled: boolean;
77
+ enabledStatus: DesiredConditionStatus;
78
+ containers?: K8sWorkloadAgentEnabledContainer[] | null;
79
+ }
80
+ export interface K8sWorkloadRollout {
81
+ rolloutStatus: DesiredConditionStatus;
82
+ }
83
+ export interface K8sWorkloadContainerOverrides {
84
+ containerName: string;
85
+ otelDistroName?: OtelDistroName | null;
86
+ runtimeInfo?: K8sWorkloadRuntimeInfoContainer | null;
87
+ }
88
+ export declare enum K8sWorkloadContainerAgentConfigTracesHeadSamplingCheckConditionOperator {
89
+ Equals = "equals",
90
+ NotEquals = "notEquals",
91
+ EndWith = "endWith",
92
+ StartWith = "startWith"
93
+ }
94
+ export interface K8sWorkloadContainerAgentConfigTracesHeadSamplingCheckCondition {
95
+ key: string;
96
+ operator: K8sWorkloadContainerAgentConfigTracesHeadSamplingCheckConditionOperator;
97
+ value: string;
98
+ }
99
+ export interface K8sWorkloadContainerAgentConfigTracesHeadSamplingCheck {
100
+ conditions?: K8sWorkloadContainerAgentConfigTracesHeadSamplingCheckCondition[] | null;
101
+ percentage: number;
102
+ }
103
+ export interface K8sWorkloadContainerAgentConfigTracesHeadSampling {
104
+ checks?: K8sWorkloadContainerAgentConfigTracesHeadSamplingCheck[] | null;
105
+ fallbackPercentage: number;
106
+ }
107
+ export interface K8sWorkloadContainerAgentConfigTraces {
108
+ headSampling?: K8sWorkloadContainerAgentConfigTracesHeadSampling | null;
109
+ }
110
+ export interface K8sWorkloadContainerAgentConfig {
111
+ traces?: K8sWorkloadContainerAgentConfigTraces | null;
112
+ }
113
+ export interface K8sWorkloadPodContainerProcessAttribute {
114
+ name: string;
115
+ value: string;
116
+ }
117
+ export interface K8sWorkloadPodContainerProcessInstrumentation {
118
+ name: string;
119
+ type?: string | null;
120
+ healthy?: boolean | null;
121
+ message?: string | null;
122
+ lastStatusTime?: string | null;
123
+ isStandardLibrary?: boolean | null;
124
+ nonIdentifyingAttributes?: {
125
+ key: string;
126
+ value: string;
127
+ }[] | null;
128
+ }
129
+ export interface K8sWorkloadContainer {
130
+ containerName: string;
131
+ runtimeInfo?: K8sWorkloadRuntimeInfoContainer | null;
132
+ agentEnabled?: K8sWorkloadAgentEnabledContainer | null;
133
+ overrides?: K8sWorkloadContainerOverrides | null;
134
+ agentConfig?: K8sWorkloadContainerAgentConfig | null;
135
+ instrumentations?: K8sWorkloadPodContainerProcessInstrumentation[] | null;
136
+ }
137
+ export interface K8sWorkloadPodContainerProcess {
138
+ healthy?: boolean | null;
139
+ healthStatus: DesiredConditionStatus;
140
+ identifyingAttributes?: K8sWorkloadPodContainerProcessAttribute[] | null;
141
+ instrumentations?: K8sWorkloadPodContainerProcessInstrumentation[] | null;
142
+ }
143
+ export interface K8sWorkloadPodContainer {
144
+ containerName: string;
145
+ odigosInstrumentationDeviceName?: string | null;
146
+ otelDistroName?: OtelDistroName | null;
147
+ started?: boolean | null;
148
+ ready?: boolean | null;
149
+ isCrashLoop?: boolean | null;
150
+ restartCount?: number | null;
151
+ runningStartedTime?: string | null;
152
+ waitingReasonEnum?: string | null;
153
+ waitingMessage?: string | null;
154
+ healthStatus: DesiredConditionStatus;
155
+ processes?: K8sWorkloadPodContainerProcess[] | null;
156
+ }
157
+ export interface K8sWorkloadPod {
158
+ podName: string;
159
+ nodeName: string;
160
+ startTime: string;
161
+ agentInjected: boolean;
162
+ startedPostAgentMetaHashChange?: boolean | null;
163
+ agentInjectedStatus: DesiredConditionStatus;
164
+ runningLatestWorkloadRevision?: string | null;
165
+ podHealthStatus: DesiredConditionStatus;
166
+ containers?: K8sWorkloadPodContainer[] | null;
167
+ }
168
+ export interface K8sWorkloadTelemetryMetricsExpectingTelemetryStatus {
169
+ isExpectingTelemetry?: boolean | null;
170
+ telemetryObservedStatus: DesiredConditionStatus;
171
+ }
172
+ export interface K8sWorkloadTelemetryMetrics {
173
+ totalDataSentBytes?: number | null;
174
+ throughputBytes?: number | null;
175
+ expectingTelemetry: K8sWorkloadTelemetryMetricsExpectingTelemetryStatus;
176
+ }
177
+ export interface K8sWorkloadConditions {
178
+ runtimeDetection?: DesiredConditionStatus | null;
179
+ agentInjectionEnabled?: DesiredConditionStatus | null;
180
+ rollout?: DesiredConditionStatus | null;
181
+ agentInjected?: DesiredConditionStatus | null;
182
+ processesAgentHealth?: DesiredConditionStatus | null;
183
+ expectingTelemetry?: DesiredConditionStatus | null;
184
+ }
24
185
  export interface Workload {
25
186
  id: WorkloadId;
187
+ serviceName?: string | null;
188
+ workloadOdigosHealthStatus: DesiredConditionStatus;
189
+ conditions: K8sWorkloadConditions;
190
+ markedForInstrumentation: K8sWorkloadMarkedForInstrumentation;
191
+ runtimeInfo?: K8sWorkloadRuntimeInfo | null;
192
+ agentEnabled?: K8sWorkloadAgentEnabled | null;
193
+ rollout?: K8sWorkloadRollout | null;
194
+ containers?: K8sWorkloadContainer[] | null;
195
+ pods?: K8sWorkloadPod[] | null;
26
196
  podsAgentInjectionStatus: DesiredConditionStatus;
197
+ podsHealthStatus: DesiredConditionStatus;
198
+ workloadHealthStatus?: DesiredConditionStatus | null;
199
+ processesHealthStatus: DesiredConditionStatus;
200
+ telemetryMetrics: K8sWorkloadTelemetryMetrics[];
201
+ dataStreamNames: string[];
202
+ numberOfInstances?: number | null;
203
+ rollbackOccurred: boolean;
27
204
  }
28
205
  export type GetWorkloads = (filter: WorkloadFilter) => Promise<{
29
206
  workloads: Workload[];
package/lib/types.js CHANGED
@@ -1 +1 @@
1
- export{ft as ActionCategory,au as ActionKeyTypes,aF as ActionType,fu as AddNodeTypes,fv as BooleanOperation,aQ as CodeAttributesKeyTypes,i as Crud,aV as CustomInstrumentationsKeyTypes,dF as DesiredStateProgress,fw as DestinationTypes,fx as EdgeTypes,E as EntityTypes,aE as FieldTypes,aT as GolangCustomProbe,aR as HeadersCollectionKeyTypes,az as InputTypes,fy as InstallationMethod,aW as InstrumentationRuleType,fz as IntrumentationStatus,aU as JavaCustomProbe,fA as JsonOperation,aC as K8sAttributesFrom,ap as K8sResourceKind,fB as ListDirection,m as NodeTypes,fC as NumberOperation,fD as OtelDistroName,fE as OtherEntityTypes,R as OtherStatus,bo as OtherStatusType,aS as PayloadCollectionKeyTypes,fF as PlatformType,fG as PodContainerLifecycleStatus,fH as PodContainerStatus,fI as PodPhase,fJ as Profile,ae as ProgrammingLanguages,fK as SIGNAL_KEY_TO_TYPE,fL as SIGNAL_TYPE_TO_KEY,fM as SignalKey,aM as SignalType,fN as SortDirection,S as StatusType,fO as StringOperation,bp as Tier,dW as WorkloadRolloutStatus}from"./chunks/ui-components-CjDRcQJq.js";import"react/jsx-runtime";import"styled-components";import"./icons.js";import"zustand";import"react";import"javascript-time-ago";import"./chunks/vendor-C150cdxb.js";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"virtua";
1
+ export{fK as ActionCategory,au as ActionKeyTypes,aF as ActionType,fL as AddNodeTypes,bY as AgentInjectedReason,fM as BooleanOperation,aQ as CodeAttributesKeyTypes,bW as ConditionType,z as Crud,aV as CustomInstrumentationsKeyTypes,bN as DesiredStateProgress,fN as DestinationTypes,fO as EdgeTypes,U as EntityTypes,aE as FieldTypes,aT as GolangCustomProbe,aR as HeadersCollectionKeyTypes,az as InputTypes,fP as InstallationMethod,aW as InstrumentationRuleType,fQ as IntrumentationStatus,aU as JavaCustomProbe,fR as JsonOperation,aC as K8sAttributesFrom,ap as K8sResourceKind,fS as K8sWorkloadContainerAgentConfigTracesHeadSamplingCheckConditionOperator,fT as ListDirection,W as NodeTypes,fU as NumberOperation,fV as OtelDistroName,fW as OtherEntityTypes,a7 as OtherStatus,bq as OtherStatusType,aS as PayloadCollectionKeyTypes,fX as PlatformType,fY as PodContainerLifecycleStatus,fZ as PodContainerStatus,f_ as PodPhase,f$ as Profile,P as ProgrammingLanguages,g0 as SIGNAL_KEY_TO_TYPE,g1 as SIGNAL_TYPE_TO_KEY,g2 as SignalKey,aM as SignalType,g3 as SortDirection,E as StatusType,g4 as StringOperation,br as Tier,bX as WorkloadRolloutReason,eb as WorkloadRolloutStatus}from"./chunks/ui-components-BPdnIOmj.js";import"react/jsx-runtime";import"styled-components";import"./icons.js";import"zustand";import"react";import"javascript-time-ago";import"./chunks/vendor-C150cdxb.js";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"virtua";
package/lib/visuals.js CHANGED
@@ -1 +1 @@
1
- export{fP as VISUAL_ODIGOS_LOGO_HEIGHT,fQ as VISUAL_ODIGOS_LOGO_WIDTH,fs as VisualGreenRings,fR as VisualOdigosLogo,ce as VisualPurpleRings}from"./chunks/ui-components-CjDRcQJq.js";import"react/jsx-runtime";import"styled-components";import"./icons.js";import"zustand";import"react";import"javascript-time-ago";import"./chunks/vendor-C150cdxb.js";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"virtua";
1
+ export{g5 as VISUAL_ODIGOS_LOGO_HEIGHT,g6 as VISUAL_ODIGOS_LOGO_WIDTH,fJ as VisualGreenRings,g7 as VisualOdigosLogo,cB as VisualPurpleRings}from"./chunks/ui-components-BPdnIOmj.js";import"react/jsx-runtime";import"styled-components";import"./icons.js";import"zustand";import"react";import"javascript-time-ago";import"./chunks/vendor-C150cdxb.js";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"virtua";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odigos/ui-kit",
3
- "version": "0.0.237",
3
+ "version": "0.0.239",
4
4
  "author": "Odigos",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -1,145 +0,0 @@
1
- import{a$ as e,a,aE as t,a3 as l,a5 as r,ew as i,aw as s,bf as n,aI as o,aB as d,bk as c,aD as u,ay as p,az as h,ak as g,bp as m,j as v,F as f,av as b,ab as y,ad as x,ba as S,ex as C,ey as k,a4 as w,ez as T,a7 as $,eA as P,a8 as A,a9 as M,eB as O,eC as L,eD as z,eE as X,eF as D,eG as R,eH as I,cO as N,eI as E,eJ as H,eK as B,eL as V,eM as j,c0 as q,B as U,eN as G,eO as J,eP as K,eQ as W,eR as F,eS as Z,eT as Q,eU as Y,eV as _,eW as ee,b4 as ae,eX as te,eY as le,bb as re,eZ as ie,e_ as se,e$ as ne,f0 as oe,f1 as de,bQ as ce,f2 as ue,f3 as pe,f4 as he,f5 as ge,f6 as me,f7 as ve,f8 as fe,f9 as be,fa as ye,c4 as xe,a6 as Se,fb as Ce,fc as ke,fd as we,fe as Te,ff as $e,fg as Pe,fh as Ae,fi as Me,fj as Oe,fk as Le,fl as ze,aL as Xe,fm as De,S as Re,fn as Ie,fo as Ne,fp as Ee,fq as He,fr as Be,dC as Ve,aZ as je,ae as qe,a0 as Ue,dw as Ge,ax as Je,fs as Ke,dH as We,b as Fe,N as Ze,r as Qe,ah as Ye,dS as _e,ai as ea}from"./ui-components-CjDRcQJq.js";import{jsx as aa,jsxs as ta,Fragment as la}from"react/jsx-runtime";import{OdigosLogoTextEnterprise as ra,OdigosLogoTextCommunity as ia,EditIcon as sa,ArrowLeftIcon as na,ArrowRightIcon as oa,VSquareIcon as da}from"../icons.js";import{useCallback as ca,useMemo as ua,useState as pa,useRef as ha,useEffect as ga,forwardRef as ma,useImperativeHandle as va}from"react";import fa from"styled-components";import"./index-DB_UqHYt.js";const ba=({isOpen:t,onClose:l,onDeny:r,onApprove:i})=>aa(e,{title:"Discard changes?",description:"You have unsaved changes.\nIf you cancel now, your changes won't be saved.",isOpen:t,onClose:l,denyButton:{label:"Keep editing",variant:a.Secondary,onClick:()=>{r?.(),l()}},approveButton:{label:"Discard changes",variant:a.Primary,onClick:()=>{i?.(),l()}}}),ya=({isOpen:t,onClose:l,onDeny:r,onApprove:i,action:s="delete",target:n})=>{const o=s.charAt(0).toUpperCase()+s.substring(1),d=n?.endsWith("s")?"these":"this";return aa(e,{title:`${o}${n?` ${n}`:""}?`,description:`Are you sure you want to ${s}${n?` ${d} ${n}`:""}?`,isOpen:t,onClose:l,denyButton:{label:"Go back",variant:a.Secondary,onClick:()=>{r?.(),l()}},approveButton:{label:o,variant:a.Primary,onClick:()=>{i?.(),l()}}})},xa=({componentType:e,inputType:a,name:g,label:m,tooltip:v,badge:f,placeholder:b,required:y,disabled:x,value:S,setValue:C,errorMessage:k,warnMessage:w,helpMessage:T,dropdownOptions:$,dropdownNoSearch:P,dropdownNoCheckbox:A,timeUnits:M,timeDefaultUnit:O})=>{switch(e){case t.Input:return aa(p,{name:g,type:a,label:m,tooltip:v,badge:f,placeholder:b,required:y,disabled:x,value:S??"",onChange:e=>{const t=e.target.value;C(a===h.Number?""===t?null:Number(t):t)},errorMessage:k,warnMessage:w,helpMessage:T},g);case t.MultiInput:return aa(u,{name:g,label:m,tooltip:v,badge:f,placeholder:b,required:y,disabled:x,values:Array.isArray(S)?S:c(S,[]),setValues:e=>C(e),errorMessage:k,warnMessage:w,helpMessage:T},g);case t.KeyValuePair:return aa(d,{name:g,label:m,tooltip:v,badge:f,required:y,disabled:x,limitFieldsPerRow:2,columns:[{keyName:"key",label:"Key"},{keyName:"value",label:"Value"}],values:Array.isArray(S)?S:c(S,[]),setValues:e=>C(e),errorMessage:k,warnMessage:w,helpMessage:T},g);case t.TextArea:return aa(o,{name:g,label:m,tooltip:v,badge:f,required:y,disabled:x,placeholder:b,value:S??"",onChange:e=>C(e.target.value),errorMessage:k,warnMessage:w,helpMessage:T},g);case t.Dropdown:return aa(n,{name:g,label:m,tooltip:v,badge:f,placeholder:b,required:y,disabled:x,withSearch:!P,options:$?.map(e=>({id:e.id||"",label:e.value||"",withCheckbox:!A}))||[],values:S?[String(S)]:[],setValues:e=>C(e[0]),errorMessage:k,warnMessage:w,helpMessage:T},g);case t.Checkbox:return aa(s,{name:g,label:m,tooltip:v,badge:f,value:!0===S||"true"===S,onChange:e=>C(e),disabled:x,errorMessage:k,warnMessage:w,helpMessage:T},g);case t.Time:return aa(i,{name:g,label:m,tooltip:v,badge:f,placeholder:b,required:y,disabled:x,value:S??"",setValue:e=>C(e),units:M,defaultUnit:O,errorMessage:k,warnMessage:w,helpMessage:T},g);case t.Toggle:return aa(l,{name:g,labelAlign:r.Right,label:m,tooltip:v,badge:f,value:!0===S||"true"===S,onChange:e=>C(e),disabled:x,errorMessage:k,warnMessage:w,helpMessage:T},g);default:return null}},Sa=({size:e=200})=>{const{tier:a}=g();return a===m.Onprem?aa(ra,{size:e}):aa(ia,{size:e})},Ca=[{value:"50",label:"50%"},{value:"25",label:"25%"},{value:"10",label:"10%"},{value:"1",label:"1%"},{value:"custom",label:"Custom"}],ka=[{value:"10",label:"10%"},{value:"1",label:"1%"},{value:"0.5",label:"0.5%"},{value:"0.1",label:"0.1%"},{value:"custom",label:"Custom"}],wa=[{value:"5000",label:"5s"},{value:"1000",label:"1s"},{value:"500",label:"500ms"},{value:"100",label:"100ms"},{value:"50",label:"50ms"},{value:"custom",label:"Custom"}],Ta=({description:e,options:a,selected:t,onSelect:l,customName:r,customLabel:i,customPlaceholder:s,customValue:n,onCustomChange:o})=>ta(v,{$gap:16,$alignItems:"flex-end",children:[ta(f,{$gap:6,children:[aa(b,{label:e}),aa(y,{size:x.S,options:a,selected:t,setSelected:l})]}),"custom"===t&&aa(p,{name:r,label:i,placeholder:s,type:h.Number,value:n,onChange:o,width:160})]}),$a=()=>{},Pa=e=>e.readOnly?aa(Aa,{rule:e.rule}):aa(Ma,{ruleType:e.ruleType,formState:e.formState,onChange:e.onChange}),Aa=({rule:e})=>{const a=null!=e.durationAtLeastMs;return e.error?aa(S,{richTitle:{title:C},children:aa(l,{name:"sampling-view-toggle-keep-errors",onChange:$a,value:!0,size:w.S,label:k,labelAlign:r.Right})}):a?aa(S,{richTitle:{title:T},children:ta("div",{children:[aa($,{size:M.XXXS,color:A.Secondary,children:P}),aa($,{size:M.XS,children:`${e.durationAtLeastMs}ms`})]})}):null},Ma=({ruleType:e,formState:a,onChange:t})=>{const i=ca(e=>t({durationPreset:e}),[t]),s=ca(e=>t({customDurationMs:e.target.value}),[t]);return"Error"===e?aa(S,{richTitle:{title:C,subTitle:O},children:aa(l,{name:"sampling-toggle-keep-errors",value:!0,onChange:$a,size:w.S,label:k,labelAlign:r.Right})}):"Duration"===e?aa(S,{richTitle:{title:T,subTitle:L},children:aa(Ta,{description:P,options:wa,selected:a.durationPreset,onSelect:i,customName:"sampling-input-custom-duration",customLabel:z,customPlaceholder:"200ms",customValue:a.customDurationMs,onCustomChange:s})}):null},Oa=fa.div`
2
- display: flex;
3
- gap: 32px;
4
- `,La=fa.div`
5
- display: flex;
6
- flex-direction: column;
7
- gap: 4px;
8
- `,za=fa.div`
9
- display: flex;
10
- flex-wrap: wrap;
11
- align-items: flex-end;
12
- gap: 16px;
13
- `,Xa=fa.div`
14
- display: flex;
15
- align-items: flex-end;
16
- gap: 16px;
17
- padding: 12px 16px;
18
- border-radius: 8px;
19
- background-color: ${({theme:e})=>e.v2.colors.black[500]};
20
- `,Da=fa.div`
21
- display: flex;
22
- align-items: flex-end;
23
- gap: 10px;
24
- flex: 1;
25
- `,Ra=fa.div`
26
- display: flex;
27
- align-items: center;
28
- height: 32px;
29
- `,Ia=fa.div`
30
- display: flex;
31
- align-items: flex-end;
32
- gap: 16px;
33
- margin-bottom: 12px;
34
- `,Na="Any",Ea="Kafka topic",Ha=()=>aa("div",{style:{marginBottom:"8px"},children:aa($,{size:M.XS,weight:500,children:"And"})}),Ba=[{value:"all",label:"All Operations"},{value:"httpServer",label:"HTTP Server"},{value:"httpClient",label:"HTTP Client"}],Va=[{value:"all",label:"All Operations"},{value:"httpServer",label:"HTTP Server"},{value:"kafkaConsumer",label:"Kafka Consumer"},{value:"kafkaProducer",label:"Kafka Producer"}],ja=[{id:"",label:Na},{id:"GET",label:"GET"},{id:"POST",label:"POST"},{id:"PUT",label:"PUT"},{id:"DELETE",label:"DELETE"},{id:"PATCH",label:"PATCH"}];const qa=e=>e.readOnly?aa(Ua,{data:e.data}):aa(Ga,{category:e.category,formState:e.formState,onChange:e.onChange}),Ua=({data:e})=>{const a=ua(()=>function(e){if("noisy"===e.category){const a=e.rule.operation;if(a?.httpServer)return[{id:"type",title:W,value:K},{id:"route",title:B,value:a.httpServer.route||a.httpServer.routePrefix||F},{id:"method",title:G,value:a.httpServer.method||Na}];if(a?.httpClient){const e=[{id:"type",title:W,value:Z}];return a.httpClient.serverAddress&&e.push({id:"serverAddress",title:"Server address",value:a.httpClient.serverAddress}),e.push({id:"route",title:B,value:a.httpClient.templatedPath||a.httpClient.templatedPathPrefix||F}),e.push({id:"method",title:G,value:a.httpClient.method||Na}),e}return[{id:"type",title:W,value:Q}]}const a=e.rule.operation;return a?.httpServer?[{id:"type",title:W,value:K},{id:"route",title:B,value:a.httpServer.route||a.httpServer.routePrefix||F},{id:"method",title:G,value:a.httpServer.method||Na}]:a?.kafkaConsumer?[{id:"type",title:W,value:Y},{id:"topic",title:Ea,value:a.kafkaConsumer.kafkaTopic||F}]:a?.kafkaProducer?[{id:"type",title:W,value:_},{id:"topic",title:Ea,value:a.kafkaProducer.kafkaTopic||F}]:[{id:"type",title:W,value:Q}]}(e),[e]);return aa(S,{richTitle:{title:X},children:aa(Oa,{children:a.map(({id:e,title:a,value:t})=>ta(La,{children:[aa($,{size:M.XXXS,color:A.Secondary,nowrap:!0,children:a}),aa($,{size:M.XS,nowrap:!0,children:t})]},e))})})},Ga=({category:e,formState:t,onChange:l})=>{const r=ua(()=>"noisy"===e?Ba:Va,[e]),i=ca(e=>l({operationType:e,route:"",serverAddress:"",method:"",kafkaTopic:""}),[l]),s=ca(e=>a=>{a&&l({routeType:e,route:""})},[l]),n=ca(e=>l({route:e.target.value}),[l]),o=ca(e=>l({serverAddress:e.target.value}),[l]),d=ca(e=>l({method:e[0]||""}),[l]),c=ca(e=>l({kafkaTopic:e.target.value}),[l]),u="httpServer"===t.operationType||"httpClient"===t.operationType,h="kafkaConsumer"===t.operationType||"kafkaProducer"===t.operationType,g="httpClient"===t.operationType?H:B,m="httpClient"===t.operationType?V:j;return ta(S,{richTitle:{title:`2. ${X}`,subTitle:D},children:[aa(f,{$alignItems:"flex-start",children:aa(y,{size:x.S,options:r,selected:t.operationType,setSelected:i})}),u&&ta(za,{children:["httpClient"===t.operationType&&ta(Ia,{children:[aa(p,{name:"sampling-input-server-address",label:I,placeholder:R,value:t.serverAddress,onChange:o}),aa(Ha,{})]}),ta(Xa,{children:[ta(Da,{children:[aa(Ra,{children:aa(N,{"data-id":"sampling-radio-route",value:"route"===t.routeType,onChange:s("route")})}),aa(p,{name:"sampling-input-route",label:g,placeholder:E,value:"route"===t.routeType?t.route:"",onChange:n,disabled:"route"!==t.routeType})]}),ta(Da,{children:[aa(Ra,{children:aa(N,{"data-id":"sampling-radio-route-prefix",value:"routePrefix"===t.routeType,onChange:s("routePrefix")})}),aa(p,{name:"sampling-input-route-prefix",label:m,placeholder:E,value:"routePrefix"===t.routeType?t.route:"",onChange:n,disabled:"routePrefix"!==t.routeType})]})]}),ta(Ia,{children:[aa(Ha,{}),aa(q,{label:G,items:ja,selectedIds:[t.method||""],setSelectedIds:e=>d(e),buttonProps:{"data-id":"sampling-btn-method",label:ja.find(e=>e.id===t.method)?.label||Na,size:U.S,variant:a.Secondary}})]})]}),h&&aa(p,{name:"sampling-input-kafka-topic",label:J,placeholder:"Type kafka topic",value:t.kafkaTopic,onChange:c,width:"320px"})]})},Ja=[{value:"all",label:"Drop All"},{value:"sample",label:"Sample"}],Ka=[{value:"all",label:"Keep All"},{value:"sample",label:"Sample"}];const Wa=e=>e.readOnly?aa(Fa,{data:e.data}):aa(Za,{category:e.category,formState:e.formState,onChange:e.onChange}),Fa=({data:e})=>{const a=ua(()=>function(e){switch(e.category){case"highlyRelevant":return null!=e.rule.percentageAtLeast?{title:te,method:ne,description:ie,value:`${e.rule.percentageAtLeast}%`}:{title:te,method:de,description:null,value:null};case"noisy":return null!=e.rule.percentageAtMost?{title:le,method:ne,description:se,value:`${e.rule.percentageAtMost}%`}:{title:le,method:oe,description:null,value:null};case"costReduction":return{title:le,method:ne,description:se,value:`${e.rule.percentageAtMost}%`}}}(e),[e]),t=[{id:"method",title:G,value:a.method},...null!=a.description?[{id:"value",title:a.description,value:a.value}]:[]];return aa(S,{richTitle:{title:a.title},children:aa(Oa,{children:t.map(({id:e,title:a,value:t})=>ta(La,{children:[aa($,{size:M.XXXS,color:A.Secondary,nowrap:!0,children:a}),aa($,{size:M.XS,nowrap:!0,children:t})]},e))})})},Za=({category:e,formState:a,onChange:t})=>{const l="highlyRelevant"===e,r=l?Ka:Ja,i=`${l?4:3}. ${l?te:le}`,s=l?ee:ae,n=l?ie:se,o="noisy"===e?ka:Ca,d=ca(e=>t({percentageMode:e}),[t]),c=ca(e=>t({percentagePreset:e}),[t]),u=ca(e=>t({customPercentage:e.target.value}),[t]);return ta(S,{richTitle:{title:i,subTitle:s},children:["costReduction"!==e&&aa(f,{$alignItems:"flex-start",children:aa(y,{size:x.S,options:r,selected:a.percentageMode,setSelected:d})}),("costReduction"===e||"sample"===a.percentageMode)&&aa(Ta,{description:n,options:o,selected:a.percentagePreset,onSelect:c,customName:"sampling-input-custom-percentage",customLabel:re,customPlaceholder:"5%",customValue:a.customPercentage,onCustomChange:u})]})},Qa=fa.div`
35
- display: flex;
36
- align-items: flex-end;
37
- gap: 16px;
38
- `,Ya=fa.div`
39
- width: 280px;
40
- flex-shrink: 0;
41
- `,_a=fa.div`
42
- flex: 1;
43
- min-width: 0;
44
- `;function et(e){return"highlyRelevant"===e.category?e.rule.error?"Error":null!=e.rule.durationAtLeastMs?"Duration":"Relevance":fe[e.category]}const at=e=>e.readOnly?aa(tt,{data:e.data}):aa(lt,{formState:e.formState,onChange:e.onChange}),tt=({data:e})=>{const a=ua(()=>[{id:"name",title:ue,value:e.rule.name||ce},{id:"type",title:pe,value:et(e)}],[e]),t=e.rule.notes||F;return ta(S,{children:[aa(Oa,{children:a.map(({id:e,title:a,value:t})=>ta(La,{children:[aa($,{size:M.XXXS,color:A.Secondary,nowrap:!0,children:a}),aa($,{size:M.XS,nowrap:!0,children:t})]},e))}),ta(La,{children:[aa($,{size:M.XXXS,color:A.Secondary,children:he}),aa($,{size:M.XS,children:t})]})]})},lt=({formState:e,onChange:a})=>{const t=ca(e=>a({name:e.target.value}),[a]),l=ca(e=>a({notes:e.target.value}),[a]);return aa(S,{children:ta(Qa,{children:[aa(Ya,{children:aa(p,{name:"sampling-input-rule-name",label:ue,tooltip:"Optional. Give this rule a name for easier identification.",placeholder:ge,value:e.name,onChange:t})}),aa(_a,{children:aa(p,{name:"sampling-input-note",label:he,tooltip:ve,placeholder:me,value:e.notes,onChange:l})})]})})},rt=[{value:"Relevance",label:"Relevance"},{value:"Error",label:"Error"},{value:"Duration",label:"Duration"}],it=({formState:e,onChange:a})=>{const t=ca(e=>a({ruleType:e,keepErrors:"Error"===e}),[a]);return aa(S,{richTitle:{title:`3. ${pe}`,subTitle:be},children:aa(f,{$alignItems:"flex-start",children:aa(y,{size:x.S,options:rt,selected:e.ruleType,setSelected:t})})})},st=fa.div`
45
- display: flex;
46
- align-items: center;
47
- gap: 24px;
48
- padding: 8px 16px;
49
- border-radius: 12px;
50
- background-color: ${({theme:e})=>e.v2.colors.silver[800]};
51
- `,nt=fa.div`
52
- flex: 1;
53
- min-width: 0;
54
- white-space: pre;
55
- overflow-x: auto;
56
- `,ot=({title:e,summary:t,onEdit:l,renderAction:r})=>{const i=ua(()=>{const a=[];return e&&(a.push({text:e,variant:ye.Default}),a.push({text:" - ",variant:ye.Default})),a.push(...t),a},[e,t]);return ta(st,{children:[aa(nt,{children:aa(xe,{parts:i})}),r&&r(),l&&aa(Se,{"data-id":"sampling-btn-edit-auto-rule",label:Ce,rightIcon:sa,variant:a.Text,size:U.S,onClick:l})]})},dt=e=>{const a=ua(()=>{if(e.readOnly)return e.summary;switch(e.category){case"noisy":return Te(Oe(e.formState));case"highlyRelevant":return we(Me(e.formState));case"costReduction":return ke(Ae(e.formState))}},[e]);if(e.readOnly)return aa(ot,{title:$e,summary:a,renderAction:e.renderAction});const t=1===a.length&&"default"===a[0].variant;return aa(ot,{title:t?Pe:$e,summary:t?[]:a,renderAction:e.renderAction})},ct=fa.div`
57
- display: flex;
58
- flex-wrap: wrap;
59
- gap: 8px;
60
- `,ut=fa.div`
61
- display: flex;
62
- align-items: center;
63
- gap: 8px;
64
- padding: 8px 12px;
65
- border-radius: 8px;
66
- cursor: pointer;
67
- background: ${({theme:e,$selected:a})=>a?e.v2.colors.silver[700]:e.v2.colors.silver[900]};
68
- border: 1px solid ${({theme:e,$selected:a})=>a?e.v2.colors.silver[500]:e.v2.colors.silver[800]};
69
-
70
- &:hover {
71
- background: ${({theme:e})=>e.v2.colors.silver[700]};
72
- }
73
- `,pt=fa.div`
74
- display: flex;
75
- width: 32px;
76
- height: 32px;
77
- justify-content: center;
78
- align-items: center;
79
- flex-shrink: 0;
80
- `,ht=fa.div`
81
- display: flex;
82
- flex-direction: column;
83
- gap: 4px;
84
- `,gt=fa.div`
85
- display: flex;
86
- align-items: center;
87
- gap: 8px;
88
- padding: 8px;
89
- border-radius: 8px;
90
- background-color: ${({theme:e})=>e.v2.colors.silver[900]};
91
- `,mt=fa.div`
92
- display: flex;
93
- width: 24px;
94
- height: 24px;
95
- justify-content: center;
96
- align-items: center;
97
- flex-shrink: 0;
98
- `,vt={[qe.JavaScript]:"Node.js",[qe.DotNet]:".NET",[qe.Php]:"PHP",[qe.Java]:"Java",[qe.Go]:"Go",[qe.Python]:"Python",[qe.Ruby]:"Ruby",[qe.Rust]:"Rust"},ft=[qe.Python,qe.Java,qe.JavaScript,qe.DotNet,qe.Php,qe.Ruby,qe.Go].map(e=>({id:e,label:vt[e]??e.charAt(0).toUpperCase()+e.slice(1),Icon:je(e)})),bt=[{value:"all",label:"Entire Cluster"},{value:"source",label:"Specific Source"},{value:"namespace",label:"Specific Namespace"},{value:"language",label:"Specific Programming Language"}];function yt(e){const a=vt[e];return a||e.charAt(0).toUpperCase()+e.slice(1)}const xt=e=>e.readOnly?aa(St,{scopes:e.scopes}):aa(Ct,{formState:e.formState,onChange:e.onChange,sourceOptions:e.sourceOptions,namespaceOptions:e.namespaceOptions}),St=({scopes:e})=>{if(Le(e))return aa(S,{richTitle:{title:ze},children:aa(Xe,{status:Re.Default,message:De,fullWidth:!0})});const a=e.sources??[],t=e.namespaces??[],l=e.languages??[];return aa(S,{richTitle:{title:ze},children:ta(ht,{children:[a.map((e,a)=>{const t=[e.namespace,e.kind,e.name].filter(Boolean),l=t.length?t.join(" / "):Ie;return aa(gt,{children:aa($,{size:M.XS,color:A.Primary,children:l})},`src-${a}`)}),t.map((e,a)=>aa(gt,{children:aa($,{size:M.XS,color:A.Primary,children:e})},`ns-${a}`)),l.map((e,a)=>{const t=je(e);return ta(gt,{children:[t&&aa(mt,{children:aa(t,{size:18})}),aa($,{size:M.XS,color:A.Primary,children:yt(e)})]},`lang-${a}`)})]})})},Ct=({formState:e,onChange:a,sourceOptions:t=[],namespaceOptions:l=[]})=>{const[r,i]=pa("all"),{sources:n,namespaces:o,languages:d}=e.sourceScopes,c=n.length>0||o.length>0||d.length>0,u=ua(()=>bt.map(e=>({...e,disabled:"all"===e.value&&c})),[c]),p=ua(()=>n.map(e=>{return a=e.namespace,t=e.kind,l=e.name,`${a}/${t}/${l}`;var a,t,l}),[n]),h=ua(()=>[...o],[o]),g=ua(()=>new Set(d),[d]),m=ca(e=>{i(e)},[]),v=ca(t=>{const l=t.map(e=>function(e){const a=e.split("/");return 3!==a.length?null:{namespace:a[0],kind:a[1],name:a[2]}}(e)).filter(e=>null!==e).map(e=>({namespace:e.namespace,kind:e.kind,name:e.name}));a({sourceScopes:{...e.sourceScopes,sources:l}})},[e.sourceScopes,a]),b=ca(t=>{a({sourceScopes:{...e.sourceScopes,namespaces:t}})},[e.sourceScopes,a]),C=ca(t=>{const l=e.sourceScopes.languages,r=l.includes(t)?l.filter(e=>e!==t):[...l,t];a({sourceScopes:{...e.sourceScopes,languages:r}})},[e.sourceScopes,a]);return ta(S,{richTitle:{title:`1. ${ze}`,subTitle:Ne},children:[aa(Xe,!c&&"all"===r?{status:Re.Default,message:De,fullWidth:!0,smallIcon:!0}:{status:Re.Info,message:Ee,fullWidth:!0,smallIcon:!0}),aa(f,{$alignItems:"flex-start",children:aa(y,{size:x.S,options:u,selected:r,setSelected:m})}),"source"===r&&aa(He,{multiple:!0,"data-id":"sampling-autocomplete-source",options:t,value:p,onSelect:v,placeholder:Be}),"namespace"===r&&aa(He,{multiple:!0,"data-id":"sampling-autocomplete-namespace",options:l,value:h,onSelect:b,placeholder:"Search namespace"}),"language"===r&&aa(ct,{children:ft.map(({id:e,label:a,Icon:t})=>{const l=g.has(e);return ta(ut,{$selected:l,onClick:()=>C(e),children:[aa(s,{name:`sampling-scope-lang-${e}`,size:Ve.S,value:l,onChange:()=>C(e)}),aa(pt,{children:aa(t,{size:20})}),aa($,{size:M.XS,nowrap:!0,children:a})]},e)})})]})},kt=(e,a)=>!a?.length||!!a?.find(a=>a===e),wt=({title:e="Signals",required:a,errorMessage:t,allowedSignals:l,selectedSignals:r,setSelectedSignals:i,disabled:n})=>{const[o,d]=pa(1===r.length),c=ha(JSON.stringify(r));ga(()=>{let e=Ue(r).filter(e=>kt(e,l));e.length||(e=Ge.filter(({id:e})=>kt(e,l)).map(({id:e})=>e));const a=JSON.stringify(e);c.current!==a&&(c.current=a,i(e),d(1===e.length))},[l,r]);return ta(f,{$gap:12,children:[aa(b,{label:e,required:a}),aa(v,{$gap:12,children:Ge.map(e=>{const a=kt(e.id,l),t=((e,a)=>!!a?.find(a=>a===e))(e.id,r);return a?aa(s,{label:e.value,disabled:n||!a||o&&t,value:t,onChange:a=>((e,a)=>{const t=e,l=a?[...r,t]:r.filter(e=>e!==t);i(l),d(1===l.length)})(e.id,a)},e.id):null})}),aa(Je,{errorMessage:t})]})},Tt=({minSupportedVersion:a,currentVersion:t})=>aa(e,{isOpen:!0,onClose:()=>{},relativeToParent:!0,visual:()=>aa(Ke,{scale:2.4,icon:()=>aa("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"21",viewBox:"0 0 22 21",fill:"none",children:aa("path",{fill:"#151618",d:"M9.4844 0.730003C9.99694 -0.243259 11.4076 -0.24341 11.92 0.730003L11.9685 0.831353L14.3039 6.22012L20.153 6.77755C21.3553 6.89211 21.841 8.38683 20.9358 9.18621L16.5314 13.0731L17.8091 18.8079C18.0716 19.9868 16.8005 20.9109 15.7605 20.2969L10.7017 17.3093L5.64282 20.2969C4.60289 20.9104 3.33173 19.9866 3.59427 18.8079L4.87192 13.0741L0.468608 9.18621C-0.43662 8.38693 0.0482932 6.8924 1.25029 6.77755L7.09837 6.22012L9.43588 0.831353L9.4844 0.730003ZM8.55284 7.02876C8.35287 7.48992 7.9179 7.80589 7.41751 7.85357L2.03952 8.36571L6.09027 11.941C6.46691 12.2737 6.63296 12.7852 6.5237 13.2758L5.34956 18.5459L10.0008 15.8009L10.1669 15.7179C10.5087 15.574 10.8945 15.5741 11.2364 15.7179L11.4036 15.8009L16.0538 18.5459L14.8807 13.2758C14.7714 12.7851 14.9374 12.2737 15.3141 11.941L19.3627 8.36571L13.9858 7.85357C13.4855 7.80587 13.0505 7.4899 12.8505 7.02876L10.7017 2.07342L8.55284 7.02876Z"})})}),title:"Upgrade Required",description:`To use this feature, please upgrade to Odigos v${a} or later.\nCurrent version: ${t}.`}),$t=fa.div`
99
- display: flex;
100
- flex-direction: column;
101
- justify-content: flex-end;
102
- width: ${({$width:e})=>e};
103
- gap: ${({$columnHasHeader:e})=>e?"0":"12px"};
104
- `,Pt=fa.div`
105
- display: flex;
106
- align-items: center;
107
- min-height: 24px;
108
- padding: 12px;
109
- border-radius: 16px 16px 0 0;
110
- background-color: ${({theme:e})=>e.v2.colors.silver[800]};
111
- `,At=fa.div`
112
- display: flex;
113
- flex-direction: column;
114
- gap: ${({$gap:e})=>e}px;
115
- padding: 12px 12px 0 12px;
116
- width: calc(100% - 24px);
117
- height: ${({$heightOffset:e,$columnHasHeader:a})=>`calc(100vh - 180px - ${e}px ${a?"- 48px":""})`};
118
- border-radius: ${({$columnHasHeader:e,$isLeft:a,$isRight:t})=>e?a?"0 0 0 16px":t?"0 16px 0 0":"0":a?"16px 0 0 16px":t?"0 16px 16px 0":"16px"};
119
- background-color: ${({theme:e})=>e.v2.colors.silver[900]};
120
- overflow-y: auto;
121
- overflow-x: hidden;
122
- `,Mt=({isLeft:e,isRight:a,heightOffset:t=0,width:l,header:r,list:i})=>ta($t,{$width:l,$columnHasHeader:!!r,children:[r&&aa(Pt,{children:r}),aa(At,{$gap:8,$isLeft:e,$isRight:a,$heightOffset:t,$columnHasHeader:!!r,children:i.length?i.length>1?aa(We,{gap:8,elements:i}):aa(la,{children:i[0]}):aa(Fe,{$height:"100%",children:aa(Ze,{})})})]}),Ot="75vw",Lt=fa.div`
123
- display: flex;
124
- flex-direction: column;
125
- border-radius: 16px;
126
- background-color: ${({theme:e})=>e.v2.colors.silver[1e3]};
127
- overflow: hidden;
128
- `,zt=fa.div`
129
- display: flex;
130
- gap: 12px;
131
- padding: 16px 16px 0 16px;
132
- background-color: ${({theme:e})=>e.v2.colors.silver[1e3]};
133
- position: sticky;
134
- top: 0;
135
- `,Xt=fa.div`
136
- padding: 12px 12px 0 12px;
137
- `,Dt=fa.div`
138
- display: flex;
139
- gap: 12px;
140
- padding: 16px;
141
- `,Rt=fa.div`
142
- padding: 5vh 10vw;
143
- border-radius: 12px;
144
- background-color: ${({theme:e})=>e.v2.colors.silver[800]};
145
- `,It=ma(({isOpen:t,withOverlay:l,disableAnimation:r,onClose:i,onBack:s,onNext:n,nextIsSkip:o,onSave:d,disableSave:c,connectionIds:u,header:p,subHeader:h,leftColumn:g,rightColumn:m,search:v,filters:f,errorMessage:b,isFormDirty:y,hideDirtyNote:x,isFetching:S,progress:C},k)=>{const[w,T]=pa(!1),[$,P]=pa(!1),[A,O]=pa(void 0);va(k,()=>({clearErrors:()=>O(void 0)}));const L=$,z=ca(()=>{y&&!w?T(!0):(T(!1),i?.())},[y,w,i]),X=c||$||"boolean"==typeof y&&!y,D=ca(async()=>{P(!0);const e=await d();P(!1),e?.error?O(e.error):(u?.setValue([]),i?.())},[d,u,i]),R=!!v||!!u||!!f,I=!!h,N=(R?48:0)+(I?50:0),E=ua(()=>S?{status:Re.Info,message:"Fetching Data..."}:$&&!C?{status:Re.Info,message:"Saving Changes..."}:A||b?{status:Re.Error,message:A||b}:"boolean"==typeof y&&y&&!x?{status:Re.Info,message:'The values don\'t reflect the current configurations of the selected clusters.\n"Save" will override the current configurations.'}:"boolean"!=typeof y||y||x?void 0:{status:Re.Success,message:"The values reflect the current configuration of the selected cluster."},[S,$,C,A,b,y,x]),H=ua(()=>s?{label:"Back",leftIcon:na,variant:a.Secondary,onClick:s}:{label:"Cancel",variant:a.Secondary,onClick:z,disabled:L},[s,z,L]),[B,V]=pa(!1),j=ua(()=>n?o?{"data-id":"wide-drawer-skip",label:"Skip",rightIcon:oa,variant:a.Secondary,onClick:()=>V(!0)}:{"data-id":"wide-drawer-next",label:"Next",rightIcon:oa,variant:a.Primary,onClick:n}:{"data-id":"wide-drawer-save",label:"Save",variant:a.Primary,onClick:D,disabled:X},[n,o,D,X]);return ta(Qe,{width:Ot,isOpen:t,disableAnimation:r,hideOverlay:!$&&!l,header:{...p,onClose:i?z:void 0,onCloseDisabled:L},footer:{note:E,actions:[H,j]},children:[$?aa(Fe,{$height:"calc(100vh - 136px)",children:aa(Rt,{children:aa(Ye,{titleSize:M.S,subTitleSize:M.XXXS,withGradient:!0,withSpinner:!0,...C})})}):ta(Lt,{children:[R&&ta(zt,{children:[u&&aa(_e,{icon:da,title:"Selected Clusters",badge:{label:u.value.length}}),v&&aa(ea,{width:"100%",...v}),f]}),I&&aa(Xt,{children:aa(_e,{icon:h.icon,title:h.title,subTitle:h.description,badge:h.badge})}),ta(Dt,{children:[aa(Mt,{isLeft:!0,heightOffset:N,...g}),aa(Mt,{isRight:!0,heightOffset:N,...m})]})]}),aa(ba,{isOpen:w,onClose:()=>T(!1),onApprove:z}),aa(e,{title:"Skip setup?",description:"Without completing setup, Odigos won't be able to collect and send your telemetry data. This may interrupt your data flow and limit the platform's ability to provide value.",isOpen:B,onClose:()=>V(!1),denyButton:{label:"Go Back",variant:a.Secondary,onClick:()=>V(!1)},approveButton:{label:"Skip",variant:a.Primary,onClick:()=>{n?.(),V(!1)}}})]})});It.displayName=It.name;export{ot as A,ba as C,xa as D,ka as N,qa as O,Ta as P,at as R,wt as S,Tt as U,It as W,Ca as a,dt as b,xt as c,it as d,Pa as e,Wa as f,ya as g,Ot as h,Sa as i,wa as j};