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

Commit 3b76356

Browse files
authored
Stats/Stackdriver: export data using metrics API (#275)
* Rewrite stackdriver stats exporter * fix review comments * add todo comment
1 parent 239a9e2 commit 3b76356

3 files changed

Lines changed: 194 additions & 881 deletions

File tree

packages/opencensus-core/src/stats/stats.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,7 @@ export class Stats {
9898
exporter.onRegisterView(view);
9999
}
100100
}
101-
102-
// dependency with PR#253 and once start method is implemented in all stats
103-
// exporters
104-
// exporter.start();
101+
exporter.start();
105102
}
106103

107104
/**

0 commit comments

Comments
 (0)