Skip to content

Commit

Permalink
Implements some PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
kaydelaney committed Jul 7, 2020
1 parent e6336b1 commit 863e763
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 355 deletions.
1 change: 0 additions & 1 deletion packages/grafana-data/src/types/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export interface QueryResultMeta {
searchWords?: string[]; // used by log models and loki
limit?: number; // used by log models and loki
json?: boolean; // used to keep track of old json doc values
instant?: boolean;
}

export interface QueryResultMetaStat extends FieldConfig {
Expand Down
2 changes: 0 additions & 2 deletions public/app/features/explore/Explore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ import { getTimeZone } from '../profile/state/selectors';
import { ErrorContainer } from './ErrorContainer';
import { scanStopAction } from './state/actionTypes';
import { ExploreGraphPanel } from './ExploreGraphPanel';
//TODO:unification
import { TraceView } from './TraceView/TraceView';
import { SecondaryActions } from './SecondaryActions';
import { FILTER_FOR_OPERATOR, FILTER_OUT_OPERATOR, FilterItem } from '@grafana/ui/src/components/Table/types';
Expand Down Expand Up @@ -405,7 +404,6 @@ export class Explore extends React.PureComponent<ExploreProps, ExploreState> {
onStopScanning={this.onStopScanning}
/>
)}
{/* TODO:unification */}
{showTrace &&
// We expect only one trace at the moment to be in the dataframe
// If there is not data (like 404) we show a separate error so no need to show anything here
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 863e763

Please sign in to comment.