From 7e5ce85b5f997656ca236695799020dc688ccb1a Mon Sep 17 00:00:00 2001 From: Jason Derrett Date: Sat, 22 Oct 2016 07:09:10 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bca483..82c7895 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Send currently queued measurements to Metrics: ## Aggregate Measurements -If you are measuring something very frequently e.g. per-request in a web application (order mS) you may not want to send each individual measurement, but rather periodically send a [single aggregate measurement](https://www.librato.com/docs/api/#submit-metrics), spanning multiple seconds or even minutes. Use an `Aggregator` for this. +If you are measuring something very frequently e.g. per-request in a web application (order mS) you may not want to send each individual measurement, but rather periodically send a [single aggregate measurement](https://www.librato.com/docs/api/#gauge-specific-parameters), spanning multiple seconds or even minutes. Use an `Aggregator` for this. Aggregate a simple gauge metric named `response_latency`: