- [ENHANCEMENT] Support full defaults for summaries and histograms (#361)
This completes support for summary_options
and histogram_options
.
Change the legacy configuration attributes throughout the mapping configuration as follows:
quantiles: …
tosummary_options: { quantiles: … }
buckets: …
tohistogram_options: { buckets: … }
timer_type
toobserver_type
.
Support for the deprecated attributes will be removed in a future release.