-
Notifications
You must be signed in to change notification settings - Fork 535
Closed
Description
Currently, the metrics API only supports recording single value metrics: counters and gauges. We would like to extend the API to also support ingesting pre-aggregated histograms, storing as the histogram field type.
- Define intake API changes (Extend metrics intake to accept histograms #4884)
- [ ] Investigate how to implement dynamic field mapping for histograms
For dynamically mapping histograms, we are currently waiting for elastic/elasticsearch#61939.