Feature: Usage metrics (#2227)

* added user stats telemetry

* finished daily, weekly and monthly events

* code review comments

* added wekly and monthly start dates

* fixed the day condition using testing
This commit is contained in:
Aditya Bist
2018-08-24 12:11:22 -07:00
committed by GitHub
parent fb565c2548
commit df617f19e0
3 changed files with 55 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ export class JobStepsViewComponent extends JobManagementView implements OnInit,
}
ngOnInit() {
let ownerUri: string = this._commonService.connectionManagementService.connectionInfo.ownerUri;
this._tree = new Tree(this._tableContainer.nativeElement, {
controller: this._treeController,