Benjamin Werthmann
Benjamin Werthmann
Picking up from https://github.com/nats-io/nats-surveyor/issues/47
Conformance to [Prometheus metric name](https://prometheus.io/docs/practices/naming/#metric-names) standards. Suggested Prerequisite: #71 Compliance with metric name/TYPE standards improves operator/developer experience by enabling advanced features in Prometheus and related tools like [promlens](https://demo.promlens.com/), Grafana, etc....
Presently, all metrics exported matching metric name `nats_core*` have `TYPE gauge`. A subset of these are actually [_other types_](https://prometheus.io/docs/concepts/metric_types/) of metrics. The distinction between [`counter`](https://prometheus.io/docs/concepts/metric_types/#counter) and [`gauge`](https://prometheus.io/docs/concepts/metric_types/#gauge) is significant. On...
Experimental. This is as far as I made it with `make RUSTUP_TOOLCHAIN=1.66`. Relates to #551
The upgrade guide does not specify how to handle gfapi based applications running on systems. I think more clarity on ordering in this case would remove some guess work. ##...
## WARNING Deprecation Notice: ``` The NATS Streaming Server is being deprecated. Critical bug fixes and security fixes will be applied until June of 2023. NATS-enabled applications requiring persistence should...
@tqbf said these files should be removed in email. Signed-off-by: Ben Werthmann