# Functions
CosmosChargeMetric measures cosmos request charge per tenant using inbuilt Set method.
CosmosDurationMetric measures cosmos request duration(ms) per tenant using inbuilt Set method.
No description provided by the author
create metric according to duration.
NewLatencyObservers is specific to calculating the network latency and packet count.
RequestsCounterMetric measures consumption per tenant.
RequestsLatencyMetric measures an SLA "95% of all requests must be made in less than 100ms" and to plot average response latency and the apdex score.
No description provided by the author
# Structs
Latency observers.
we have to intercept the ResponseWriter in order to get the statuscode.
Metrics.
# Interfaces
No description provided by the author