mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 08:57:19 +08:00
doc: adding disclamer about alert thresholds
This commit is contained in:
parent
1a56c3032f
commit
d19171f5c6
2 changed files with 15 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Awesome Prometheus Alerts [](https://awesome.re)
|
||||
|
||||
> Most alerting rules are common to any Prometheus setup. We need a place to find them. 🤘 🚨 📊
|
||||
> Most alerting rules are common to any Prometheus setup. We need a place to find them all. 🤘 🚨 📊
|
||||
|
||||
Collection available here: **[https://awesome-prometheus-alerts.grep.to](https://awesome-prometheus-alerts.grep.to)**
|
||||
|
||||
|
|
|
|||
14
rules.md
14
rules.md
|
|
@ -4,6 +4,20 @@
|
|||
}
|
||||
</style>
|
||||
|
||||
<div style="padding: 20px 20px 10px 20px; border: solid grey 1px; border-radius: 10px;">
|
||||
<h2 style="text-align:center;">⚠️ Disclamer ⚠️</h2>
|
||||
|
||||
<p style="text-align:center;">
|
||||
Alert threshold depends on nature of application.
|
||||
<br>
|
||||
Some query may have arbitrary tolerance threshold.
|
||||
<br><br>
|
||||
Building an efficient an battle-tested monitoring platform takes time. 😉
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<h2>0. Prometheus global configuration</h2>
|
||||
|
||||
{% highlight yaml %}
|
||||
# prometheus.yml
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue