From 47d830db1f76a29d9966fc49cbbcafe1f47aee10 Mon Sep 17 00:00:00 2001
From: Matthew Macdonald-Wallace <matt@doics.co>
Date: Thu, 22 Jul 2021 16:15:19 +0100
Subject: [PATCH] Remove examples so they can go on the wiki instead

---
 README.md | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/README.md b/README.md
index 76373fd2..301fb35b 100644
--- a/README.md
+++ b/README.md
@@ -100,21 +100,6 @@ Labels to filter by include:
 |monitor_hostname | The Hostname to be monitored (TCP) |
 |monitor_port | The port to be monitored (TCP) |
 
-## Example PromQL queries
-
-Assuming we have HTTP monitors in place for bbc.co.uk and google.com:
-
-```
-# Show all response rates gouped by site
-sum(monitor_response_time) by (monitor_name)
-
-# Show only the response time for BBC.co.uk
-sum(monitor_reponse_time{monitor_url="https://www.bbc.co.uk/"})
-
-# Show the current status of Google.com
-monitor_status{monitor_name="Google"}
-```
-
 # What's Next?
 
 I will mark requests/issues to the next milestone.