Module Ketrew_measurement (.ml)

module Ketrew_measurement: sig .. end
Measurements are values that the Engine will keep about its performance; those can be “flushed” to the database, and exported later.

type response_log 
type http_request 
type measurement 
module Item: sig .. end
This module allows to construct and transform measurmeent items.
module Collection: sig .. end
A mutable collection of Ketrew_measurement.Item.t values.