kyma
kyma copied to clipboard
Create an alert if `nats_server_jetstream_disabled` changes from false to true.
As a follow up of ticket.
If any I/O error happens then NATS Server will just disable JetStream in that NATS instance and start reporting 200 OK in the health checks. The JetStream status endpoint with start returning disabled: true
, which is exported to Prometheus as nats_server_jetstream_disabled
.
- [ ] Create an alert if
nats_server_jetstream_disabled
changes from false to true. Wait until this PR is included in new release.