Skip to content

Commit dc7efe1

Browse files
fix: using log events table
1 parent 92726b6 commit dc7efe1

File tree

8 files changed

+0
-175
lines changed

8 files changed

+0
-175
lines changed

projects/distributed-tracing/src/shared/components/span-detail/log-events/span-log-events.component.scss

Lines changed: 0 additions & 7 deletions
This file was deleted.

projects/distributed-tracing/src/shared/components/span-detail/log-events/span-log-events.component.test.ts

Lines changed: 0 additions & 25 deletions
This file was deleted.

projects/distributed-tracing/src/shared/components/span-detail/log-events/span-log-events.component.ts

Lines changed: 0 additions & 31 deletions
This file was deleted.

projects/distributed-tracing/src/shared/components/span-detail/log-events/span-log-events.dashboard.ts

Lines changed: 0 additions & 51 deletions
This file was deleted.

projects/distributed-tracing/src/shared/components/span-detail/log-events/span-log-events.module.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

projects/distributed-tracing/src/shared/components/span-detail/span-detail.module.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import {
1414
import { LogEventsTableModule } from '../log-events/log-events-table.module';
1515
import { SpanExitCallsModule } from './exit-calls/span-exit-calls.module';
1616
import { SpanDetailTitleHeaderModule } from './headers/title/span-detail-title-header.module';
17-
import { SpanLogEventsModule } from './log-events/span-log-events.module';
1817
import { SpanRequestDetailModule } from './request/span-request-detail.module';
1918
import { SpanResponseDetailModule } from './response/span-response-detail.module';
2019
import { SpanDetailComponent } from './span-detail.component';
@@ -37,7 +36,6 @@ import { SpanTagsDetailModule } from './tags/span-tags-detail.module';
3736
ListViewModule,
3837
SpanDetailTitleHeaderModule,
3938
SpanExitCallsModule,
40-
SpanLogEventsModule,
4139
LogEventsTableModule
4240
],
4341
declarations: [SpanDetailComponent],

projects/distributed-tracing/src/shared/dashboard/data/graphql/graphql-data-source.module.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import { EnrichedAttributeSpecificationModel } from './specifiers/enriched-attri
1414
import { FieldSpecificationModel } from './specifiers/field-specification.model';
1515
import { MappedAttributeSpecificationModel } from './specifiers/mapped-attribute-specification.model';
1616
import { TraceStatusSpecificationModel } from './specifiers/trace-status-specification.model';
17-
import { LogEventsDataSourceModel } from './table/log-events/log-events-data-source.model';
1817
import { SpansTableDataSourceModel } from './table/spans/spans-table-data-source.model';
1918
import { TracesTableDataSourceModel } from './table/traces/traces-table-data-source.model';
2019
import { TraceDataSourceModel } from './trace/trace-data-source.model';
@@ -33,7 +32,6 @@ import { TraceWaterfallDataSourceModel } from './waterfall/trace-waterfall-data-
3332
GraphqlIdScopeFilterModel,
3433
SpansTableDataSourceModel,
3534
TracesTableDataSourceModel,
36-
LogEventsDataSourceModel,
3735
SpanDataSourceModel,
3836
TableWidgetColumnModel,
3937
TraceDataSourceModel,

projects/distributed-tracing/src/shared/dashboard/data/graphql/table/log-events/log-events-data-source.model.ts

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)