1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

update monitoring link

This commit is contained in:
ainsley 2019-08-23 13:02:55 -05:00
parent 4e96a925c5
commit 843f983999

2
faq.md
View File

@ -85,7 +85,7 @@ This form of distributed queueing is done in real time, and messages are not per
NATS maintains and constantly updates the interest graph \(subjects and their subscribers\) in real time. Do not think of it as a "directory" that is aggregated over time. The interest graph dynamic, and will change constantly as publishers and subscribers come and go.
If you are determined to gather this information, it can be indirectly derived at any instant in time by polling the monitoring endpoint for /connz and /routez. See [Server Monitoring](/nats-server/monitoring.md/) for more information.
If you are determined to gather this information, it can be indirectly derived at any instant in time by polling the monitoring endpoint for /connz and /routez. See [Server Monitoring](nats_server/monitoring.md) for more information.
### Does NATS support subject wildcards?