Here you can find a few examples of monitoring NATS Streaming channels:
sum(nss_chan_subs_pending_count{channel="foo"}) by (client_id)
import 'dotenv/config'; | |
import { NestFactory } from '@nestjs/core'; | |
import * as repl from 'repl'; | |
import * as Logger from 'purdy'; | |
const LOGGER_OPTIONS = { | |
indent: 2, | |
depth: 1, | |
}; |