Skip to content

Commit

Permalink
Merge branch 'master' into customize-datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffon authored Jul 5, 2019
2 parents e0e19aa + 59f952d commit 17dcca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ yarn install
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][aio-docs].
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 described in the [documentation][aio-docs].

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { trackEvent } from '../../utils/tracking';

// export for tests
export const CATEGORY_RANGE = 'jaeger/ux/trace/range';
export const CATEGORY_FILTER = 'jaeger/ux/trace/range';
export const CATEGORY_FILTER = 'jaeger/ux/trace/filter';

// export for tests
export const ACTION_FILTER_SET = 'set';
Expand Down

0 comments on commit 17dcca4

Please sign in to comment.