From 20d48e8a8acb4ca70b845566e6f1ec189a3262be Mon Sep 17 00:00:00 2001 From: Tom Prince Date: Wed, 14 Oct 2015 13:57:22 +0200 Subject: [PATCH] Fix typo in class name. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79a4a89e..5a2ae7da 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ start_http_server(8000) Visit [http://localhost:8000/](http://localhost:8000/) to view the metrics. -To add Prometheus exposition to an existing HTTP server, see the `MetricsServlet` class +To add Prometheus exposition to an existing HTTP server, see the `MetricsHandler` class which provides a `BaseHTTPRequestHandler`. It also serves as a simple example of how to write a custom endpoint.