837

GitHub - jaegertracing/jaeger-ui: Web UI for Jaeger

 5 years ago
source link: https://github.com/jaegertracing/jaeger-ui
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

ReadTheDocs Build Status Coverage Status FOSSA Status

Jaeger UI

Visualize distributed tracing with Jaeger.

Trace Search Trace Details Trace Search Trace Details

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/jaeger-ui.git
cd jaeger-ui

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

nvm use

Install dependencies via yarn:

yarn 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:

yarn start

Commands

Command Description yarn start Starts development server with hot reloading and api proxy. yarn test Run all the tests yarn lint Lint the project (eslint, prettier, flow) yarn build Runs production build. Outputs files to packages/jaeger-ui/build.

Build

Running build will output all the static files to the packages/jaeger-ui/build folder:

yarn install
yarn build

UI Configuration

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

License

Apache 2.0 License.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK