Skip to content

Bug: Native latency indicator does not sum series and grouping is not considered #1422

@teyyubismayil

Description

@teyyubismayil

Hi. In other indicators like ratio, latency, series are summed but not for native latency, so for each instance (kubernetes pod) slo is calculated separately. Following record rule is generated:
histogram_fraction(0, 100, rate(http_server_duration{service_name="my-service"}[12h]))
bur following is expected:
histogram_fraction(0, 100, sum(rate(http_server_duration{service_name="my-service"}[12h]))).

Also grouping seems does not have any affect to the output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions