Skip to content

digma-ai/digma-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digma UI

Install dependencies:

npm ci

Run linter checks:

npm run lint

Run tests:

npm run test

Start dev server:

npm run start

Dev server will start http://localhost:3000

Build package:

npm run build:prod:{platform}

Supported platform values:

  • jetbrains
  • web

Build of the package will be in the ./dist directory

Environment variables

To set environment variables use .env file

Name Type Default Description
UI_BASE_URL string - Base URL to proxy requests to ingress (for dev server)
JAEGER_API_PATH string - URL path to proxy requests to Jaeger UI (for dev server )
API_BASE_URL string - Base URL to proxy Digma API requests (for dev server)
AUTH_API_BASE_URL string - Base URL to proxy auth API requests (for dev server)
API_TOKEN string - API token (for dev server)
USERNAME string - User login (for dev server)
PASSWORD string - User password (for dev server)
JAEGER_UI_PATH string - Path to custom Jaeger UI build

Jaeger UI

The Digma UI distributive includes a Digma fork of Jaeger UI. You can find the linked version in the ./dependencies.json file.

To use a custom build of Jaeger UI during development use JAEGER_UI_PATH environment variable.

JAEGER_UI_PATH=path/to/jaeger-ui/dist

Storybook

npm run storybook

Storybook will start on http://localhost:6006

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages