Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Span Search - Improve search logic #237

Merged
merged 16 commits into from
Sep 30, 2018
Prev Previous commit
Next Next commit
Misc cleanup to fix a lint issue
Signed-off-by: Joe Farro <joef@uber.com>
  • Loading branch information
tiffon authored Sep 27, 2018
commit 9750d632c7ce65515b4a6c5d623bab52eecbef3b
1 change: 0 additions & 1 deletion packages/jaeger-ui/src/components/TracePage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ import TraceTimelineViewer from './TraceTimelineViewer';
import ErrorMessage from '../common/ErrorMessage';
import LoadingIndicator from '../common/LoadingIndicator';
import * as jaegerApiActions from '../../actions/jaeger-api';
import { filterSpansForText } from '../../selectors/span';
import { fetchedState } from '../../constants';
import { getTraceName } from '../../model/trace-viewer';
import prefixUrl from '../../utils/prefix-url';
Expand Down