From b3303b159276c2f682196fee1b3ac6fae5533844 Mon Sep 17 00:00:00 2001 From: Jason Parraga Date: Thu, 23 Jul 2020 16:08:28 -0700 Subject: [PATCH] Fix typo in README Signed-off-by: Jason Parraga --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9da88925e..f5359bfbc 100644 --- a/README.md +++ b/README.md @@ -537,7 +537,7 @@ server.setHandler(context); context.addServlet(new ServletHolder(new MetricsServlet()), "/metrics"); ``` -All HTTP expostion integrations support restricting which time series to return +All HTTP exposition integrations support restricting which time series to return using `?name[]=` URL parameters. Due to implementation limitations, this may have false negatives.