mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
GitBook: [master] 2 pages modified
This commit is contained in:
parent
6eecc0943a
commit
377b50279c
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
## Server Metrics
|
## 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
|
## 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.
|
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.
|
||||||
|
|
||||||
|
@ -40,10 +40,7 @@ nsc/
|
|||||||
5 directories, 1 file
|
5 directories, 1 file
|
||||||
```
|
```
|
||||||
|
|
||||||
**IMPORTANT**: `nsc` version 2.2.0 has been released. This version of nsc only supports
|
**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).
|
||||||
`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
|
## Tutorials
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user