From 39ac8910513e8e2a7d719fb4b73d6b908763963c Mon Sep 17 00:00:00 2001 From: Richard Hightower Date: Mon, 4 May 2020 18:43:21 -0700 Subject: [PATCH] Fix broken link in FAQ Fix broken link in FAQ --- faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq.md b/faq.md index 68135e5..d450dde 100644 --- a/faq.md +++ b/faq.md @@ -72,7 +72,7 @@ Yes. NATS is a publish and subscribe system that also has distributed queueing f ### How can I monitor my NATS cluster? -NATS can be deployed to have an HTTP\(s\) monitoring port - see the demo server here: [http://demo.nats.io:8222/](https://demo.nats.io:8222/). Alternately, there are several options available, including some from the active NATS community: +NATS can be deployed to have an HTTP\(s\) monitoring port - see the demo server here: [http://demo.nats.io:8222/](http://demo.nats.io:8222/). Alternately, there are several options available, including some from the active NATS community: * [Prometheus NATS Exporter](https://github.com/nats-io/prometheus-nats-exporter) Use Prometheus to configure metrics and Grafana to create a visual display. * [nats-top](https://github.com/nats-io/nats-top) A top-like monitoring tool developed by Wally Quevedo of Synadia.