Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

alibaba-archive/aliyun-log-jaeger-ui

Repository files navigation

ReadTheDocs Build Status Coverage Status FOSSA Status

Jaeger UI

Visualize distributed tracing with Jaeger.

Contributing

See CONTRIBUTING.

Development

The app was built with create-react-app.

Running the application

Fork, then clone the jaeger-ui repo and change directory into it.

git clone https://github.com/jaegertracing/aliyun-log-jaeger-ui.git
cd jaeger-ui

Use the recommended npm and Node versions: (defined in .nvmrc file):

nvm use

Install dependencies via npm or yarn:

npm install
# or
yarn

Make sure you have the Jaeger Query service running on http://localhost:16686. For example, you can run Jaeger all-in-one Docker image as descibed in the documentation.

If you don't have it running locally, then tunnel to the correct host and port.

ssh -fN -L 16686:$BACKEND_HOST:$BACKEND_PORT $BACKEND_PORT

Start the development server with hot loading:

npm start

Commands

Command Description
npm start Starts development server with hot reloading and api proxy.
npm test Runs all the tests
npm run lint Lint the project (eslint, prettier, flow)
npm run build Runs production build. Outputs files to /dist.

Build

Running build will output all the static files to the ./dist folder:

npm install
npm run build

UI Configuration

See the deployment guide for details on configuring Google Analytics tracking and menu customizations.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages