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

Stats/Stackdriver: export data using metrics API #275

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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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