prometheus-nats-exporter
prometheus-nats-exporter copied to clipboard
feat: Add consumer created time to consumer label
Hi there,
I've made some changes to the collector/jsz.go file that I think might be helpful to the project. Specifically, I've added the consumer created time to the consumer label in the file.
This change will provide more information about when each consumer was created, which can be useful for troubleshooting or performance analysis.
Thanks.