Colin Sullivan

Results 76 issues of Colin Sullivan

A great suggestion from @dotnetchris: "It would be really easy to provide a series of nuget packages: NATS.Client.JIL, NATS.Client.Bond, NATS.Client.Protobuf that each depend on NATS.Client and the respective serializer." Referred...

🎉 enhancement
help wanted
🙋customer requested
💡 idea

If the server requests a TLS connection, identified via the "tls_required" flag in the server's info struct sent to the client in the connect handshake, the client should attempt to...

Allow for passing private user credentials through an environment variable for operating in Kubernetes, passing to containers, etc. e.g. export SYS_ACCT_CREDS="eyJ0eXAiOiJqd3QiLCJhbGci...." and optionally: export SYS_ACCT_JWT="eyJ0eXAiOiJqd3QiLCJhbGci...." export SYS_ACCT_SEED="SUAIBDPBAUTWCWBKIO6XHQNINK5FWJW4OHLXC3HQ2KFE4PEJUA44CNHTC4A"; This [UserCredentials](https://github.com/nats-io/nats.go/blob/06eac68fe8deb599648ab736d068d3e8423d24e4/nats.go#L993) option...

Today, the documentation describes how to setup the surveyor side and doesn't fully describe what is being observed. A walkthough of both server and surveyor configuration to setup and view...

Feature Request: View the list of current connections. Suggestions: * Investigate displaying this table format as as a different dashboard or at least in its own row. * Support server...

enhancement

We should have a collector that garners JetStream assets, by account, for data for display in Grafana. Teams that self manage in an account could view usage of their own...

Currently NATS Surveyor supports a user credential file through an environment variable. It'd be great to be able to separate out the user JWT and the private key in parameters...

enhancement
customer requested

We want to normalize CPU utilization (0-100%) as dashboards do not show core count and NATS servers may run on different hardware/instance types. - [ ] Add another metric that...

looks like doesn’t have cluster tag in nats_core_account_jetstream_replica_count metrics for _, streamStat := range stat.jetstreamStreams { ch