Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Stats/Stackdriver: export data using metrics API (#275)
Browse files Browse the repository at this point in the history
* Rewrite stackdriver stats exporter

* fix review comments

* add todo comment
  • Loading branch information
mayurkale22 committed Jan 15, 2019
1 parent 239a9e2 commit 3b76356
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 881 deletions.
5 changes: 1 addition & 4 deletions packages/opencensus-core/src/stats/stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,7 @@ export class Stats {
exporter.onRegisterView(view);
}
}

// dependency with PR#253 and once start method is implemented in all stats
// exporters
// exporter.start();
exporter.start();
}

/**
Expand Down
Loading

0 comments on commit 3b76356

Please sign in to comment.