The dashboards/nats-events.json dashboard queries legacy gnatsd_varz_in_msgs and gnatsd_varz_out_msgs metrics (panels 1 and 2) rather than the exporter's nats_in_msgs / nats_out_msgs gauges. The dashboard will show no data if the legacy NATS Prometheus exporter (gnatsd_exporter) is not running. The panels should be updated to use nats_in_msgs and nats_out_msgs (or the hi:nats_in_msgs:rate5m recording rules) to align with what ProjectArgus actually scrapes.
Follow-up from #157
The
dashboards/nats-events.jsondashboard queries legacygnatsd_varz_in_msgsandgnatsd_varz_out_msgsmetrics (panels 1 and 2) rather than the exporter'snats_in_msgs/nats_out_msgsgauges. The dashboard will show no data if the legacy NATS Prometheus exporter (gnatsd_exporter) is not running. The panels should be updated to usenats_in_msgsandnats_out_msgs(or thehi:nats_in_msgs:rate5mrecording rules) to align with what ProjectArgus actually scrapes.Follow-up from #157