The same _total suffix issue from #157 applies to nats_in_bytes_total and nats_out_bytes_total in exporter/exporter.py lines 138–139. Both values come from NATS /varz (in_bytes, out_bytes) and reset on server restart, making them gauges. They should be renamed to nats_in_bytes and nats_out_bytes. No recording-rule or dashboard references to update (verified by grep), so the change is isolated to the exporter and its tests.
Follow-up from #157
The same _total suffix issue from #157 applies to
nats_in_bytes_totalandnats_out_bytes_totalinexporter/exporter.pylines 138–139. Both values come from NATS/varz(in_bytes, out_bytes) and reset on server restart, making them gauges. They should be renamed tonats_in_bytesandnats_out_bytes. No recording-rule or dashboard references to update (verified by grep), so the change is isolated to the exporter and its tests.Follow-up from #157