jaegertracing/jaeger-ui

Name: jaeger-ui

Owner: Jaeger - Distributed Tracing System

Description: Web UI for Jaeger

Created: 2017-02-23 11:30:29.0

Updated: 2018-05-22 19:57:40.0

Pushed: 2018-05-11 06:21:23.0

Homepage: http://jaegertracing.io/

Size: 2568

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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.

clone https://github.com/jaegertracing/jaeger-ui.git
aeger-ui

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

use

Install dependencies via yarn:

 install


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.

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

Start the development server with hot loading:

ackages/jaeger-ui && yarn start
Commands

| Command | Description | | ————————————- | ——————————————————————- | | cd packages/jaeger-ui && 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:

 install
 build
UI Configuration

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

License

Apache 2.0 License.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.