From 43705a54be226156d44493491c802c6fd576560b Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Thu, 22 Jun 2023 22:21:35 +0200 Subject: [PATCH] docs: cosmetic changes in example config files --- rel/config/examples/conn_congestion.conf.example | 2 +- rel/config/examples/prometheus.conf.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rel/config/examples/conn_congestion.conf.example b/rel/config/examples/conn_congestion.conf.example index 66a47a65f..785ee5ab5 100644 --- a/rel/config/examples/conn_congestion.conf.example +++ b/rel/config/examples/conn_congestion.conf.example @@ -1,6 +1,6 @@ ## Connection Congestion ## -## Generating alarm when MQTT connection congested +## Emit alarms when MQTT connection congested conn_congestion { ## Enable or disable connection congestion alarm diff --git a/rel/config/examples/prometheus.conf.example b/rel/config/examples/prometheus.conf.example index face3fc1f..3b186e93f 100644 --- a/rel/config/examples/prometheus.conf.example +++ b/rel/config/examples/prometheus.conf.example @@ -1,4 +1,4 @@ -## Prometheus push-gateway integration +## Prometheus ## EMQX's Prometheus scraping endpoint is enabled by default without authentication. ## And there is no way to turn it off.