We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c9933 commit 87e3a5bCopy full SHA for 87e3a5b
hphp/util/service-data.h
@@ -211,8 +211,9 @@ ExportedTimeSeries* createTimeSeries(
211
/*
212
* Create a histogram counter named 'name'. Return an existing one if it has
213
* already been created.
214
+ * The number of buckets is (max - min) / bucketSize
215
*
- * 'bucketSize' specifies how many buckets to track for the histogram.
216
+ * 'bucketSize' specifies the size of each bucket
217
* 'min' is the minimal value in the histogram.
218
* 'max' is the maximal value in the histogram.
219
* 'exportPercentile' specifies at what percentile values we should report the
0 commit comments