From d0963d55dba35e6fadbcf718e27ff601a403ade9 Mon Sep 17 00:00:00 2001 From: ainsley Date: Mon, 30 Dec 2019 09:31:50 -0600 Subject: [PATCH] updating based on Colin's comments --- nats-server/configuration/securing_nats/auth_intro/nkey_auth.md | 2 +- nats-streaming-concepts/monitoring/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nats-server/configuration/securing_nats/auth_intro/nkey_auth.md b/nats-server/configuration/securing_nats/auth_intro/nkey_auth.md index ec95736..4eaea92 100644 --- a/nats-server/configuration/securing_nats/auth_intro/nkey_auth.md +++ b/nats-server/configuration/securing_nats/auth_intro/nkey_auth.md @@ -177,7 +177,7 @@ resolver_preload = { } ``` -**These two servers even though they have different auth mechanisms are able to route the accounts because the account public nkeys are the same.** +Even though they have different authorization mechanisms, these two servers are able to route account messages because they share the same NKEY. We have created at least one user, in this case with creds: diff --git a/nats-streaming-concepts/monitoring/README.md b/nats-streaming-concepts/monitoring/README.md index 01643e7..dedc2bf 100644 --- a/nats-streaming-concepts/monitoring/README.md +++ b/nats-streaming-concepts/monitoring/README.md @@ -67,7 +67,7 @@ curl 127.0.0.1:8222/streaming/channelsz ## Monitoring a NATS Streaming channel with Grafana and Prometheus -Here you can find a few examples of monitoring NATS Streaming channels: +Here you'll find examples demonstrating how to use Prometheus query expressions to monitor NATS streaming channels. ### Pending Messages from Channel Foo