File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -359,14 +359,12 @@ class ServiceData {
359359 *
360360 * To add values to the stat, call addValue on the QuantileStat returned.
361361 *
362- * There are some helper consts in ExportType.h to make using this function
363- * easier to use:
364- *
365- * ServiceData::get()->getQuantileStat(
366- * "foo",
367- * ExportTypeConsts::kSumCountAvg,
368- * QuantileConsts::kP95_P99_P999,
369- * SlidingWindowPeriodConsts::kOneMinTenMinHour);
362+ * There are some helper consts in ExportType.h to make it easier to change
363+ * the default parameters if needed, for example:
364+ *
365+ * - ExportTypeConsts::kSumCountAvg
366+ * - QuantileConsts::kP95_P99_P999
367+ * - SlidingWindowPeriodConsts::kOneMinTenMinHour
370368 *
371369 * While this function is relatively fast, it is better to reuse the pointer
372370 * to the QuantileStat returned.
You can’t perform that action at this time.
0 commit comments