Skip to content

chore: merging distributed-tracing into observability #1090

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

Merged
merged 5 commits into from
Aug 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion ONBOARDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ This documents contains the onboarding guide for hypertrace-ui.
- [Common](https://github.com/hypertrace/hypertrace-ui/tree/main/projects/common)
- [Components](https://github.com/hypertrace/hypertrace-ui/tree/main/projects/components)
- [Dashboards](https://github.com/hypertrace/hypertrace-ui/tree/main/projects/dashboards)
- [Distributed Tracing](https://github.com/hypertrace/hypertrace-ui/tree/main/projects/distributed-tracing)
- [Observability](https://github.com/hypertrace/hypertrace-ui/tree/main/projects/observability)

- [Hypertrace ui app](https://github.com/hypertrace/hypertrace-ui/tree/main/src)
Expand Down
39 changes: 0 additions & 39 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@
"input": "./projects/assets-library/assets",
"output": "./assets"
},
{
"glob": "**/*",
"input": "./projects/distributed-tracing/assets",
"output": "./assets"
},
{
"glob": "**/*",
"input": "./projects/observability/assets",
Expand Down Expand Up @@ -177,40 +172,6 @@
}
}
},
"distributed-tracing": {
"root": "projects/distributed-tracing",
"sourceRoot": "projects/distributed-tracing",
"projectType": "library",
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/distributed-tracing/tsconfig.lib.json",
"project": "projects/distributed-tracing/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/distributed-tracing/tsconfig.lib.prod.json"
}
}
},
"test": {
"builder": "@angular-builders/jest:run",
"options": {}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/distributed-tracing/tsconfig.lib.json",
"projects/distributed-tracing/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**"]
}
}
}
},
"components": {
"root": "projects/components",
"sourceRoot": "projects/components",
Expand Down
1 change: 0 additions & 1 deletion jest.config.debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ module.exports = {
'@hypertrace/dashboards/testing': '<rootDir>/projects/dashboards/src/test/public-api.ts',
'@hypertrace/test-utils': '<rootDir>/projects/test-utils/src/public-api.ts',
'@hypertrace/graphql-client': '<rootDir>/projects/graphql-client/src/public-api.ts',
'@hypertrace/distributed-tracing': '<rootDir>/projects/distributed-tracing/src/public-api.ts',
'@hypertrace/observability': '<rootDir>/projects/observability/src/public-api.ts'
}
};
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ module.exports = {
'@hypertrace/dashboards/testing': '<rootDir>/projects/dashboards/src/test/public-api.ts',
'@hypertrace/test-utils': '<rootDir>/projects/test-utils/src/public-api.ts',
'@hypertrace/graphql-client': '<rootDir>/projects/graphql-client/src/public-api.ts',
'@hypertrace/distributed-tracing': '<rootDir>/projects/distributed-tracing/src/public-api.ts',
'@hypertrace/observability': '<rootDir>/projects/observability/src/public-api.ts'
}
};
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { MetricAggregation } from '@hypertrace/distributed-tracing';
import { MetricAggregation } from '@hypertrace/observability';
import { TableCellParser } from '../table-cell-parser';
import { TableCellParserBase } from '../table-cell-parser-base';
import { CoreTableCellParserType } from '../types/core-table-cell-parser-type';
Expand Down
2 changes: 1 addition & 1 deletion projects/dashboards/src/test/dashboard-verification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import {
TimeRangeService,
TimeUnit
} from '@hypertrace/common';
import { GraphQlQueryEventService, MetadataService } from '@hypertrace/distributed-tracing';
import { GraphQlRequestService } from '@hypertrace/graphql-client';
import { ModelJson } from '@hypertrace/hyperdash';
import { DashboardManagerService, LoggerService, RENDERER_API } from '@hypertrace/hyperdash-angular';
import { GraphQlQueryEventService, MetadataService } from '@hypertrace/observability';
import { getMockFlexLayoutProviders } from '@hypertrace/test-utils';
import { mockProvider, Spectator } from '@ngneat/spectator/jest';
import { EMPTY, of } from 'rxjs';
Expand Down
25 changes: 0 additions & 25 deletions projects/distributed-tracing/README.md

This file was deleted.

29 changes: 0 additions & 29 deletions projects/distributed-tracing/jest.config.js

This file was deleted.

8 changes: 0 additions & 8 deletions projects/distributed-tracing/ng-package.json

This file was deleted.

26 changes: 0 additions & 26 deletions projects/distributed-tracing/package.json

This file was deleted.

125 changes: 0 additions & 125 deletions projects/distributed-tracing/src/public-api.ts

This file was deleted.

24 changes: 0 additions & 24 deletions projects/distributed-tracing/tsconfig.lib.json

This file was deleted.

6 changes: 0 additions & 6 deletions projects/distributed-tracing/tsconfig.lib.prod.json

This file was deleted.

8 changes: 0 additions & 8 deletions projects/distributed-tracing/tsconfig.spec.json

This file was deleted.

3 changes: 0 additions & 3 deletions projects/distributed-tracing/tslint.json

This file was deleted.

1 change: 0 additions & 1 deletion projects/observability/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"@hypertrace/common": "^0.0.0",
"@hypertrace/components": "^0.0.0",
"@hypertrace/dashboards": "^0.0.0",
"@hypertrace/distributed-tracing": "^0.0.0",
"@hypertrace/hyperdash-angular": "^2.6.0",
"@hypertrace/hyperdash": "^1.2.1",
"d3-array": "^2.12.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { ChangeDetectionStrategy, Component } from '@angular/core';
import { IconType } from '@hypertrace/assets-library';
import { NavigationService, SubscriptionLifecycle } from '@hypertrace/common';
import { ButtonRole, ButtonStyle, IconSize } from '@hypertrace/components';
import { LogEvent } from '@hypertrace/distributed-tracing';
import { Observable } from 'rxjs';
import { LogEvent } from '../../shared/dashboard/widgets/waterfall/waterfall/waterfall-chart';
import { ApiTraceDetails, ApiTraceDetailService } from './api-trace-detail.service';

@Component({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import {
NavigableTabModule,
SummaryValueModule
} from '@hypertrace/components';
import { LogEventsTableModule, NavigableDashboardModule } from '@hypertrace/distributed-tracing';
import { LogEventsTableModule } from '../../shared/components/log-events/log-events-table.module';
import { NavigableDashboardModule } from '../../shared/dashboard/dashboard-wrapper/navigable-dashboard.module';
import { ObservabilityDashboardModule } from '../../shared/dashboard/observability-dashboard.module';
import { ApiTraceDetailPageComponent } from './api-trace-detail.page.component';
import { ApiTraceLogsComponent } from './logs/api-trace-logs.component';
Expand Down
Loading