From dc4208b9cba8c0ecb43f6654efc93541fd9161e1 Mon Sep 17 00:00:00 2001 From: DoTheEvo Date: Thu, 20 Apr 2023 00:50:20 +0200 Subject: [PATCH] update --- prometheus_grafana_loki/readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/prometheus_grafana_loki/readme.md b/prometheus_grafana_loki/readme.md index 52e487d..d2a7cef 100644 --- a/prometheus_grafana_loki/readme.md +++ b/prometheus_grafana_loki/readme.md @@ -309,7 +309,11 @@ Instant verctor vs range vector. # Pushgateway -Gives freedom to **push** information in to prometheus from **anywhere**. +Gives freedom to **push** information in to prometheus from **anywhere**.
+ +Be aware that it should **not be abused** to turn prometheus in to push type +monitoring. It is only intented for +[specific situations.](https://github.com/prometheus/pushgateway/blob/master/README.md) ### The setup @@ -1147,6 +1151,7 @@ Templates resources * [Overview of Grafana Alerting and Message Templating for Slack](https://faun.pub/overview-of-grafana-alerting-and-message-templating-for-slack-6bb740ec44af) * [youtube - Unified Alerting Grafana 8 | Prometheus | Victoria | Telegraf | Notifications | Alert Templating](https://youtu.be/UtmmhLraSnE) * [Dot notation](https://www.practical-go-lessons.com/chap-32-templates#dot-notation) +* [video - Annotations and Alerts tutorial for Grafana with Timescale](https://youtu.be/bmOkirtC65w) --- ---