From 377b50279c0383d01e3f6f32134eb5d4f18bbec9 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 19 Mar 2021 15:22:11 +0000 Subject: [PATCH] GitBook: [master] 2 pages modified --- jetstream/monitoring.md | 4 ++-- nats-tools/nsc/README.md | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/jetstream/monitoring.md b/jetstream/monitoring.md index f647bc1..9825d98 100644 --- a/jetstream/monitoring.md +++ b/jetstream/monitoring.md @@ -2,11 +2,11 @@ ## Server Metrics -Typically, NATS is monitored via HTTP endpoints like `/varz`, we do not at this moment have a JetStream equivelant, but it's planned that server and account level metrics will be made available. +JetStream has a /[jsz ](../nats-server/configuration/monitoring.md#jetstream-information)HTTP endpoint and advisories available. ## Advisories -JetStream publish a number of advisories that can inform operations about health and state of the Streams. These advisories are published to normal NATS subjects below `$JS.EVENT.ADVISORY.>` and one can store these advisories in JetStream Streams if desired. +JetStream publishes a number of advisories that can inform operations about the health and the state of the Streams. These advisories are published to normal NATS subjects below `$JS.EVENT.ADVISORY.>` and one can store these advisories in JetStream Streams if desired. The command `nats event --js-advisory` can view all these events on your console. The Golang package [jsm.go](https://github.com/nats-io/jsm.go) can consume and render these events and have data types for each of these events. diff --git a/nats-tools/nsc/README.md b/nats-tools/nsc/README.md index a144c32..7ac9e00 100644 --- a/nats-tools/nsc/README.md +++ b/nats-tools/nsc/README.md @@ -40,10 +40,7 @@ nsc/ 5 directories, 1 file ``` -**IMPORTANT**: `nsc` version 2.2.0 has been released. This version of nsc only supports -`nats-server` v2.2.0 and `nats-account-server` v1.0.0. For more information please refer -to the [nsc 2.2.0 release notes](https://github.com/nats-io/nsc/releases/tag/2.2.0). - +**IMPORTANT**: `nsc` version 2.2.0 has been released. This version of nsc only supports `nats-server` v2.2.0 and `nats-account-server` v1.0.0. For more information please refer to the [nsc 2.2.0 release notes](https://github.com/nats-io/nsc/releases/tag/2.2.0). ## Tutorials