Skip to content
Merged
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions contrib/endpoints/src/api_manager/service_control/proto.cc
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ struct DistributionHelperOptions {
double scale;
};

const DistributionHelperOptions time_distribution = {8, 10.0, 1e-6};
const DistributionHelperOptions size_distribution = {8, 10.0, 1};
const DistributionHelperOptions time_distribution = {29, 2.0, 1e-6};

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only update for time_distribution.

const DistributionHelperOptions size_distribution = {29, 2.0, 1e-6};
const double kMsToSecs = 1e-3;

Status AddDistributionMetric(const DistributionHelperOptions& options,
Expand Down