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.