Skip to content

ISB name is hardcoded in the generic reader.rs #3236

@vigith

Description

@vigith

There are places where we leak the ISB into the metric names.

pipeline_metrics()
.jetstream_isb
.read_time_total
.get_or_create(&jetstream_isb_metrics_labels(self.stream.name))
.observe(start.elapsed().as_micros() as f64);

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions