mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +00:00
Remove examples so they can go on the wiki instead
This commit is contained in:
parent
3a8fbff514
commit
47d830db1f
1 changed files with 0 additions and 15 deletions
15
README.md
15
README.md
|
@ -100,21 +100,6 @@ Labels to filter by include:
|
||||||
|monitor_hostname | The Hostname to be monitored (TCP) |
|
|monitor_hostname | The Hostname to be monitored (TCP) |
|
||||||
|monitor_port | The port 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?
|
# What's Next?
|
||||||
|
|
||||||
I will mark requests/issues to the next milestone.
|
I will mark requests/issues to the next milestone.
|
||||||
|
|
Loading…
Reference in a new issue