@odigos/ui-kit 0.0.23 → 0.0.25
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 +20 -0
- package/README.md +3 -2
- package/lib/components/auto-complete-input/auto-complete-input.stories.d.ts +9 -0
- package/lib/components/auto-complete-input/index.d.ts +2 -0
- package/lib/components/badge/badge.stories.d.ts +13 -0
- package/lib/components/button/button.stories.d.ts +9 -0
- package/lib/components/cancel-warning/cancel-warning.stories.d.ts +9 -0
- package/lib/components/checkbox/checkbox.stories.d.ts +9 -0
- package/lib/components/code/code.stories.d.ts +9 -0
- package/lib/components/condition-details/condition-details.stories.d.ts +14 -0
- package/lib/components/data-card/data-card-fields/index.d.ts +8 -7
- package/lib/components/data-card/data-card.stories.d.ts +11 -0
- package/lib/components/data-card/index.d.ts +3 -3
- package/lib/components/data-tab/data-tab.stories.d.ts +15 -0
- package/lib/components/delete-warning/delete-warning.stories.d.ts +9 -0
- package/lib/components/describe-row/describe-row.stories.d.ts +9 -0
- package/lib/components/divider/divider.stories.d.ts +9 -0
- package/lib/components/docs-button/docs-button.stories.d.ts +9 -0
- package/lib/components/drawer/drawer.stories.d.ts +10 -0
- package/lib/components/dropdown/dropdown.stories.d.ts +10 -0
- package/lib/components/error-boundary/error-boundary.stories.d.ts +9 -0
- package/lib/components/extend-arrow/extend-arrow.stories.d.ts +9 -0
- package/lib/components/fade-loader/fade-loader.stories.d.ts +9 -0
- package/lib/components/field-error/field-error.stories.d.ts +9 -0
- package/lib/components/field-label/field-label.stories.d.ts +9 -0
- package/lib/components/header/header.stories.d.ts +9 -0
- package/lib/components/icon-button/icon-button.stories.d.ts +9 -0
- package/lib/components/icon-group/icon-group.stories.d.ts +16 -0
- package/lib/components/icon-title-badge/icon-title-badge.stories.d.ts +9 -0
- package/lib/components/icon-wrapped/icon-wrapped.stories.d.ts +10 -0
- package/lib/components/icons-nav/icons-nav.stories.d.ts +9 -0
- package/lib/components/image-controlled/image-controlled.stories.d.ts +9 -0
- package/lib/components/index.d.ts +1 -0
- package/lib/components/input/input.stories.d.ts +9 -0
- package/lib/components/input-list/input-list.stories.d.ts +9 -0
- package/lib/components/input-table/input-table.stories.d.ts +9 -0
- package/lib/components/interactive-table/interactive-table.stories.d.ts +12 -0
- package/lib/components/key-value-input-list/key-value-input-list.stories.d.ts +9 -0
- package/lib/components/modal/modal.stories.d.ts +9 -0
- package/lib/components/monitors-checkboxes/monitors-checkboxes.stories.d.ts +9 -0
- package/lib/components/monitors-icons/monitors-icons.stories.d.ts +9 -0
- package/lib/components/navigation-buttons/navigation-buttons.stories.d.ts +9 -0
- package/lib/components/no-data-found/no-data-found.stories.d.ts +9 -0
- package/lib/components/notification-note/index.d.ts +2 -1
- package/lib/components/notification-note/notification-note.stories.d.ts +10 -0
- package/lib/components/scroll-x/scroll-x.stories.d.ts +10 -0
- package/lib/components/section-title/section-title.stories.d.ts +9 -0
- package/lib/components/segment/segment.stories.d.ts +9 -0
- package/lib/{containers/data-flow-actions-menu → components}/selection-button/index.d.ts +3 -3
- package/lib/components/selection-button/selection-button.stories.d.ts +9 -0
- package/lib/components/skeleton-loader/skeleton-loader.stories.d.ts +9 -0
- package/lib/components/status/status.stories.d.ts +9 -0
- package/lib/components/stepper/stepper.stories.d.ts +9 -0
- package/lib/components/styled.d.ts +2 -0
- package/lib/components/text/text.stories.d.ts +9 -0
- package/lib/components/textarea/textarea.stories.d.ts +9 -0
- package/lib/components/toggle/toggle.stories.d.ts +9 -0
- package/lib/components/tooltip/tooltip.stories.d.ts +11 -0
- package/lib/components/trace-loader/trace-loader.stories.d.ts +9 -0
- package/lib/components/warning-modal/warning-modal.stories.d.ts +9 -0
- package/lib/components.js +12 -11
- package/lib/constants/destinations/index.d.ts +18 -0
- package/lib/constants/index.d.ts +1 -0
- package/lib/constants/strings/index.d.ts +56 -10
- package/lib/constants.js +4 -4
- package/lib/containers/action-drawer/action-drawer.stories.d.ts +9 -0
- package/lib/containers/action-drawer/build-card.d.ts +1 -7
- package/lib/containers/action-form/action-form.stories.d.ts +9 -0
- package/lib/containers/action-modal/action-modal.stories.d.ts +9 -0
- package/lib/containers/action-table/action-table.stories.d.ts +9 -0
- package/lib/containers/await-pipeline/await-pipeline.stories.d.ts +9 -0
- package/lib/containers/compute-platform-select/compute-platform-select.stories.d.ts +9 -0
- package/lib/containers/compute-platforms/compute-platforms.stories.d.ts +9 -0
- package/lib/containers/compute-platforms-actions-menu/compute-platforms-actions-menu.stories.d.ts +9 -0
- package/lib/containers/data-flow/data-flow.stories.d.ts +9 -0
- package/lib/containers/data-flow-actions-menu/data-flow-actions-menu.stories.d.ts +11 -0
- package/lib/containers/data-flow-actions-menu/data-stream-select/index.d.ts +6 -0
- package/lib/containers/data-flow-actions-menu/index.d.ts +2 -1
- package/lib/containers/data-stream-selection-form/data-stream-selection-form.stories.d.ts +9 -0
- package/lib/containers/data-stream-selection-form/index.d.ts +12 -0
- package/lib/containers/destination-drawer/build-card.d.ts +1 -7
- package/lib/containers/destination-drawer/destination-drawer.stories.d.ts +9 -0
- package/lib/containers/destination-drawer/index.d.ts +2 -5
- package/lib/containers/destination-form/destination-form.stories.d.ts +9 -0
- package/lib/containers/destination-form/index.d.ts +2 -5
- package/lib/containers/destination-form/test-connection/index.d.ts +4 -8
- package/lib/containers/destination-modal/choose-destination/destinations-list/index.d.ts +2 -1
- package/lib/containers/destination-modal/choose-destination/index.d.ts +3 -3
- package/lib/containers/destination-modal/destination-modal.stories.d.ts +9 -0
- package/lib/containers/destination-modal/index.d.ts +3 -5
- package/lib/containers/destination-selection-form/destination-list/index.d.ts +6 -0
- package/lib/containers/destination-selection-form/destination-selection-form.stories.d.ts +9 -0
- package/lib/containers/destination-selection-form/index.d.ts +6 -9
- package/lib/containers/destination-table/destination-table.stories.d.ts +9 -0
- package/lib/containers/dropdowns/connection-status-dropdown/connection-status-dropdown.stories.d.ts +9 -0
- package/lib/containers/dropdowns/connection-type-dropdown/connection-type-dropdown.stories.d.ts +9 -0
- package/lib/containers/dropdowns/error-dropdown/error-dropdown.stories.d.ts +9 -0
- package/lib/containers/dropdowns/error-dropdown/index.d.ts +2 -0
- package/lib/containers/dropdowns/kind-dropdown/error-dropdown.stories.d.ts +9 -0
- package/lib/containers/dropdowns/kind-dropdown/index.d.ts +2 -0
- package/lib/containers/dropdowns/language-dropdown/index.d.ts +2 -0
- package/lib/containers/dropdowns/language-dropdown/language-dropdown.stories.d.ts +9 -0
- package/lib/containers/dropdowns/monitor-dropdown/monitor-dropdown.stories.d.ts +9 -0
- package/lib/containers/dropdowns/namespace-dropdown/index.d.ts +2 -0
- package/lib/containers/dropdowns/namespace-dropdown/namespace-dropdown.stories.d.ts +9 -0
- package/lib/containers/index.d.ts +3 -0
- package/lib/containers/instrumentation-rule-drawer/build-card.d.ts +1 -7
- package/lib/containers/instrumentation-rule-drawer/instrumentation-rule-drawer.stories.d.ts +9 -0
- package/lib/containers/instrumentation-rule-form/instrumentation-rule-form.stories.d.ts +9 -0
- package/lib/containers/instrumentation-rule-modal/instrumentation-rule-modal.stories.d.ts +9 -0
- package/lib/containers/instrumentation-rule-table/instrumentation-rule-table.stories.d.ts +9 -0
- package/lib/containers/multi-source-control/multi-source-control.stories.d.ts +9 -0
- package/lib/containers/notification-manager/notification-manager.stories.d.ts +9 -0
- package/lib/containers/overview-drawer/overview-drawer.stories.d.ts +9 -0
- package/lib/containers/setup-summary/index.d.ts +7 -0
- package/lib/containers/setup-summary/setup-summary.stories.d.ts +9 -0
- package/lib/containers/side-nav/side-nav.stories.d.ts +9 -0
- package/lib/containers/slack-invite/slack-invite.stories.d.ts +9 -0
- package/lib/containers/source-drawer/build-card.d.ts +1 -6
- package/lib/containers/source-drawer/source-drawer.stories.d.ts +9 -0
- package/lib/containers/source-form/source-form.stories.d.ts +9 -0
- package/lib/containers/source-modal/index.d.ts +3 -5
- package/lib/containers/source-modal/source-modal.stories.d.ts +9 -0
- package/lib/containers/source-selection-form/index.d.ts +4 -5
- package/lib/containers/source-selection-form/source-list/index.d.ts +8 -0
- package/lib/containers/source-selection-form/source-selection-form.stories.d.ts +9 -0
- package/lib/containers/source-table/source-table.stories.d.ts +9 -0
- package/lib/containers/system-overview/system-overview.stories.d.ts +9 -0
- package/lib/containers/table-cell-conditions/table-cell-conditions.stories.d.ts +9 -0
- package/lib/containers/toast-list/toast-list.stories.d.ts +9 -0
- package/lib/containers/toggle-dark-mode/toggle-dark-mode.stories.d.ts +9 -0
- package/lib/containers.js +598 -476
- package/lib/functions/filter-destinations-by-stream/index.d.ts +2 -0
- package/lib/functions/filter-sources-by-stream/index.d.ts +2 -0
- package/lib/functions/index.d.ts +3 -0
- package/lib/functions/map-exported-signals/index.d.ts +2 -0
- package/lib/functions.js +7 -11
- package/lib/hooks/useSourceFormData.d.ts +1 -1
- package/lib/hooks/useSourceSelectionFormData.d.ts +9 -17
- package/lib/hooks.js +5 -6
- package/lib/icons/actions/add-cluster-info-icon/add-cluster-info-icon.stories.d.ts +8 -0
- package/lib/icons/actions/delete-attribute-icon/delete-attribute-icon.stories.d.ts +8 -0
- package/lib/icons/actions/pii-masking-icon/pii-masking-icon.stories.d.ts +8 -0
- package/lib/icons/actions/rename-attribute-icon/rename-attribute-icon.stories.d.ts +8 -0
- package/lib/icons/actions/sampler-icon/sampler-icon.stories.d.ts +8 -0
- package/lib/icons/brand/odigos-logo/odigos-logo.stories.d.ts +8 -0
- package/lib/icons/brand/odigos-logo-text/odigos-logo-text.stories.d.ts +8 -0
- package/lib/icons/common/arrow-icon/arrow-icon.stories.d.ts +8 -0
- package/lib/icons/common/code-brackets-icon/code-brackets-icon.stories.d.ts +8 -0
- package/lib/icons/common/code-icon/code-icon.stories.d.ts +8 -0
- package/lib/icons/common/command-icon/command-icon.stories.d.ts +8 -0
- package/lib/icons/common/copy-icon/copy-icon.stories.d.ts +8 -0
- package/lib/icons/common/edit-icon/edit-icon.stories.d.ts +8 -0
- package/lib/icons/common/extend-arrow-icon/extend-arrow-icon.stories.d.ts +8 -0
- package/lib/icons/common/filter-icon/filter-icon.stories.d.ts +8 -0
- package/lib/icons/common/folder-icon/folder-icon.stories.d.ts +8 -0
- package/lib/icons/common/image-error-icon/image-error-icon.stories.d.ts +8 -0
- package/lib/icons/common/key-icon/key-icon.stories.d.ts +8 -0
- package/lib/icons/common/list-icon/list-icon.stories.d.ts +8 -0
- package/lib/icons/common/no-data-icon/no-data-icon.stories.d.ts +8 -0
- package/lib/icons/common/notebook-icon/notebook-icon.stories.d.ts +8 -0
- package/lib/icons/common/notification-icon/notification-icon.stories.d.ts +8 -0
- package/lib/icons/common/search-icon/search-icon.stories.d.ts +8 -0
- package/lib/icons/common/sort-arrows-icon/sort-arrows-icon.stories.d.ts +8 -0
- package/lib/icons/common/terminal-icon/terminal-icon.stories.d.ts +8 -0
- package/lib/icons/common/trash-icon/trash-icon.stories.d.ts +8 -0
- package/lib/icons/common/x-icon/x-icon.stories.d.ts +8 -0
- package/lib/icons/compute-platform/k8s-logo/k8s-logo.stories.d.ts +8 -0
- package/lib/icons/compute-platform/vm-logo/vm-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/alauda-logo/alauda-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/alibaba-cloud-logo/alibaba-cloud-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/app-dynamics-logo/app-dynamics-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/aws-cloudwatch-logo/aws-cloudwatch-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/aws-s3-logo/aws-s3-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/aws-xray-logo/aws-xray-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/axiom-logo/axiom-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/better-stack-logo/better-stack-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/blob-storage-logo/blob-storage-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/bonree-logo/bonree-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/causely-logo/causely-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/checkly-logo/checkly-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/chronosphere-logo/chronosphere-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/clickhouse-logo/clickhouse-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/coralogix-logo/coralogix-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/dash0-logo/dash0-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/datadog-logo/datadog-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/dynatrace-logo/dynatrace-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/elastic-apm-logo/elastic-apm-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/elastic-search-logo/elastic-search-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/gigapipe-logo/gigapipe-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/google-cloud-platform-logo/google-cloud-platform-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/google-cloud-storage-logo/google-cloud-storage-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/grafana-logo/grafana-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/greptime-logo/greptime-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/groundcover-logo/groundcover-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/honeycomb-logo/honeycomb-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/hyperdx-logo/hyperdx-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/index.d.ts +1 -0
- package/lib/icons/destinations/instana-logo/instana-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/jaeger-logo/jaeger-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/kafka-logo/kafka-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/kloudmate-logo/kloudmate-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/last9-logo/last9-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/lightstep-logo/lightstep-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/logzio-logo/logzio-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/loki-logo/loki-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/lumigo-logo/lumigo-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/middleware-logo/middleware-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/new-relic-logo/new-relic-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/observe-logo/observe-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/one-uptime-logo/one-uptime-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/open-observe-logo/open-observe-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/open-telemetry-logo/open-telemetry-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/ops-verse-logo/ops-verse-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/oracle-logo/oracle-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/prometheus-logo/prometheus-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/qryn-logo/qryn-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/quickwit-logo/quickwit-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/sentry-logo/sentry-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/seq-logo/seq-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/signoz-logo/signoz-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/splunk-logo/splunk-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/sumo-logic-logo/sumo-logic-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/telemetry-hub-logo/telemetry-hub-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/tempo-logo/tempo-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/tingyun-logo/tingyun-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/traceloop-logo/traceloop-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/uptrace-logo/uptrace-logo.stories.d.ts +8 -0
- package/lib/icons/destinations/victoria-metrics-logo/index.d.ts +2 -0
- package/lib/icons/destinations/victoria-metrics-logo/victoria-metrics-logo.stories.d.ts +8 -0
- package/lib/icons/instrumentation-rules/code-attributes-icon/code-attributes-icon.stories.d.ts +8 -0
- package/lib/icons/instrumentation-rules/payload-collection-icon/payload-collection-icon.stories.d.ts +8 -0
- package/lib/icons/math/minus-icon/minus-icon.stories.d.ts +8 -0
- package/lib/icons/math/plus-icon/plus-icon.stories.d.ts +8 -0
- package/lib/icons/monitors/logs-icon/logs-icon.stories.d.ts +8 -0
- package/lib/icons/monitors/metrics-icon/metrics-icon.stories.d.ts +8 -0
- package/lib/icons/monitors/traces-icon/traces-icon.stories.d.ts +8 -0
- package/lib/icons/on-off/eye-closed-icon/eye-closed-icon.stories.d.ts +8 -0
- package/lib/icons/on-off/eye-open-icon/eye-open-icon.stories.d.ts +8 -0
- package/lib/icons/on-off/light-off-icon/light-off-icon.stories.d.ts +8 -0
- package/lib/icons/on-off/light-on-icon/light-on-icon.stories.d.ts +8 -0
- package/lib/icons/on-off/moon-icon/moon-icon.stories.d.ts +8 -0
- package/lib/icons/on-off/sun-icon/sun-icon.stories.d.ts +8 -0
- package/lib/icons/overview/actions-icon/actions-icon.stories.d.ts +8 -0
- package/lib/icons/overview/connections-icon/connections-icon.stories.d.ts +8 -0
- package/lib/icons/overview/data-streams-icon/data-streams-icon.stories.d.ts +8 -0
- package/lib/icons/overview/data-streams-icon/index.d.ts +2 -0
- package/lib/icons/overview/destinations-icon/destinations-icon.stories.d.ts +8 -0
- package/lib/icons/overview/index.d.ts +1 -0
- package/lib/icons/overview/namespaces-icon/namespaces-icon.stories.d.ts +8 -0
- package/lib/icons/overview/overview-icon/overview-icon.stories.d.ts +8 -0
- package/lib/icons/overview/rules-icon/rules-icon.stories.d.ts +8 -0
- package/lib/icons/overview/service-map-icon/service-map-icon.stories.d.ts +8 -0
- package/lib/icons/overview/sources-icon/sources-icon.stories.d.ts +8 -0
- package/lib/icons/overview/trace-view-icon/trace-view-icon.stories.d.ts +8 -0
- package/lib/icons/programming-languages/c-plus-plus-logo/c-plus-plus-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/c-sharp-logo/c-sharp-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/dotnet-logo/dotnet-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/elixir-logo/elixir-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/go-logo/go-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/java-logo/java-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/mysql-logo/mysql-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/nginx-logo/nginx-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/nodejs-logo/nodejs-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/php-logo/php-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/postgres-logo/postgres-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/python-logo/python-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/redis-logo/redis-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/ruby-logo/ruby-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/rust-logo/rust-logo.stories.d.ts +8 -0
- package/lib/icons/programming-languages/swift-logo/swift-logo.stories.d.ts +8 -0
- package/lib/icons/social/slack-logo/slack-logo.stories.d.ts +8 -0
- package/lib/icons/status/check-circled-icon/check-circled-icon.stories.d.ts +8 -0
- package/lib/icons/status/check-icon/check-icon.stories.d.ts +8 -0
- package/lib/icons/status/cross-circled-icon/cross-circled-icon.stories.d.ts +8 -0
- package/lib/icons/status/cross-icon/cross-icon.stories.d.ts +8 -0
- package/lib/icons/status/error-round-icon/error-round-icon.stories.d.ts +8 -0
- package/lib/icons/status/error-triangle-icon/error-triangle-icon.stories.d.ts +8 -0
- package/lib/icons/status/info-icon/info-icon.stories.d.ts +8 -0
- package/lib/icons/status/warning-triangle-icon/warning-triangle-icon.stories.d.ts +8 -0
- package/lib/icons.js +5 -4
- package/lib/{index-C48Fe7Pl.js → index-BOkleuyi.js} +32 -5
- package/lib/{index-CksKgOxY.js → index-BRW_Nl-n.js} +7 -1
- package/lib/{index-C7Y1tYdc.js → index-C0N2DFBu.js} +1 -1
- package/lib/{index-BfUUVS8N.js → index-C2m4uddS.js} +2 -2
- package/lib/{index-DiTtXTRm.js → index-CK8tITRA.js} +25 -2
- package/lib/index-CTdoDQzG.js +36 -0
- package/lib/index-CWbxXTof.js +11 -0
- package/lib/{index-BKyIuPoq.js → index-CYUrArTm.js} +125 -164
- package/lib/{index-KOMAv-TS.js → index-CamnKrev.js} +8 -8
- package/lib/index-DE7A6Q_i.js +25 -0
- package/lib/index-Dqief9td.js +20 -0
- package/lib/{index-D3sp5Hx7.js → index-HOKGoci6.js} +93 -3
- package/lib/{index-BsH_egEe.js → index-IKusBlIE.js} +55 -17
- package/lib/{data → mock-data}/sources/index.d.ts +1 -0
- package/lib/snippets/add-button/index.d.ts +7 -0
- package/lib/snippets/edit-button/index.d.ts +7 -0
- package/lib/snippets/index.d.ts +3 -0
- package/lib/snippets/note-back-to-summary/index.d.ts +6 -0
- package/lib/snippets/note-back-to-summary/note-back-to-summary.stories.d.ts +9 -0
- package/lib/snippets.js +17 -0
- package/lib/store/index.d.ts +1 -0
- package/lib/store/useDataStreamStore.d.ts +16 -0
- package/lib/store/useSetupStore.d.ts +10 -24
- package/lib/store.js +1 -1
- package/lib/theme.js +1 -1
- package/lib/types/actions/index.d.ts +2 -0
- package/lib/types/data-streams/index.d.ts +3 -0
- package/lib/types/destinations/index.d.ts +16 -2
- package/lib/types/index.d.ts +1 -0
- package/lib/types/namespaces/index.d.ts +13 -0
- package/lib/types/sources/index.d.ts +4 -1
- package/lib/types.js +2 -0
- package/lib/{useSourceSelectionFormData-CrKof314.js → useSourceSelectionFormData-Bxm0NBIy.js} +61 -102
- package/lib/{useTransition-D0ykOLrk.js → useTransition-DvT5YNul.js} +2 -2
- package/package.json +8 -2
- package/lib/containers/destination-modal/choose-destination/potential-destinations-list/index.d.ts +0 -8
- package/lib/containers/destination-selection-form/configured-list/index.d.ts +0 -5
- package/lib/containers/source-selection-form/controls/index.d.ts +0 -7
- package/lib/containers/source-selection-form/list/index.d.ts +0 -9
- package/lib/index-C_0J5P9M.js +0 -45
- /package/lib/{data → mock-data}/actions/index.d.ts +0 -0
- /package/lib/{data → mock-data}/describe/index.d.ts +0 -0
- /package/lib/{data → mock-data}/destinations/index.d.ts +0 -0
- /package/lib/{data → mock-data}/index.d.ts +0 -0
- /package/lib/{data → mock-data}/instrumentation-rules/index.d.ts +0 -0
- /package/lib/{data → mock-data}/namespaces/index.d.ts +0 -0
- /package/lib/{data → mock-data}/tokens/index.d.ts +0 -0
package/lib/{useSourceSelectionFormData-CrKof314.js → useSourceSelectionFormData-Bxm0NBIy.js}
RENAMED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { ActionType, StatusType, AddNodeTypes, EntityTypes, FieldTypes } from './types.js';
|
|
2
|
-
import { useState, useEffect,
|
|
3
|
-
import {
|
|
2
|
+
import { useState, useEffect, useMemo } from 'react';
|
|
3
|
+
import { g as useNotificationStore, f as useModalStore, b as useDrawerStore, c as useEntityStore, a as useDataStreamStore, j as useSetupStore } from './index-CK8tITRA.js';
|
|
4
4
|
import 'styled-components';
|
|
5
5
|
import { i as isEmpty, s as safeJsonParse } from './index-BZS1ijMm.js';
|
|
6
|
-
import './index-
|
|
7
|
-
import {
|
|
8
|
-
import { b as useGenericForm } from './useTransition-D0ykOLrk.js';
|
|
6
|
+
import { F as FORM_ALERTS } from './index-HOKGoci6.js';
|
|
7
|
+
import { b as useGenericForm } from './useTransition-DvT5YNul.js';
|
|
9
8
|
import { g as getIdFromSseTarget } from './index-7-KCQK-x.js';
|
|
10
9
|
|
|
11
10
|
const INITIAL$2 = {
|
|
@@ -101,6 +100,7 @@ const useActionFormData = () => {
|
|
|
101
100
|
case 'signals':
|
|
102
101
|
case 'disabled':
|
|
103
102
|
case 'collectContainerAttributes':
|
|
103
|
+
case 'collectReplicaSetAttributes':
|
|
104
104
|
case 'collectWorkloadId':
|
|
105
105
|
case 'collectClusterId':
|
|
106
106
|
case 'labelsAttributes':
|
|
@@ -344,6 +344,7 @@ const useDestinationFormData = (params) => {
|
|
|
344
344
|
|
|
345
345
|
const INITIAL = {
|
|
346
346
|
otelServiceName: '',
|
|
347
|
+
currentStreamName: '',
|
|
347
348
|
};
|
|
348
349
|
const useSourceFormData = () => {
|
|
349
350
|
const { addNotification } = useNotificationStore();
|
|
@@ -371,17 +372,48 @@ const useSourceFormData = () => {
|
|
|
371
372
|
};
|
|
372
373
|
};
|
|
373
374
|
|
|
375
|
+
const mapSourceToAvailableSource = (source, selectedStreamName, selectAll) => {
|
|
376
|
+
return {
|
|
377
|
+
name: source.name,
|
|
378
|
+
kind: source.kind,
|
|
379
|
+
selected: typeof selectAll === 'boolean' ? selectAll : source.selected && source.streamNames?.includes(selectedStreamName) ? source.selected : false,
|
|
380
|
+
numberOfInstances: source.numberOfInstances,
|
|
381
|
+
};
|
|
382
|
+
};
|
|
383
|
+
const mapSourceToSelectedSource = (source, selectedStreamName, selectAll) => {
|
|
384
|
+
return {
|
|
385
|
+
...mapSourceToAvailableSource(source, selectedStreamName, selectAll),
|
|
386
|
+
currentStreamName: selectedStreamName,
|
|
387
|
+
};
|
|
388
|
+
};
|
|
374
389
|
const useSourceSelectionFormData = (params) => {
|
|
390
|
+
const { fetchSingleNamespace } = params || {};
|
|
375
391
|
const { namespaces } = useEntityStore();
|
|
376
|
-
const {
|
|
392
|
+
const { selectedStreamName } = useDataStreamStore();
|
|
377
393
|
// only for "onboarding" - get unsaved values and set to state
|
|
378
394
|
// (this is to persist the values when user navigates back to this page)
|
|
379
395
|
const { configuredSources, configuredFutureApps, availableSources } = useSetupStore();
|
|
380
396
|
// Keeps intial values fetched from API, so we can later filter the user-specific-selections, therebey minimizing the amount of data sent to the API on "persist sources".
|
|
381
397
|
const [recordedInitialSources, setRecordedInitialSources] = useState(availableSources);
|
|
382
|
-
const [
|
|
398
|
+
const [selectedNamespace, setSelectedNamespace] = useState('');
|
|
383
399
|
const [selectedSources, setSelectedSources] = useState(configuredSources);
|
|
384
400
|
const [selectedFutureApps, setSelectedFutureApps] = useState(configuredFutureApps);
|
|
401
|
+
const fetchAndSetThisNamespace = (ns, selectAll) => {
|
|
402
|
+
fetchSingleNamespace?.({ variables: { namespaceName: ns } }).then(({ data }) => {
|
|
403
|
+
const { name, sources = [] } = data?.computePlatform?.k8sActualNamespace || {};
|
|
404
|
+
if (!name)
|
|
405
|
+
return;
|
|
406
|
+
// initialize sources for this namespace
|
|
407
|
+
setRecordedInitialSources((prev) => ({
|
|
408
|
+
...prev,
|
|
409
|
+
[name]: sources.map((s) => mapSourceToAvailableSource(s, selectedStreamName)),
|
|
410
|
+
}));
|
|
411
|
+
setSelectedSources((prev) => ({
|
|
412
|
+
...prev,
|
|
413
|
+
[name]: typeof selectAll !== 'boolean' && prev[name]?.length ? prev[name] : sources.map((s) => mapSourceToSelectedSource(s, selectedStreamName, selectAll)),
|
|
414
|
+
}));
|
|
415
|
+
});
|
|
416
|
+
};
|
|
385
417
|
useEffect(() => {
|
|
386
418
|
if (!!namespaces?.length) {
|
|
387
419
|
// initialize all states (to avoid undefined errors)
|
|
@@ -400,81 +432,16 @@ const useSourceSelectionFormData = (params) => {
|
|
|
400
432
|
namespaces.forEach(({ name, selected }) => (payload[name] = payload[name] || selected || false));
|
|
401
433
|
return payload;
|
|
402
434
|
});
|
|
435
|
+
namespaces.forEach(({ name }) => fetchAndSetThisNamespace(name));
|
|
403
436
|
}
|
|
404
437
|
}, [namespaces]);
|
|
405
|
-
useEffect(() => {
|
|
406
|
-
if (!!namespace) {
|
|
407
|
-
// initialize sources for this namespace
|
|
408
|
-
const { name, sources = [] } = namespace;
|
|
409
|
-
setRecordedInitialSources((prev) => ({
|
|
410
|
-
...prev,
|
|
411
|
-
[name]: sources.map(({ name, kind, selected, numberOfInstances }) => ({
|
|
412
|
-
name,
|
|
413
|
-
kind,
|
|
414
|
-
selected,
|
|
415
|
-
numberOfInstances,
|
|
416
|
-
})),
|
|
417
|
-
}));
|
|
418
|
-
setSelectedSources((prev) => ({
|
|
419
|
-
...prev,
|
|
420
|
-
[name]: !!prev[name].length
|
|
421
|
-
? prev[name]
|
|
422
|
-
: sources.map(({ name, kind, selected, numberOfInstances }) => ({
|
|
423
|
-
name,
|
|
424
|
-
kind,
|
|
425
|
-
selected,
|
|
426
|
-
numberOfInstances,
|
|
427
|
-
})),
|
|
428
|
-
}));
|
|
429
|
-
}
|
|
430
|
-
}, [namespace]);
|
|
431
438
|
// form filters
|
|
432
439
|
const [searchText, setSearchText] = useState('');
|
|
433
440
|
const [showSelectedOnly, setShowSelectedOnly] = useState(false);
|
|
434
|
-
const
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
// If the sources are not loaded yet, call the onSelectNamespace to load the sources
|
|
439
|
-
onSelectNamespace?.(selected ? ns : '');
|
|
440
|
-
// Set the state, so the interval would be able to use the namespace
|
|
441
|
-
setSelectAllForNamespace(selected ? ns : '');
|
|
442
|
-
}
|
|
443
|
-
else if (!!selectionsByNamespace?.[ns]?.length) {
|
|
444
|
-
// Clear the state, so the interval would stop
|
|
445
|
-
setSelectAllForNamespace('');
|
|
446
|
-
}
|
|
447
|
-
// Set the selected sources
|
|
448
|
-
setSelectedSources((prev) => ({
|
|
449
|
-
...prev,
|
|
450
|
-
[ns]: selectionsByNamespace?.[ns]?.map((source) => ({
|
|
451
|
-
...source,
|
|
452
|
-
selected,
|
|
453
|
-
})) || [],
|
|
454
|
-
}));
|
|
455
|
-
// setSelectedFutureApps((prev) => ({
|
|
456
|
-
// ...prev,
|
|
457
|
-
// [ns]: !!selectionsByNamespace?.[ns]?.length ? selected : false,
|
|
458
|
-
// }))
|
|
459
|
-
}
|
|
460
|
-
// When clicking "select all" on all namespaces
|
|
461
|
-
else {
|
|
462
|
-
setSelectedSources((prev) => {
|
|
463
|
-
const payload = { ...prev };
|
|
464
|
-
Object.entries(payload).forEach(([key, sources]) => {
|
|
465
|
-
payload[key] = sources.map((source) => ({ ...source, selected }));
|
|
466
|
-
});
|
|
467
|
-
return payload;
|
|
468
|
-
});
|
|
469
|
-
}
|
|
470
|
-
}, [selectedSources]);
|
|
471
|
-
// This is to keep trying "select all" per namespace, until the sources are loaded (allows for 1-click, better UX).
|
|
472
|
-
useEffect(() => {
|
|
473
|
-
if (!!selectAllForNamespace) {
|
|
474
|
-
const interval = setInterval(() => onSelectAll(true, selectAllForNamespace, selectedSources), 100);
|
|
475
|
-
return () => clearInterval(interval);
|
|
476
|
-
}
|
|
477
|
-
}, [selectAllForNamespace, onSelectAll]);
|
|
441
|
+
const onSelectNamespace = (ns, selectAll) => {
|
|
442
|
+
setSelectedNamespace((prev) => (prev === ns && typeof selectAll !== 'boolean' ? '' : ns));
|
|
443
|
+
fetchAndSetThisNamespace(ns, selectAll);
|
|
444
|
+
};
|
|
478
445
|
const onSelectSource = (source, namespace) => {
|
|
479
446
|
const id = namespace || selectedNamespace;
|
|
480
447
|
if (!id)
|
|
@@ -483,11 +450,11 @@ const useSourceSelectionFormData = (params) => {
|
|
|
483
450
|
const foundIdx = arr.findIndex(({ name, kind }) => name === source.name && kind === source.kind);
|
|
484
451
|
if (foundIdx !== -1) {
|
|
485
452
|
// Replace the item with a new object to avoid mutating a possibly read-only object
|
|
486
|
-
const updatedItem = { ...arr[foundIdx], selected: !arr[foundIdx].selected };
|
|
453
|
+
const updatedItem = { ...arr[foundIdx], selected: !arr[foundIdx].selected, currentStreamName: selectedStreamName };
|
|
487
454
|
arr[foundIdx] = updatedItem;
|
|
488
455
|
}
|
|
489
456
|
else {
|
|
490
|
-
arr.push({ ...source, selected: true });
|
|
457
|
+
arr.push({ ...source, selected: true, currentStreamName: selectedStreamName });
|
|
491
458
|
}
|
|
492
459
|
setSelectedSources((prev) => ({ ...prev, [id]: arr }));
|
|
493
460
|
};
|
|
@@ -497,21 +464,17 @@ const useSourceSelectionFormData = (params) => {
|
|
|
497
464
|
return;
|
|
498
465
|
setSelectedFutureApps((prev) => ({ ...prev, [id]: bool }));
|
|
499
466
|
};
|
|
500
|
-
const
|
|
501
|
-
const
|
|
502
|
-
const
|
|
503
|
-
const
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
const isSearchOk = (targetText) => cancelSearch || !searchText || targetText.toLowerCase().includes(searchText);
|
|
512
|
-
const isOnlySelectedOk = (sources, compareKey, target) => cancelSelected || !showSelectedOnly || !!sources.find((item) => item[compareKey] === target && item.selected);
|
|
513
|
-
return selectedSources[id].filter((source) => isSearchOk(source.name) && isOnlySelectedOk(selectedSources[id], 'name', source.name));
|
|
514
|
-
};
|
|
467
|
+
const filteredNamespacesAndSources = useMemo(() => {
|
|
468
|
+
const isSearchOk = (targetText) => !searchText || targetText.toLowerCase().includes(searchText);
|
|
469
|
+
const isOnlySelectedOk = (source) => !showSelectedOnly || source.selected;
|
|
470
|
+
const payload = {};
|
|
471
|
+
const filteredNamespacesMatrix = Object.entries(selectedSources).filter(([ns]) => isSearchOk(ns));
|
|
472
|
+
filteredNamespacesMatrix.forEach(([ns, srcs]) => {
|
|
473
|
+
const filteredSources = srcs.filter((src) => isOnlySelectedOk(src));
|
|
474
|
+
payload[ns] = filteredSources;
|
|
475
|
+
});
|
|
476
|
+
return payload;
|
|
477
|
+
}, [selectedSources, searchText, showSelectedOnly]);
|
|
515
478
|
// This is to filter the user-specific-selections, therebey minimizing the amount of data sent to the API on "persist sources".
|
|
516
479
|
const getApiSourcesPayload = () => {
|
|
517
480
|
const payload = {};
|
|
@@ -521,11 +484,7 @@ const useSourceSelectionFormData = (params) => {
|
|
|
521
484
|
if (foundInitial?.selected !== source.selected) {
|
|
522
485
|
if (!payload[namespace])
|
|
523
486
|
payload[namespace] = [];
|
|
524
|
-
payload[namespace].push(
|
|
525
|
-
name: source.name,
|
|
526
|
-
kind: source.kind,
|
|
527
|
-
selected: source.selected,
|
|
528
|
-
});
|
|
487
|
+
payload[namespace].push(source);
|
|
529
488
|
}
|
|
530
489
|
});
|
|
531
490
|
});
|
|
@@ -544,15 +503,15 @@ const useSourceSelectionFormData = (params) => {
|
|
|
544
503
|
};
|
|
545
504
|
return {
|
|
546
505
|
recordedInitialSources,
|
|
547
|
-
|
|
548
|
-
filterSources,
|
|
506
|
+
filteredNamespacesAndSources,
|
|
549
507
|
getApiSourcesPayload,
|
|
550
508
|
getApiFutureAppsPayload,
|
|
509
|
+
selectedNamespace,
|
|
510
|
+
onSelectNamespace,
|
|
551
511
|
selectedSources,
|
|
552
512
|
onSelectSource,
|
|
553
513
|
selectedFutureApps,
|
|
554
514
|
onSelectFutureApps,
|
|
555
|
-
onSelectAll,
|
|
556
515
|
searchText,
|
|
557
516
|
setSearchText,
|
|
558
517
|
showSelectedOnly,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { useState, useRef, useEffect, useCallback } from 'react';
|
|
2
|
-
import './index-
|
|
3
|
-
import {
|
|
2
|
+
import './index-HOKGoci6.js';
|
|
3
|
+
import { g as useNotificationStore } from './index-CK8tITRA.js';
|
|
4
4
|
import { CodeAttributesKeyTypes, PayloadCollectionKeyTypes } from './types.js';
|
|
5
5
|
import styled from 'styled-components';
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@odigos/ui-kit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.25",
|
|
4
4
|
"author": "Odigos",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
"scripts": {
|
|
10
10
|
"dev": "storybook dev -p 6006",
|
|
11
11
|
"prebuild": "rm -rf lib",
|
|
12
|
-
"build": "rollup -c --bundleConfigAsCjs"
|
|
12
|
+
"build": "rollup -c --bundleConfigAsCjs",
|
|
13
|
+
"watch": "rollup -c --bundleConfigAsCjs -w"
|
|
13
14
|
},
|
|
14
15
|
"release": {
|
|
15
16
|
"branches": [
|
|
@@ -50,6 +51,11 @@
|
|
|
50
51
|
"import": "./lib/icons.js",
|
|
51
52
|
"require": "./lib/icons.js"
|
|
52
53
|
},
|
|
54
|
+
"./snippets": {
|
|
55
|
+
"types": "./lib/snippets/index.d.ts",
|
|
56
|
+
"import": "./lib/snippets.js",
|
|
57
|
+
"require": "./lib/snippets.js"
|
|
58
|
+
},
|
|
53
59
|
"./store": {
|
|
54
60
|
"types": "./lib/store/index.d.ts",
|
|
55
61
|
"import": "./lib/store.js",
|
package/lib/containers/destination-modal/choose-destination/potential-destinations-list/index.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { type FC } from 'react';
|
|
2
|
-
import { type DestinationOption } from '@/types';
|
|
3
|
-
interface PotentialDestinationsListProps {
|
|
4
|
-
items: DestinationOption[];
|
|
5
|
-
setSelectedItem: (item: DestinationOption) => void;
|
|
6
|
-
}
|
|
7
|
-
declare const PotentialDestinationsList: FC<PotentialDestinationsListProps>;
|
|
8
|
-
export { PotentialDestinationsList, type PotentialDestinationsListProps };
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { type FC } from 'react';
|
|
2
|
-
import type { UseSourceSelectionFormData } from '@/hooks';
|
|
3
|
-
interface ListProps extends UseSourceSelectionFormData {
|
|
4
|
-
isModal?: boolean;
|
|
5
|
-
selectedNamespace: string;
|
|
6
|
-
onSelectNamespace: (namespace: string) => void;
|
|
7
|
-
}
|
|
8
|
-
declare const List: FC<ListProps>;
|
|
9
|
-
export { List, type ListProps };
|
package/lib/index-C_0J5P9M.js
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
const FORM_ALERTS = {
|
|
2
|
-
REQUIRED_FIELDS: 'Required fields are missing',
|
|
3
|
-
FIELD_IS_REQUIRED: 'This field is required',
|
|
4
|
-
FORBIDDEN: 'Forbidden',
|
|
5
|
-
ENTERPRISE_ONLY: (str = 'This') => `${str} is an Enterprise feature. Please upgrade your plan.`,
|
|
6
|
-
CANNOT_EDIT_RULE: 'Cannot edit a system-managed instrumentation rule',
|
|
7
|
-
CANNOT_DELETE_RULE: 'Cannot delete a system-managed instrumentation rule',
|
|
8
|
-
LATENCY_HTTP_ROUTE: 'HTTP route must start with a forward slash "/"',
|
|
9
|
-
READONLY_WARNING: "You're not allowed to create/update/delete in readonly mode",
|
|
10
|
-
};
|
|
11
|
-
const DISPLAY_TITLES = {
|
|
12
|
-
Namespace: 'Namespace',
|
|
13
|
-
NAME: 'Name',
|
|
14
|
-
KIND: 'Kind',
|
|
15
|
-
Action: 'Action',
|
|
16
|
-
Actions: 'Actions',
|
|
17
|
-
ACTION_DETAILS: 'Action Details',
|
|
18
|
-
InstrumentationRule: 'Instrumentation Rule',
|
|
19
|
-
InstrumentationRules: 'Instrumentation Rules',
|
|
20
|
-
INSTRUMENTATION_RULE_DETAILS: 'Instrumentation Rule Details',
|
|
21
|
-
Destination: 'Destination',
|
|
22
|
-
Destinations: 'Destinations',
|
|
23
|
-
DESTINATION_DETAILS: 'Destination Details',
|
|
24
|
-
Source: 'Source',
|
|
25
|
-
Sources: 'Sources',
|
|
26
|
-
SOURCE_DETAILS: 'Source Details',
|
|
27
|
-
TYPE: 'Type',
|
|
28
|
-
NOTES: 'Notes',
|
|
29
|
-
STATUS: 'Status',
|
|
30
|
-
READONLY: 'Readonly',
|
|
31
|
-
LANGUAGE: 'Language',
|
|
32
|
-
Monitors: 'Monitors',
|
|
33
|
-
SIGNALS_FOR_PROCESSING: 'Signals for Processing',
|
|
34
|
-
MANAGED_BY_PROFILE: 'Managed by Profile',
|
|
35
|
-
API_TOKEN: 'API Token',
|
|
36
|
-
API_TOKENS: 'API Tokens',
|
|
37
|
-
DESCRIBE_ODIGOS: 'Describe Odigos',
|
|
38
|
-
DESCRIBE_SOURCE: 'Describe Source',
|
|
39
|
-
DETECTED_CONTAINERS: 'Detected Containers',
|
|
40
|
-
DETECTED_CONTAINERS_DESCRIPTION: 'The system automatically instruments the containers it detects with a supported programming language.',
|
|
41
|
-
CONTAINER_NAME: 'Container Name',
|
|
42
|
-
FILTERED_COUNT_TOOLTIP: 'Represents filtered amount, out of total amount',
|
|
43
|
-
};
|
|
44
|
-
|
|
45
|
-
export { DISPLAY_TITLES as D, FORM_ALERTS as F };
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|