Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
Merged
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
2 changes: 1 addition & 1 deletion opencensus/common/internal/stats_object.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class StatsObject {

// Create a new StatsObject keeping num_stats distinct stats over the past
// 'interval'. 'interval' will be rounded to 1 second if it is smaller.
StatsObject<N>(uint16_t num_stats, absl::Duration interval, absl::Time now);
StatsObject(uint16_t num_stats, absl::Duration interval, absl::Time now);

// The number of distinct stats we keep data for.
uint16_t num_stats() const { return num_stats_; }
Expand Down