Skip to content

[MINOR] §14 follow-up: nats_in_bytes_total and nats_out_bytes_total are also misnamed gauges #429

@mvillmow

Description

@mvillmow

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions