@odigos/ui-kit 0.0.16 → 0.0.17
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 +16 -0
- package/lib/components/data-tab/index.d.ts +0 -1
- package/lib/components/drawer/drawer-header/index.d.ts +2 -2
- package/lib/components.js +45 -14
- package/lib/constants.js +9 -5
- package/lib/containers/overview-drawer/index.d.ts +2 -2
- package/lib/containers/source-modal/index.d.ts +0 -2
- package/lib/containers/source-selection-form/index.d.ts +0 -1
- package/lib/containers.js +129 -206
- package/lib/functions.js +15 -9
- package/lib/hooks.js +10 -10
- package/lib/icons.js +15 -7
- package/lib/index-B72aw6tI.js +23 -0
- package/lib/{index-D_Qn2U89.js → index-BJxaoI0G.js} +1 -8
- package/lib/{index-DiEc-llU.js → index-BQW5EUgp.js} +10 -7
- package/lib/index-BQs4sULy.js +32 -0
- package/lib/index-BVVVevuY.js +100 -0
- package/lib/index-BWqrekK4.js +11 -0
- package/lib/{index-D6cZdmUs.js → index-BiNX-Cge.js} +85 -130
- package/lib/{index-DM8CZWtL.js → index-BsH_egEe.js} +10 -1
- package/lib/{index-CKtl8KxE.js → index-BxQTUOME.js} +10 -12
- package/lib/index-C1PCuZgw.js +18 -0
- package/lib/{index-CLOUNx6Z.js → index-C3nz3TIx.js} +6 -8
- package/lib/{index-BGlk5VhF.js → index-CIXQeSHu.js} +1 -10
- package/lib/index-CIgHU72d.js +52 -0
- package/lib/index-DbfrGXPH.js +8 -0
- package/lib/{index-lL1o2K_5.js → index-G4WmxXds.js} +4 -21
- package/lib/{index-7-KCQK-x.js → index-Hz7AAE0t.js} +1 -1
- package/lib/{index-DH2zLaey.js → index-KOMAv-TS.js} +1 -8
- package/lib/index-RBS1MqCQ.js +37 -0
- package/lib/react-CjImwkhV.js +44 -0
- package/lib/store.js +6 -3
- package/lib/theme.js +86 -3
- package/lib/types.js +6 -215
- package/lib/useDarkMode-DxhIuVNi.js +201 -0
- package/lib/useSelectedStore-93bIo1kE.js +97 -0
- package/lib/useSetupStore-CoYx1UQw.js +211 -0
- package/lib/{useTransition-hWYVBuSi.js → useTimeAgo-weEj7br6.js} +544 -113
- package/lib/useTransition-D0wUpPGk.js +128 -0
- package/package.json +2 -1
- package/lib/components/auto-complete-input/auto-complete-input.stories.d.ts +0 -9
- package/lib/components/badge/badge.stories.d.ts +0 -13
- package/lib/components/button/button.stories.d.ts +0 -9
- package/lib/components/cancel-warning/cancel-warning.stories.d.ts +0 -9
- package/lib/components/checkbox/checkbox.stories.d.ts +0 -9
- package/lib/components/code/code.stories.d.ts +0 -9
- package/lib/components/condition-details/condition-details.stories.d.ts +0 -14
- package/lib/components/data-card/data-card.stories.d.ts +0 -10
- package/lib/components/data-tab/data-tab.stories.d.ts +0 -15
- package/lib/components/delete-warning/delete-warning.stories.d.ts +0 -9
- package/lib/components/describe-row/describe-row.stories.d.ts +0 -9
- package/lib/components/divider/divider.stories.d.ts +0 -9
- package/lib/components/docs-button/docs-button.stories.d.ts +0 -9
- package/lib/components/drawer/drawer.stories.d.ts +0 -10
- package/lib/components/dropdown/dropdown.stories.d.ts +0 -10
- package/lib/components/error-boundary/error-boundary.stories.d.ts +0 -9
- package/lib/components/extend-arrow/extend-arrow.stories.d.ts +0 -9
- package/lib/components/fade-loader/fade-loader.stories.d.ts +0 -9
- package/lib/components/field-error/field-error.stories.d.ts +0 -9
- package/lib/components/field-label/field-label.stories.d.ts +0 -9
- package/lib/components/header/header.stories.d.ts +0 -9
- package/lib/components/icon-button/icon-button.stories.d.ts +0 -9
- package/lib/components/icon-group/icon-group.stories.d.ts +0 -14
- package/lib/components/icon-title-badge/icon-title-badge.stories.d.ts +0 -9
- package/lib/components/icon-wrapped/icon-wrapped.stories.d.ts +0 -10
- package/lib/components/icons-nav/icons-nav.stories.d.ts +0 -9
- package/lib/components/image-controlled/image-controlled.stories.d.ts +0 -9
- package/lib/components/input/input.stories.d.ts +0 -9
- package/lib/components/input-list/input-list.stories.d.ts +0 -9
- package/lib/components/input-table/input-table.stories.d.ts +0 -9
- package/lib/components/interactive-table/interactive-table.stories.d.ts +0 -12
- package/lib/components/key-value-input-list/key-value-input-list.stories.d.ts +0 -9
- package/lib/components/modal/modal.stories.d.ts +0 -9
- package/lib/components/monitors-checkboxes/monitors-checkboxes.stories.d.ts +0 -9
- package/lib/components/monitors-icons/monitors-icons.stories.d.ts +0 -9
- package/lib/components/navigation-buttons/navigation-buttons.stories.d.ts +0 -9
- package/lib/components/no-data-found/no-data-found.stories.d.ts +0 -9
- package/lib/components/notification-note/notification-note.stories.d.ts +0 -10
- package/lib/components/section-title/section-title.stories.d.ts +0 -9
- package/lib/components/segment/segment.stories.d.ts +0 -9
- package/lib/components/skeleton-loader/skeleton-loader.stories.d.ts +0 -9
- package/lib/components/status/status.stories.d.ts +0 -9
- package/lib/components/stepper/stepper.stories.d.ts +0 -9
- package/lib/components/text/text.stories.d.ts +0 -9
- package/lib/components/textarea/textarea.stories.d.ts +0 -9
- package/lib/components/toggle/toggle.stories.d.ts +0 -9
- package/lib/components/tooltip/tooltip.stories.d.ts +0 -9
- package/lib/components/trace-loader/trace-loader.stories.d.ts +0 -9
- package/lib/components/warning-modal/warning-modal.stories.d.ts +0 -9
- package/lib/containers/action-drawer/action-drawer.stories.d.ts +0 -9
- package/lib/containers/action-form/action-form.stories.d.ts +0 -9
- package/lib/containers/action-modal/action-modal.stories.d.ts +0 -9
- package/lib/containers/action-table/action-table.stories.d.ts +0 -9
- package/lib/containers/await-pipeline/await-pipeline.stories.d.ts +0 -9
- package/lib/containers/compute-platform-select/compute-platform-select.stories.d.ts +0 -9
- package/lib/containers/compute-platforms/compute-platforms.stories.d.ts +0 -9
- package/lib/containers/compute-platforms-actions-menu/compute-platforms-actions-menu.stories.d.ts +0 -9
- package/lib/containers/data-flow/data-flow.stories.d.ts +0 -9
- package/lib/containers/data-flow-actions-menu/data-flow-actions-menu.stories.d.ts +0 -11
- package/lib/containers/destination-drawer/destination-drawer.stories.d.ts +0 -9
- package/lib/containers/destination-form/destination-form.stories.d.ts +0 -9
- package/lib/containers/destination-modal/destination-modal.stories.d.ts +0 -9
- package/lib/containers/destination-selection-form/destination-selection-form.stories.d.ts +0 -9
- package/lib/containers/destination-table/destination-table.stories.d.ts +0 -9
- package/lib/containers/dropdowns/connection-status-dropdown/connection-status-dropdown.stories.d.ts +0 -9
- package/lib/containers/dropdowns/connection-type-dropdown/connection-type-dropdown.stories.d.ts +0 -9
- package/lib/containers/dropdowns/error-dropdown/error-dropdown.stories.d.ts +0 -9
- package/lib/containers/dropdowns/kind-dropdown/error-dropdown.stories.d.ts +0 -9
- package/lib/containers/dropdowns/language-dropdown/language-dropdown.stories.d.ts +0 -9
- package/lib/containers/dropdowns/monitor-dropdown/monitor-dropdown.stories.d.ts +0 -9
- package/lib/containers/dropdowns/namespace-dropdown/namespace-dropdown.stories.d.ts +0 -9
- package/lib/containers/instrumentation-rule-drawer/instrumentation-rule-drawer.stories.d.ts +0 -9
- package/lib/containers/instrumentation-rule-form/instrumentation-rule-form.stories.d.ts +0 -9
- package/lib/containers/instrumentation-rule-modal/instrumentation-rule-modal.stories.d.ts +0 -9
- package/lib/containers/instrumentation-rule-table/instrumentation-rule-table.stories.d.ts +0 -9
- package/lib/containers/multi-source-control/multi-source-control.stories.d.ts +0 -9
- package/lib/containers/notification-manager/notification-manager.stories.d.ts +0 -9
- package/lib/containers/overview-drawer/overview-drawer.stories.d.ts +0 -9
- package/lib/containers/side-nav/side-nav.stories.d.ts +0 -9
- package/lib/containers/slack-invite/slack-invite.stories.d.ts +0 -9
- package/lib/containers/source-drawer/source-drawer.stories.d.ts +0 -9
- package/lib/containers/source-form/source-form.stories.d.ts +0 -9
- package/lib/containers/source-modal/source-modal.stories.d.ts +0 -9
- package/lib/containers/source-selection-form/fast/index.d.ts +0 -7
- package/lib/containers/source-selection-form/simple/controls/index.d.ts +0 -9
- package/lib/containers/source-selection-form/simple/index.d.ts +0 -7
- package/lib/containers/source-selection-form/simple/list/index.d.ts +0 -8
- package/lib/containers/source-selection-form/source-selection-form.stories.d.ts +0 -9
- package/lib/containers/source-table/source-table.stories.d.ts +0 -9
- package/lib/containers/system-overview/system-overview.stories.d.ts +0 -9
- package/lib/containers/table-cell-conditions/table-cell-conditions.stories.d.ts +0 -9
- package/lib/containers/toast-list/toast-list.stories.d.ts +0 -9
- package/lib/containers/toggle-dark-mode/toggle-dark-mode.stories.d.ts +0 -9
- package/lib/icons/actions/add-cluster-info-icon/add-cluster-info-icon.stories.d.ts +0 -8
- package/lib/icons/actions/delete-attribute-icon/delete-attribute-icon.stories.d.ts +0 -8
- package/lib/icons/actions/pii-masking-icon/pii-masking-icon.stories.d.ts +0 -8
- package/lib/icons/actions/rename-attribute-icon/rename-attribute-icon.stories.d.ts +0 -8
- package/lib/icons/actions/sampler-icon/sampler-icon.stories.d.ts +0 -8
- package/lib/icons/brand/odigos-logo/odigos-logo.stories.d.ts +0 -8
- package/lib/icons/brand/odigos-logo-text/odigos-logo-text.stories.d.ts +0 -8
- package/lib/icons/common/arrow-icon/arrow-icon.stories.d.ts +0 -8
- package/lib/icons/common/code-brackets-icon/code-brackets-icon.stories.d.ts +0 -8
- package/lib/icons/common/code-icon/code-icon.stories.d.ts +0 -8
- package/lib/icons/common/command-icon/command-icon.stories.d.ts +0 -8
- package/lib/icons/common/copy-icon/copy-icon.stories.d.ts +0 -8
- package/lib/icons/common/edit-icon/edit-icon.stories.d.ts +0 -8
- package/lib/icons/common/extend-arrow-icon/extend-arrow-icon.stories.d.ts +0 -8
- package/lib/icons/common/filter-icon/filter-icon.stories.d.ts +0 -8
- package/lib/icons/common/folder-icon/folder-icon.stories.d.ts +0 -8
- package/lib/icons/common/image-error-icon/image-error-icon.stories.d.ts +0 -8
- package/lib/icons/common/key-icon/key-icon.stories.d.ts +0 -8
- package/lib/icons/common/list-icon/list-icon.stories.d.ts +0 -8
- package/lib/icons/common/no-data-icon/no-data-icon.stories.d.ts +0 -8
- package/lib/icons/common/notebook-icon/notebook-icon.stories.d.ts +0 -8
- package/lib/icons/common/notification-icon/notification-icon.stories.d.ts +0 -8
- package/lib/icons/common/search-icon/search-icon.stories.d.ts +0 -8
- package/lib/icons/common/sort-arrows-icon/sort-arrows-icon.stories.d.ts +0 -8
- package/lib/icons/common/terminal-icon/terminal-icon.stories.d.ts +0 -8
- package/lib/icons/common/trash-icon/trash-icon.stories.d.ts +0 -8
- package/lib/icons/common/x-icon/x-icon.stories.d.ts +0 -8
- package/lib/icons/compute-platform/k8s-logo/k8s-logo.stories.d.ts +0 -8
- package/lib/icons/compute-platform/vm-logo/vm-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/app-dynamics-logo/app-dynamics-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/aws-cloudwatch-logo/aws-cloudwatch-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/aws-s3-logo/aws-s3-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/aws-xray-logo/aws-xray-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/axiom-logo/axiom-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/better-stack-logo/better-stack-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/blob-storage-logo/blob-storage-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/causely-logo/causely-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/chronosphere-logo/chronosphere-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/clickhouse-logo/clickhouse-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/coralogix-logo/coralogix-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/dash0-logo/dash0-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/datadog-logo/datadog-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/dynatrace-logo/dynatrace-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/elastic-apm-logo/elastic-apm-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/elastic-search-logo/elastic-search-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/gigapipe-logo/gigapipe-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/google-cloud-platform-logo/google-cloud-platform-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/google-cloud-storage-logo/google-cloud-storage-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/grafana-logo/grafana-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/groundcover-logo/groundcover-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/honeycomb-logo/honeycomb-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/hyperdx-logo/hyperdx-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/instana-logo/instana-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/jaeger-logo/jaeger-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/kafka-logo/kafka-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/kloudmate-logo/kloudmate-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/last9-logo/last9-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/lightstep-logo/lightstep-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/logzio-logo/logzio-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/loki-logo/loki-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/lumigo-logo/lumigo-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/middleware-logo/middleware-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/new-relic-logo/new-relic-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/open-telemetry-logo/open-telemetry-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/ops-verse-logo/ops-verse-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/prometheus-logo/prometheus-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/qryn-logo/qryn-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/quickwit-logo/quickwit-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/sentry-logo/sentry-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/signoz-logo/signoz-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/splunk-logo/splunk-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/sumo-logic-logo/sumo-logic-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/tempo-logo/tempo-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/traceloop-logo/traceloop-logo.stories.d.ts +0 -8
- package/lib/icons/destinations/uptrace-logo/uptrace-logo.stories.d.ts +0 -8
- package/lib/icons/instrumentation-rules/code-attributes-icon/code-attributes-icon.stories.d.ts +0 -8
- package/lib/icons/instrumentation-rules/payload-collection-icon/payload-collection-icon.stories.d.ts +0 -8
- package/lib/icons/math/minus-icon/minus-icon.stories.d.ts +0 -8
- package/lib/icons/math/plus-icon/plus-icon.stories.d.ts +0 -8
- package/lib/icons/monitors/logs-icon/logs-icon.stories.d.ts +0 -8
- package/lib/icons/monitors/metrics-icon/metrics-icon.stories.d.ts +0 -8
- package/lib/icons/monitors/traces-icon/traces-icon.stories.d.ts +0 -8
- package/lib/icons/on-off/eye-closed-icon/eye-closed-icon.stories.d.ts +0 -8
- package/lib/icons/on-off/eye-open-icon/eye-open-icon.stories.d.ts +0 -8
- package/lib/icons/on-off/light-off-icon/light-off-icon.stories.d.ts +0 -8
- package/lib/icons/on-off/light-on-icon/light-on-icon.stories.d.ts +0 -8
- package/lib/icons/on-off/moon-icon/moon-icon.stories.d.ts +0 -8
- package/lib/icons/on-off/sun-icon/sun-icon.stories.d.ts +0 -8
- package/lib/icons/overview/actions-icon/actions-icon.stories.d.ts +0 -8
- package/lib/icons/overview/connections-icon/connections-icon.stories.d.ts +0 -8
- package/lib/icons/overview/destinations-icon/destinations-icon.stories.d.ts +0 -8
- package/lib/icons/overview/namespaces-icon/namespaces-icon.stories.d.ts +0 -8
- package/lib/icons/overview/overview-icon/overview-icon.stories.d.ts +0 -8
- package/lib/icons/overview/rules-icon/rules-icon.stories.d.ts +0 -8
- package/lib/icons/overview/service-map-icon/service-map-icon.stories.d.ts +0 -8
- package/lib/icons/overview/sources-icon/sources-icon.stories.d.ts +0 -8
- package/lib/icons/overview/trace-view-icon/trace-view-icon.stories.d.ts +0 -8
- package/lib/icons/programming-languages/c-plus-plus-logo/c-plus-plus-logo.stories.d.ts +0 -8
- package/lib/icons/programming-languages/c-sharp-logo/c-sharp-logo.stories.d.ts +0 -8
- package/lib/icons/programming-languages/dotnet-logo/dotnet-logo.stories.d.ts +0 -8
- package/lib/icons/programming-languages/elixir-logo/elixir-logo.stories.d.ts +0 -8
- package/lib/icons/programming-languages/go-logo/go-logo.stories.d.ts +0 -8
- package/lib/icons/programming-languages/java-logo/java-logo.stories.d.ts +0 -8
- package/lib/icons/programming-languages/mysql-logo/mysql-logo.stories.d.ts +0 -8
- package/lib/icons/programming-languages/nginx-logo/nginx-logo.stories.d.ts +0 -8
- package/lib/icons/programming-languages/nodejs-logo/nodejs-logo.stories.d.ts +0 -8
- package/lib/icons/programming-languages/php-logo/php-logo.stories.d.ts +0 -8
- package/lib/icons/programming-languages/postgres-logo/postgres-logo.stories.d.ts +0 -8
- package/lib/icons/programming-languages/python-logo/python-logo.stories.d.ts +0 -8
- package/lib/icons/programming-languages/redis-logo/redis-logo.stories.d.ts +0 -8
- package/lib/icons/programming-languages/ruby-logo/ruby-logo.stories.d.ts +0 -8
- package/lib/icons/programming-languages/rust-logo/rust-logo.stories.d.ts +0 -8
- package/lib/icons/programming-languages/swift-logo/swift-logo.stories.d.ts +0 -8
- package/lib/icons/social/slack-logo/slack-logo.stories.d.ts +0 -8
- package/lib/icons/status/check-circled-icon/check-circled-icon.stories.d.ts +0 -8
- package/lib/icons/status/check-icon/check-icon.stories.d.ts +0 -8
- package/lib/icons/status/cross-circled-icon/cross-circled-icon.stories.d.ts +0 -8
- package/lib/icons/status/cross-icon/cross-icon.stories.d.ts +0 -8
- package/lib/icons/status/error-round-icon/error-round-icon.stories.d.ts +0 -8
- package/lib/icons/status/error-triangle-icon/error-triangle-icon.stories.d.ts +0 -8
- package/lib/icons/status/info-icon/info-icon.stories.d.ts +0 -8
- package/lib/icons/status/warning-triangle-icon/warning-triangle-icon.stories.d.ts +0 -8
- package/lib/index-IvGLauAo.js +0 -683
- package/lib/useSourceSelectionFormData-R_uK7F7W.js +0 -563
- /package/lib/containers/source-selection-form/{fast/controls → controls}/index.d.ts +0 -0
- /package/lib/containers/source-selection-form/{fast/list → list}/index.d.ts +0 -0
|
@@ -36,15 +36,6 @@ const SamplerIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
|
36
36
|
React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M5.67367 5.67497H5.687M10.515 3.91532L12.1293 5.52965C13.0067 6.40707 13.4454 6.84578 13.6851 7.31618C14.1695 8.2669 14.1695 9.39207 13.6851 10.3428C13.4454 10.8132 13.0067 11.2519 12.1293 12.1293C11.2519 13.0067 10.8132 13.4454 10.3428 13.6851C9.39207 14.1695 8.2669 14.1695 7.31618 13.6851C6.84578 13.4454 6.40707 13.0067 5.52965 12.1293L3.91532 10.515C3.17317 9.77284 2.8021 9.40176 2.54483 8.96668C2.31682 8.58108 2.15521 8.15991 2.06673 7.72076C1.9669 7.22527 1.99448 6.70122 2.04965 5.65312L2.07845 5.10584C2.13195 4.0893 2.1587 3.58104 2.36993 3.18719C2.55598 2.84028 2.84028 2.55598 3.18719 2.36993C3.58104 2.1587 4.0893 2.13195 5.10584 2.07845L5.65312 2.04965C6.70122 1.99448 7.22527 1.9669 7.72076 2.06673C8.15991 2.15521 8.58108 2.31682 8.96668 2.54483C9.40176 2.8021 9.77284 3.17317 10.515 3.91532ZM6.32633 5.65853C6.32633 6.02672 6.02786 6.3252 5.65967 6.3252C5.29148 6.3252 4.993 6.02672 4.993 5.65853C4.993 5.29034 5.29148 4.99186 5.65967 4.99186C6.02786 4.99186 6.32633 5.29034 6.32633 5.65853Z' })));
|
|
37
37
|
};
|
|
38
38
|
|
|
39
|
-
const OdigosLogo = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
40
|
-
const theme = Theme.useTheme();
|
|
41
|
-
const fill = f || theme.text.secondary;
|
|
42
|
-
return (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', width: size, height: size * (431 / 511), viewBox: '0 0 511 431', fill: fill, style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
|
|
43
|
-
React.createElement("path", { d: 'M308.491 83.3091V0.0765381H472.573C493.785 0.0765381 511 16.4464 511 36.6589V374.508C511 394.72 493.785 411.09 472.573 411.09H308.491V328.396L454.666 263.762C478.721 253.079 493.708 230.791 493.708 205.583C493.708 180.375 478.721 158.011 454.666 147.405L308.414 83.3859L308.491 83.3091Z' }),
|
|
44
|
-
React.createElement("path", { d: 'M202.51 327.781V411.014H38.4269C17.2152 411.014 0 394.644 0 374.431V36.5824C0 16.3698 17.2152 0 38.4269 0H202.51V82.6946L56.3338 147.329C32.2786 158.011 17.2921 180.299 17.2921 205.507C17.2921 230.715 32.2786 253.079 56.3338 263.685L202.586 327.704L202.51 327.781Z' }),
|
|
45
|
-
React.createElement("path", { d: 'M255.462 290.507C302.363 290.507 340.385 252.485 340.385 205.584C340.385 158.682 302.363 120.66 255.462 120.66C208.56 120.66 170.538 158.682 170.538 205.584C170.538 252.485 208.56 290.507 255.462 290.507Z' })));
|
|
46
|
-
};
|
|
47
|
-
|
|
48
39
|
const K8sLogo = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
49
40
|
const theme = Theme.useTheme();
|
|
50
41
|
const fill = f || theme.text.secondary;
|
|
@@ -66,4 +57,4 @@ const PayloadCollectionIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
|
66
57
|
React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M7.99967 7.33333V11.3333M7.99967 11.3333C7.92987 11.3333 7.86007 11.31 7.80254 11.2634C7.37701 10.9186 6.99534 10.5224 6.66634 10.0837M7.99967 11.3333C8.06947 11.3333 8.13927 11.31 8.19681 11.2634C8.62234 10.9186 9.00401 10.5224 9.33301 10.0837M1.33301 6.26667C1.33301 4.77319 1.33301 4.02645 1.62365 3.45603C1.87932 2.95426 2.28727 2.54631 2.78903 2.29065C3.35946 2 4.1062 2 5.59967 2H5.81005C6.12312 2 6.27965 2 6.42174 2.04315C6.54753 2.08135 6.66455 2.14398 6.76614 2.22745C6.88081 2.32175 6.96767 2.45199 7.14134 2.71248L7.52467 3.28752C7.69834 3.54801 7.78521 3.67825 7.89987 3.77255C8.00147 3.85602 8.11847 3.91865 8.24427 3.95685C8.38634 4 8.54287 4 8.85594 4H10.3997C11.8931 4 12.6399 4 13.2103 4.29065C13.7121 4.54631 14.12 4.95426 14.3757 5.45603C14.6663 6.02645 14.6663 6.7732 14.6663 8.26667V9.73333C14.6663 11.2268 14.6663 11.9735 14.3757 12.544C14.12 13.0457 13.7121 13.4537 13.2103 13.7093C12.6399 14 11.8931 14 10.3997 14H5.59967C4.1062 14 3.35946 14 2.78903 13.7093C2.28727 13.4537 1.87932 13.0457 1.62365 12.544C1.33301 11.9735 1.33301 11.2268 1.33301 9.73333V6.26667Z' })));
|
|
67
58
|
};
|
|
68
59
|
|
|
69
|
-
export { AddClusterInfoIcon as A, CodeAttributesIcon as C, DeleteAttributeIcon as D, K8sLogo as K,
|
|
60
|
+
export { AddClusterInfoIcon as A, CodeAttributesIcon as C, DeleteAttributeIcon as D, K8sLogo as K, PiiMaskingIcon as P, RenameAttributeIcon as R, SamplerIcon as S, PayloadCollectionIcon as a };
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
var DestinationTypes;
|
|
2
|
+
(function (DestinationTypes) {
|
|
3
|
+
DestinationTypes["AppDynamics"] = "appdynamics";
|
|
4
|
+
DestinationTypes["Axiom"] = "axiom";
|
|
5
|
+
DestinationTypes["AzureBlob"] = "azureblob";
|
|
6
|
+
DestinationTypes["BetterStack"] = "betterstack";
|
|
7
|
+
DestinationTypes["Causely"] = "causely";
|
|
8
|
+
DestinationTypes["Chronosphere"] = "chronosphere";
|
|
9
|
+
DestinationTypes["ClickHouse"] = "clickhouse";
|
|
10
|
+
DestinationTypes["CloudWatch"] = "cloudwatch";
|
|
11
|
+
DestinationTypes["Coralogix"] = "coralogix";
|
|
12
|
+
DestinationTypes["Dash0"] = "dash0";
|
|
13
|
+
DestinationTypes["Datadog"] = "datadog";
|
|
14
|
+
DestinationTypes["Dynatrace"] = "dynatrace";
|
|
15
|
+
DestinationTypes["ElasticApm"] = "elasticapm";
|
|
16
|
+
DestinationTypes["ElasticSearch"] = "elasticsearch";
|
|
17
|
+
DestinationTypes["GoogleCloud"] = "googlecloud";
|
|
18
|
+
DestinationTypes["GrafanaCloudLoki"] = "grafanacloudloki";
|
|
19
|
+
DestinationTypes["GrafanaCloudPrometheus"] = "grafanacloudprometheus";
|
|
20
|
+
DestinationTypes["GrafanaCloudTempo"] = "grafanacloudtempo";
|
|
21
|
+
DestinationTypes["Groundcover"] = "groundcover";
|
|
22
|
+
DestinationTypes["Honeycomb"] = "honeycomb";
|
|
23
|
+
DestinationTypes["HyperDX"] = "hyperdx";
|
|
24
|
+
DestinationTypes["Instana"] = "instana";
|
|
25
|
+
DestinationTypes["Jaeger"] = "jaeger";
|
|
26
|
+
DestinationTypes["Kafka"] = "kafka";
|
|
27
|
+
DestinationTypes["Kloudmate"] = "kloudmate";
|
|
28
|
+
DestinationTypes["Last9"] = "last9";
|
|
29
|
+
DestinationTypes["Lightstep"] = "lightstep";
|
|
30
|
+
DestinationTypes["LogzIo"] = "logzio";
|
|
31
|
+
DestinationTypes["Loki"] = "loki";
|
|
32
|
+
DestinationTypes["Lumigo"] = "lumigo";
|
|
33
|
+
DestinationTypes["Middleware"] = "middleware";
|
|
34
|
+
DestinationTypes["NewRelic"] = "newrelic";
|
|
35
|
+
DestinationTypes["Opsverse"] = "opsverse";
|
|
36
|
+
DestinationTypes["OTLP"] = "otlp";
|
|
37
|
+
DestinationTypes["OTLPHttp"] = "otlphttp";
|
|
38
|
+
DestinationTypes["Prometheus"] = "prometheus";
|
|
39
|
+
DestinationTypes["Qryn"] = "qryn";
|
|
40
|
+
DestinationTypes["QrynOss"] = "qryn-oss";
|
|
41
|
+
DestinationTypes["Quickwit"] = "quickwit";
|
|
42
|
+
DestinationTypes["S3"] = "s3";
|
|
43
|
+
DestinationTypes["Signoz"] = "signoz";
|
|
44
|
+
DestinationTypes["Splunk"] = "splunk";
|
|
45
|
+
DestinationTypes["SumoLogic"] = "sumologic";
|
|
46
|
+
DestinationTypes["Tempo"] = "tempo";
|
|
47
|
+
DestinationTypes["Traceloop"] = "traceloop";
|
|
48
|
+
DestinationTypes["Uptrace"] = "uptrace";
|
|
49
|
+
DestinationTypes["XRay"] = "xray";
|
|
50
|
+
})(DestinationTypes || (DestinationTypes = {}));
|
|
51
|
+
|
|
52
|
+
export { DestinationTypes as D };
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import '
|
|
4
|
-
import './index-IvGLauAo.js';
|
|
5
|
-
import 'styled-components';
|
|
1
|
+
import { g as getActionIcon, a as getInstrumentationRuleIcon } from './index-C3nz3TIx.js';
|
|
2
|
+
import { S as SignalType } from './index-DbfrGXPH.js';
|
|
3
|
+
import { A as ActionType, I as InstrumentationRuleType } from './index-RBS1MqCQ.js';
|
|
6
4
|
|
|
7
5
|
const ACTION_OPTIONS = [
|
|
8
6
|
{
|
|
@@ -110,19 +108,4 @@ const INSTRUMENTATION_RULE_OPTIONS = [
|
|
|
110
108
|
},
|
|
111
109
|
];
|
|
112
110
|
|
|
113
|
-
|
|
114
|
-
{
|
|
115
|
-
id: SignalType.Logs,
|
|
116
|
-
value: 'Logs',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
id: SignalType.Metrics,
|
|
120
|
-
value: 'Metrics',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
id: SignalType.Traces,
|
|
124
|
-
value: 'Traces',
|
|
125
|
-
},
|
|
126
|
-
];
|
|
127
|
-
|
|
128
|
-
export { ACTION_OPTIONS as A, INSTRUMENTATION_RULE_OPTIONS as I, MONITORS_OPTIONS as M };
|
|
111
|
+
export { ACTION_OPTIONS as A, INSTRUMENTATION_RULE_OPTIONS as I };
|
|
@@ -35,13 +35,6 @@ const FilterIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
|
35
35
|
React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M5.33341 8H10.6667M7.33341 12H8.66675M2.66675 4H13.3334' })));
|
|
36
36
|
};
|
|
37
37
|
|
|
38
|
-
const FolderIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
39
|
-
const theme = Theme.useTheme();
|
|
40
|
-
const fill = f || theme.text.secondary;
|
|
41
|
-
return (React.createElement("svg", { width: size * (18 / 19), height: size, viewBox: '0 0 18 19', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
|
|
42
|
-
React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M1.5 7.96504C1.5 6.28488 1.5 5.4448 1.82698 4.80307C2.1146 4.23858 2.57354 3.77964 3.13803 3.49202C3.77976 3.16504 4.61984 3.16504 6.3 3.16504H6.53667C6.88887 3.16504 7.06498 3.16504 7.22483 3.21358C7.36634 3.25656 7.49799 3.32702 7.61225 3.42093C7.74131 3.527 7.83899 3.67353 8.03436 3.96658L8.46564 4.6135C8.66101 4.90655 8.75869 5.05308 8.88775 5.15915C9.00201 5.25306 9.13366 5.32352 9.27517 5.36649C9.43502 5.41504 9.61113 5.41504 9.96333 5.41504H11.7C13.3802 5.41504 14.2202 5.41504 14.862 5.74202C15.4265 6.02964 15.8854 6.48858 16.173 7.05307C16.5 7.6948 16.5 8.53488 16.5 10.215V11.865C16.5 13.5452 16.5 14.3853 16.173 15.027C15.8854 15.5915 15.4265 16.0504 14.862 16.3381C14.2202 16.665 13.3802 16.665 11.7 16.665H6.3C4.61984 16.665 3.77976 16.665 3.13803 16.3381C2.57354 16.0504 2.1146 15.5915 1.82698 15.027C1.5 14.3853 1.5 13.5452 1.5 11.865V7.96504Z' })));
|
|
43
|
-
};
|
|
44
|
-
|
|
45
38
|
const KeyIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
46
39
|
const theme = Theme.useTheme();
|
|
47
40
|
const fill = f || theme.text.secondary;
|
|
@@ -89,4 +82,4 @@ const CrossCircledIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
|
89
82
|
React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M6.75049 10.0005L8.75049 8.00049M8.75049 8.00049L10.7505 6.00049M8.75049 8.00049L6.75049 6.00049M8.75049 8.00049L10.7505 10.0005M8.75039 14.1004C5.38145 14.1004 2.65039 11.3693 2.65039 8.00039C2.65039 4.63145 5.38145 1.90039 8.75039 1.90039C12.1193 1.90039 14.8504 4.63145 14.8504 8.00039C14.8504 11.3693 12.1193 14.1004 8.75039 14.1004Z' })));
|
|
90
83
|
};
|
|
91
84
|
|
|
92
|
-
export { CrossCircledIcon as C, EditIcon as E, FilterIcon as F, KeyIcon as K, NotificationIcon as N, OdigosLogoText as O, SlackLogo as S, TerminalIcon as T,
|
|
85
|
+
export { CrossCircledIcon as C, EditIcon as E, FilterIcon as F, KeyIcon as K, NotificationIcon as N, OdigosLogoText as O, SlackLogo as S, TerminalIcon as T, OverviewIcon as a };
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
var ActionType;
|
|
2
|
+
(function (ActionType) {
|
|
3
|
+
ActionType["K8sAttributes"] = "K8sAttributesResolver";
|
|
4
|
+
ActionType["AddClusterInfo"] = "AddClusterInfo";
|
|
5
|
+
ActionType["DeleteAttributes"] = "DeleteAttribute";
|
|
6
|
+
ActionType["RenameAttributes"] = "RenameAttribute";
|
|
7
|
+
ActionType["ErrorSampler"] = "ErrorSampler";
|
|
8
|
+
ActionType["ProbabilisticSampler"] = "ProbabilisticSampler";
|
|
9
|
+
ActionType["LatencySampler"] = "LatencySampler";
|
|
10
|
+
ActionType["PiiMasking"] = "PiiMasking";
|
|
11
|
+
})(ActionType || (ActionType = {}));
|
|
12
|
+
|
|
13
|
+
var InstrumentationRuleType;
|
|
14
|
+
(function (InstrumentationRuleType) {
|
|
15
|
+
InstrumentationRuleType["PayloadCollection"] = "PayloadCollection";
|
|
16
|
+
InstrumentationRuleType["CodeAttributes"] = "CodeAttributes";
|
|
17
|
+
InstrumentationRuleType["UnknownType"] = "UnknownType";
|
|
18
|
+
})(InstrumentationRuleType || (InstrumentationRuleType = {}));
|
|
19
|
+
var PayloadCollectionKeyTypes;
|
|
20
|
+
(function (PayloadCollectionKeyTypes) {
|
|
21
|
+
PayloadCollectionKeyTypes["HttpRequest"] = "httpRequest";
|
|
22
|
+
PayloadCollectionKeyTypes["HttpResponse"] = "httpResponse";
|
|
23
|
+
PayloadCollectionKeyTypes["DbQuery"] = "dbQuery";
|
|
24
|
+
PayloadCollectionKeyTypes["Messaging"] = "messaging";
|
|
25
|
+
})(PayloadCollectionKeyTypes || (PayloadCollectionKeyTypes = {}));
|
|
26
|
+
// Code Attributes for Instrumentation Rules
|
|
27
|
+
var CodeAttributesKeyTypes;
|
|
28
|
+
(function (CodeAttributesKeyTypes) {
|
|
29
|
+
CodeAttributesKeyTypes["Column"] = "column";
|
|
30
|
+
CodeAttributesKeyTypes["FilePath"] = "filePath";
|
|
31
|
+
CodeAttributesKeyTypes["Function"] = "function";
|
|
32
|
+
CodeAttributesKeyTypes["LineNumber"] = "lineNumber";
|
|
33
|
+
CodeAttributesKeyTypes["Namespace"] = "namespace";
|
|
34
|
+
CodeAttributesKeyTypes["StackTrace"] = "stacktrace";
|
|
35
|
+
})(CodeAttributesKeyTypes || (CodeAttributesKeyTypes = {}));
|
|
36
|
+
|
|
37
|
+
export { ActionType as A, CodeAttributesKeyTypes as C, InstrumentationRuleType as I, PayloadCollectionKeyTypes as P };
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
const createStoreImpl = (createState) => {
|
|
4
|
+
let state;
|
|
5
|
+
const listeners = /* @__PURE__ */ new Set();
|
|
6
|
+
const setState = (partial, replace) => {
|
|
7
|
+
const nextState = typeof partial === "function" ? partial(state) : partial;
|
|
8
|
+
if (!Object.is(nextState, state)) {
|
|
9
|
+
const previousState = state;
|
|
10
|
+
state = (replace != null ? replace : typeof nextState !== "object" || nextState === null) ? nextState : Object.assign({}, state, nextState);
|
|
11
|
+
listeners.forEach((listener) => listener(state, previousState));
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
const getState = () => state;
|
|
15
|
+
const getInitialState = () => initialState;
|
|
16
|
+
const subscribe = (listener) => {
|
|
17
|
+
listeners.add(listener);
|
|
18
|
+
return () => listeners.delete(listener);
|
|
19
|
+
};
|
|
20
|
+
const api = { setState, getState, getInitialState, subscribe };
|
|
21
|
+
const initialState = state = createState(setState, getState, api);
|
|
22
|
+
return api;
|
|
23
|
+
};
|
|
24
|
+
const createStore = (createState) => createState ? createStoreImpl(createState) : createStoreImpl;
|
|
25
|
+
|
|
26
|
+
const identity = (arg) => arg;
|
|
27
|
+
function useStore(api, selector = identity) {
|
|
28
|
+
const slice = React.useSyncExternalStore(
|
|
29
|
+
api.subscribe,
|
|
30
|
+
() => selector(api.getState()),
|
|
31
|
+
() => selector(api.getInitialState())
|
|
32
|
+
);
|
|
33
|
+
React.useDebugValue(slice);
|
|
34
|
+
return slice;
|
|
35
|
+
}
|
|
36
|
+
const createImpl = (createState) => {
|
|
37
|
+
const api = createStore(createState);
|
|
38
|
+
const useBoundStore = (selector) => useStore(api, selector);
|
|
39
|
+
Object.assign(useBoundStore, api);
|
|
40
|
+
return useBoundStore;
|
|
41
|
+
};
|
|
42
|
+
const create = (createState) => createState ? createImpl(createState) : createImpl;
|
|
43
|
+
|
|
44
|
+
export { create as c };
|
package/lib/store.js
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
export { u as useDarkMode
|
|
2
|
-
|
|
1
|
+
export { u as useDarkMode } from './useDarkMode-DxhIuVNi.js';
|
|
2
|
+
export { u as useDrawerStore, a as useEntityStore, b as useModalStore, c as useNotificationStore, d as useSetupStore } from './useSetupStore-CoYx1UQw.js';
|
|
3
|
+
export { u as useFilterStore, a as useInstrumentStore, b as usePendingStore, c as useSelectedStore } from './useSelectedStore-93bIo1kE.js';
|
|
4
|
+
import './react-CjImwkhV.js';
|
|
3
5
|
import 'react';
|
|
4
|
-
import '
|
|
6
|
+
import './index-BQs4sULy.js';
|
|
7
|
+
import './index-BVVVevuY.js';
|
package/lib/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import './
|
|
2
|
+
import { ThemeProvider, keyframes, useTheme } from 'styled-components';
|
|
3
|
+
import { u as useDarkMode } from './useDarkMode-DxhIuVNi.js';
|
|
4
|
+
import './react-CjImwkhV.js';
|
|
5
5
|
|
|
6
6
|
const baseTheme = {
|
|
7
7
|
colors: {
|
|
@@ -229,6 +229,89 @@ var opacity = /*#__PURE__*/Object.freeze({
|
|
|
229
229
|
hex: hex
|
|
230
230
|
});
|
|
231
231
|
|
|
232
|
+
const slide = {
|
|
233
|
+
in: {
|
|
234
|
+
left: keyframes `
|
|
235
|
+
from { transform: translateX(-100%); }
|
|
236
|
+
to { transform: translateX(0); }
|
|
237
|
+
`,
|
|
238
|
+
right: keyframes `
|
|
239
|
+
from { transform: translateX(100%); }
|
|
240
|
+
to { transform: translateX(0); }
|
|
241
|
+
`,
|
|
242
|
+
top: keyframes `
|
|
243
|
+
from { transform: translateY(-100%); }
|
|
244
|
+
to { transform: translateY(0); }
|
|
245
|
+
`,
|
|
246
|
+
bottom: keyframes `
|
|
247
|
+
from { transform: translateY(100%); }
|
|
248
|
+
to { transform: translateY(0); }
|
|
249
|
+
`,
|
|
250
|
+
center: keyframes `
|
|
251
|
+
from { transform: translate(-50%, 100%); }
|
|
252
|
+
to { transform: translate(-50%, -50%); }
|
|
253
|
+
`,
|
|
254
|
+
},
|
|
255
|
+
out: {
|
|
256
|
+
left: keyframes `
|
|
257
|
+
from { transform: translateX(0); }
|
|
258
|
+
to { transform: translateX(-100%); }
|
|
259
|
+
`,
|
|
260
|
+
right: keyframes `
|
|
261
|
+
from { transform: translateX(0); }
|
|
262
|
+
to { transform: translateX(100%); }
|
|
263
|
+
`,
|
|
264
|
+
top: keyframes `
|
|
265
|
+
from { transform: translateY(0); }
|
|
266
|
+
to { transform: translateY(-100%); }
|
|
267
|
+
`,
|
|
268
|
+
bottom: keyframes `
|
|
269
|
+
from { transform: translateY(0); }
|
|
270
|
+
to { transform: translateY(100%); }
|
|
271
|
+
`,
|
|
272
|
+
center: keyframes `
|
|
273
|
+
from { transform: translate(-50%, -50%); }
|
|
274
|
+
to { transform: translate(-50%, 100%); }
|
|
275
|
+
`,
|
|
276
|
+
},
|
|
277
|
+
};
|
|
278
|
+
const progress = {
|
|
279
|
+
in: keyframes `
|
|
280
|
+
from { width: 0%; }
|
|
281
|
+
to { width: 100%; }
|
|
282
|
+
`,
|
|
283
|
+
out: keyframes `
|
|
284
|
+
from { width: 100%; }
|
|
285
|
+
to { width: 0%; }
|
|
286
|
+
`,
|
|
287
|
+
};
|
|
288
|
+
const ping = keyframes `
|
|
289
|
+
0% {
|
|
290
|
+
transform: scale(1);
|
|
291
|
+
opacity: 1;
|
|
292
|
+
}
|
|
293
|
+
75%, 100% {
|
|
294
|
+
transform: scale(2);
|
|
295
|
+
opacity: 0;
|
|
296
|
+
}
|
|
297
|
+
`;
|
|
298
|
+
const shimmer = keyframes `
|
|
299
|
+
0% {
|
|
300
|
+
background-position: -500px 0;
|
|
301
|
+
}
|
|
302
|
+
100% {
|
|
303
|
+
background-position: 500px 0;
|
|
304
|
+
}
|
|
305
|
+
`;
|
|
306
|
+
|
|
307
|
+
var animations = /*#__PURE__*/Object.freeze({
|
|
308
|
+
__proto__: null,
|
|
309
|
+
ping: ping,
|
|
310
|
+
progress: progress,
|
|
311
|
+
shimmer: shimmer,
|
|
312
|
+
slide: slide
|
|
313
|
+
});
|
|
314
|
+
|
|
232
315
|
const Theme = {
|
|
233
316
|
Provider,
|
|
234
317
|
useTheme: useTheme,
|
package/lib/types.js
CHANGED
|
@@ -1,217 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
ActionType["RenameAttributes"] = "RenameAttribute";
|
|
7
|
-
ActionType["ErrorSampler"] = "ErrorSampler";
|
|
8
|
-
ActionType["ProbabilisticSampler"] = "ProbabilisticSampler";
|
|
9
|
-
ActionType["LatencySampler"] = "LatencySampler";
|
|
10
|
-
ActionType["PiiMasking"] = "PiiMasking";
|
|
11
|
-
})(ActionType || (ActionType = {}));
|
|
12
|
-
|
|
13
|
-
var Tier;
|
|
14
|
-
(function (Tier) {
|
|
15
|
-
Tier["Community"] = "community";
|
|
16
|
-
Tier["Cloud"] = "cloud";
|
|
17
|
-
Tier["Onprem"] = "onprem";
|
|
18
|
-
})(Tier || (Tier = {}));
|
|
19
|
-
var PlatformType;
|
|
20
|
-
(function (PlatformType) {
|
|
21
|
-
PlatformType["K8s"] = "k8s";
|
|
22
|
-
PlatformType["Vm"] = "vm";
|
|
23
|
-
})(PlatformType || (PlatformType = {}));
|
|
24
|
-
var ProgrammingLanguages;
|
|
25
|
-
(function (ProgrammingLanguages) {
|
|
26
|
-
ProgrammingLanguages["Go"] = "go";
|
|
27
|
-
ProgrammingLanguages["JavaScript"] = "javascript";
|
|
28
|
-
ProgrammingLanguages["Python"] = "python";
|
|
29
|
-
ProgrammingLanguages["Java"] = "java";
|
|
30
|
-
ProgrammingLanguages["DotNet"] = "dotnet";
|
|
31
|
-
ProgrammingLanguages["CSharp"] = "csharp";
|
|
32
|
-
ProgrammingLanguages["CPlusPlus"] = "cplusplus";
|
|
33
|
-
ProgrammingLanguages["Php"] = "php";
|
|
34
|
-
ProgrammingLanguages["Ruby"] = "ruby";
|
|
35
|
-
ProgrammingLanguages["Rust"] = "rust";
|
|
36
|
-
ProgrammingLanguages["Swift"] = "swift";
|
|
37
|
-
ProgrammingLanguages["Elixir"] = "elixir";
|
|
38
|
-
ProgrammingLanguages["MySql"] = "mysql";
|
|
39
|
-
ProgrammingLanguages["Nginx"] = "nginx";
|
|
40
|
-
ProgrammingLanguages["Postgres"] = "postgres";
|
|
41
|
-
ProgrammingLanguages["Redis"] = "redis";
|
|
42
|
-
ProgrammingLanguages["Kafka"] = "kafka";
|
|
43
|
-
ProgrammingLanguages["Ignored"] = "ignored";
|
|
44
|
-
ProgrammingLanguages["Unknown"] = "unknown";
|
|
45
|
-
ProgrammingLanguages["Processing"] = "processing";
|
|
46
|
-
ProgrammingLanguages["NoContainers"] = "no containers";
|
|
47
|
-
ProgrammingLanguages["NoRunningPods"] = "no running pods";
|
|
48
|
-
})(ProgrammingLanguages || (ProgrammingLanguages = {}));
|
|
49
|
-
var Crud;
|
|
50
|
-
(function (Crud) {
|
|
51
|
-
Crud["Create"] = "Create";
|
|
52
|
-
Crud["Read"] = "Read";
|
|
53
|
-
Crud["Update"] = "Update";
|
|
54
|
-
Crud["Delete"] = "Delete";
|
|
55
|
-
})(Crud || (Crud = {}));
|
|
56
|
-
var EntityTypes;
|
|
57
|
-
(function (EntityTypes) {
|
|
58
|
-
EntityTypes["Namespace"] = "Namespace";
|
|
59
|
-
EntityTypes["Source"] = "Source";
|
|
60
|
-
EntityTypes["Destination"] = "Destination";
|
|
61
|
-
EntityTypes["Action"] = "Action";
|
|
62
|
-
EntityTypes["InstrumentationRule"] = "InstrumentationRule";
|
|
63
|
-
})(EntityTypes || (EntityTypes = {}));
|
|
64
|
-
var FieldTypes;
|
|
65
|
-
(function (FieldTypes) {
|
|
66
|
-
FieldTypes["Input"] = "input";
|
|
67
|
-
FieldTypes["MultiInput"] = "multiInput";
|
|
68
|
-
FieldTypes["MultiTabledInput"] = "multiTabledInput";
|
|
69
|
-
FieldTypes["KeyValuePair"] = "keyValuePairs";
|
|
70
|
-
FieldTypes["TextArea"] = "textarea";
|
|
71
|
-
FieldTypes["Dropdown"] = "dropdown";
|
|
72
|
-
FieldTypes["Checkbox"] = "checkbox";
|
|
73
|
-
FieldTypes["Toggle"] = "toggle";
|
|
74
|
-
})(FieldTypes || (FieldTypes = {}));
|
|
75
|
-
var CrdTypes;
|
|
76
|
-
(function (CrdTypes) {
|
|
77
|
-
CrdTypes["OdigosConfig"] = "OdigosConfiguration";
|
|
78
|
-
CrdTypes["CollectorsGroup"] = "CollectorsGroup";
|
|
79
|
-
CrdTypes["Source"] = "Source";
|
|
80
|
-
CrdTypes["InstrumentationConfig"] = "InstrumentationConfig";
|
|
81
|
-
CrdTypes["InstrumentationInstance"] = "InstrumentationInstance";
|
|
82
|
-
CrdTypes["Destination"] = "Destination";
|
|
83
|
-
CrdTypes["InstrumentationRule"] = "InstrumentationRule";
|
|
84
|
-
CrdTypes["Processor"] = "Processor";
|
|
85
|
-
CrdTypes["AddClusterInfo"] = "AddClusterInfo";
|
|
86
|
-
CrdTypes["DeleteAttributes"] = "DeleteAttribute";
|
|
87
|
-
CrdTypes["RenameAttributes"] = "RenameAttribute";
|
|
88
|
-
CrdTypes["PiiMasking"] = "PiiMasking";
|
|
89
|
-
CrdTypes["ErrorSampler"] = "ErrorSampler";
|
|
90
|
-
CrdTypes["LatencySampler"] = "LatencySampler";
|
|
91
|
-
CrdTypes["ProbabilisticSampler"] = "ProbabilisticSampler";
|
|
92
|
-
})(CrdTypes || (CrdTypes = {}));
|
|
93
|
-
var StatusType;
|
|
94
|
-
(function (StatusType) {
|
|
95
|
-
StatusType["Warning"] = "warning";
|
|
96
|
-
StatusType["Error"] = "error";
|
|
97
|
-
StatusType["Success"] = "success";
|
|
98
|
-
StatusType["Info"] = "info";
|
|
99
|
-
StatusType["Default"] = "default";
|
|
100
|
-
})(StatusType || (StatusType = {}));
|
|
101
|
-
var OtherStatus;
|
|
102
|
-
(function (OtherStatus) {
|
|
103
|
-
OtherStatus["Loading"] = "loading";
|
|
104
|
-
OtherStatus["Disabled"] = "disabled";
|
|
105
|
-
})(OtherStatus || (OtherStatus = {}));
|
|
106
|
-
var SortDirection;
|
|
107
|
-
(function (SortDirection) {
|
|
108
|
-
SortDirection["Ascending"] = "asc";
|
|
109
|
-
SortDirection["Descending"] = "desc";
|
|
110
|
-
})(SortDirection || (SortDirection = {}));
|
|
111
|
-
|
|
112
|
-
var NodeTypes;
|
|
113
|
-
(function (NodeTypes) {
|
|
114
|
-
NodeTypes["Header"] = "header";
|
|
115
|
-
NodeTypes["Add"] = "add";
|
|
116
|
-
NodeTypes["Base"] = "base";
|
|
117
|
-
NodeTypes["Edged"] = "edged";
|
|
118
|
-
NodeTypes["Frame"] = "frame";
|
|
119
|
-
NodeTypes["Scroll"] = "scroll";
|
|
120
|
-
NodeTypes["Skeleton"] = "skeleton";
|
|
121
|
-
})(NodeTypes || (NodeTypes = {}));
|
|
122
|
-
var EdgeTypes;
|
|
123
|
-
(function (EdgeTypes) {
|
|
124
|
-
EdgeTypes["Labeled"] = "labeled";
|
|
125
|
-
})(EdgeTypes || (EdgeTypes = {}));
|
|
126
|
-
var AddNodeTypes;
|
|
127
|
-
(function (AddNodeTypes) {
|
|
128
|
-
AddNodeTypes["AddRule"] = "addRule";
|
|
129
|
-
AddNodeTypes["AddSource"] = "addSource";
|
|
130
|
-
AddNodeTypes["AddAction"] = "addAction";
|
|
131
|
-
AddNodeTypes["AddDestination"] = "addDestination";
|
|
132
|
-
})(AddNodeTypes || (AddNodeTypes = {}));
|
|
133
|
-
|
|
134
|
-
var DestinationTypes;
|
|
135
|
-
(function (DestinationTypes) {
|
|
136
|
-
DestinationTypes["AppDynamics"] = "appdynamics";
|
|
137
|
-
DestinationTypes["Axiom"] = "axiom";
|
|
138
|
-
DestinationTypes["AzureBlob"] = "azureblob";
|
|
139
|
-
DestinationTypes["BetterStack"] = "betterstack";
|
|
140
|
-
DestinationTypes["Causely"] = "causely";
|
|
141
|
-
DestinationTypes["Chronosphere"] = "chronosphere";
|
|
142
|
-
DestinationTypes["ClickHouse"] = "clickhouse";
|
|
143
|
-
DestinationTypes["CloudWatch"] = "cloudwatch";
|
|
144
|
-
DestinationTypes["Coralogix"] = "coralogix";
|
|
145
|
-
DestinationTypes["Dash0"] = "dash0";
|
|
146
|
-
DestinationTypes["Datadog"] = "datadog";
|
|
147
|
-
DestinationTypes["Dynatrace"] = "dynatrace";
|
|
148
|
-
DestinationTypes["ElasticApm"] = "elasticapm";
|
|
149
|
-
DestinationTypes["ElasticSearch"] = "elasticsearch";
|
|
150
|
-
DestinationTypes["GoogleCloud"] = "googlecloud";
|
|
151
|
-
DestinationTypes["GrafanaCloudLoki"] = "grafanacloudloki";
|
|
152
|
-
DestinationTypes["GrafanaCloudPrometheus"] = "grafanacloudprometheus";
|
|
153
|
-
DestinationTypes["GrafanaCloudTempo"] = "grafanacloudtempo";
|
|
154
|
-
DestinationTypes["Groundcover"] = "groundcover";
|
|
155
|
-
DestinationTypes["Honeycomb"] = "honeycomb";
|
|
156
|
-
DestinationTypes["HyperDX"] = "hyperdx";
|
|
157
|
-
DestinationTypes["Instana"] = "instana";
|
|
158
|
-
DestinationTypes["Jaeger"] = "jaeger";
|
|
159
|
-
DestinationTypes["Kafka"] = "kafka";
|
|
160
|
-
DestinationTypes["Kloudmate"] = "kloudmate";
|
|
161
|
-
DestinationTypes["Last9"] = "last9";
|
|
162
|
-
DestinationTypes["Lightstep"] = "lightstep";
|
|
163
|
-
DestinationTypes["LogzIo"] = "logzio";
|
|
164
|
-
DestinationTypes["Loki"] = "loki";
|
|
165
|
-
DestinationTypes["Lumigo"] = "lumigo";
|
|
166
|
-
DestinationTypes["Middleware"] = "middleware";
|
|
167
|
-
DestinationTypes["NewRelic"] = "newrelic";
|
|
168
|
-
DestinationTypes["Opsverse"] = "opsverse";
|
|
169
|
-
DestinationTypes["OTLP"] = "otlp";
|
|
170
|
-
DestinationTypes["OTLPHttp"] = "otlphttp";
|
|
171
|
-
DestinationTypes["Prometheus"] = "prometheus";
|
|
172
|
-
DestinationTypes["Qryn"] = "qryn";
|
|
173
|
-
DestinationTypes["QrynOss"] = "qryn-oss";
|
|
174
|
-
DestinationTypes["Quickwit"] = "quickwit";
|
|
175
|
-
DestinationTypes["S3"] = "s3";
|
|
176
|
-
DestinationTypes["Signoz"] = "signoz";
|
|
177
|
-
DestinationTypes["Splunk"] = "splunk";
|
|
178
|
-
DestinationTypes["SumoLogic"] = "sumologic";
|
|
179
|
-
DestinationTypes["Tempo"] = "tempo";
|
|
180
|
-
DestinationTypes["Traceloop"] = "traceloop";
|
|
181
|
-
DestinationTypes["Uptrace"] = "uptrace";
|
|
182
|
-
DestinationTypes["XRay"] = "xray";
|
|
183
|
-
})(DestinationTypes || (DestinationTypes = {}));
|
|
184
|
-
|
|
185
|
-
var InstrumentationRuleType;
|
|
186
|
-
(function (InstrumentationRuleType) {
|
|
187
|
-
InstrumentationRuleType["PayloadCollection"] = "PayloadCollection";
|
|
188
|
-
InstrumentationRuleType["CodeAttributes"] = "CodeAttributes";
|
|
189
|
-
InstrumentationRuleType["UnknownType"] = "UnknownType";
|
|
190
|
-
})(InstrumentationRuleType || (InstrumentationRuleType = {}));
|
|
191
|
-
var PayloadCollectionKeyTypes;
|
|
192
|
-
(function (PayloadCollectionKeyTypes) {
|
|
193
|
-
PayloadCollectionKeyTypes["HttpRequest"] = "httpRequest";
|
|
194
|
-
PayloadCollectionKeyTypes["HttpResponse"] = "httpResponse";
|
|
195
|
-
PayloadCollectionKeyTypes["DbQuery"] = "dbQuery";
|
|
196
|
-
PayloadCollectionKeyTypes["Messaging"] = "messaging";
|
|
197
|
-
})(PayloadCollectionKeyTypes || (PayloadCollectionKeyTypes = {}));
|
|
198
|
-
// Code Attributes for Instrumentation Rules
|
|
199
|
-
var CodeAttributesKeyTypes;
|
|
200
|
-
(function (CodeAttributesKeyTypes) {
|
|
201
|
-
CodeAttributesKeyTypes["Column"] = "column";
|
|
202
|
-
CodeAttributesKeyTypes["FilePath"] = "filePath";
|
|
203
|
-
CodeAttributesKeyTypes["Function"] = "function";
|
|
204
|
-
CodeAttributesKeyTypes["LineNumber"] = "lineNumber";
|
|
205
|
-
CodeAttributesKeyTypes["Namespace"] = "namespace";
|
|
206
|
-
CodeAttributesKeyTypes["StackTrace"] = "stacktrace";
|
|
207
|
-
})(CodeAttributesKeyTypes || (CodeAttributesKeyTypes = {}));
|
|
208
|
-
|
|
209
|
-
var SignalType;
|
|
210
|
-
(function (SignalType) {
|
|
211
|
-
SignalType["Logs"] = "logs";
|
|
212
|
-
SignalType["Metrics"] = "metrics";
|
|
213
|
-
SignalType["Traces"] = "traces";
|
|
214
|
-
})(SignalType || (SignalType = {}));
|
|
1
|
+
export { A as ActionType, C as CodeAttributesKeyTypes, I as InstrumentationRuleType, P as PayloadCollectionKeyTypes } from './index-RBS1MqCQ.js';
|
|
2
|
+
export { b as CrdTypes, C as Crud, E as EntityTypes, F as FieldTypes, O as OtherStatus, P as PlatformType, a as ProgrammingLanguages, c as SortDirection, S as StatusType, T as Tier } from './index-BVVVevuY.js';
|
|
3
|
+
export { A as AddNodeTypes, E as EdgeTypes, N as NodeTypes } from './index-B72aw6tI.js';
|
|
4
|
+
export { D as DestinationTypes } from './index-CIgHU72d.js';
|
|
5
|
+
export { S as SignalType } from './index-DbfrGXPH.js';
|
|
215
6
|
|
|
216
7
|
var K8sResourceKind;
|
|
217
8
|
(function (K8sResourceKind) {
|
|
@@ -220,4 +11,4 @@ var K8sResourceKind;
|
|
|
220
11
|
K8sResourceKind["StatefulSet"] = "StatefulSet";
|
|
221
12
|
})(K8sResourceKind || (K8sResourceKind = {}));
|
|
222
13
|
|
|
223
|
-
export {
|
|
14
|
+
export { K8sResourceKind };
|