component/alertmanagergood first issuehacktoberfesttype/tests
Repository metrics
- Stars
- (5,181 stars)
- PR merge metrics
- (PR metrics pending)
Description
Failed: https://github.com/grafana/mimir/runs/4103684576
--- FAIL: TestDispatcherGroupLimits (4.10s)
--- FAIL: TestDispatcherGroupLimits/low_limit (3.33s)
alertmanager_test.go:110: expected <nil>, got
metric output does not match expectation; want:
# HELP alertmanager_dispatcher_aggregation_group_limit_reached_total Number of times when dispatcher failed to create new aggregation group due to limit.
# TYPE alertmanager_dispatcher_aggregation_group_limit_reached_total counter
alertmanager_dispatcher_aggregation_group_limit_reached_total 4
got:
# HELP alertmanager_dispatcher_aggregation_group_limit_reached_total Number of times when dispatcher failed to create new aggregation group due to limit.
# TYPE alertmanager_dispatcher_aggregation_group_limit_reached_total counter
alertmanager_dispatcher_aggregation_group_limit_reached_total 5
Passed on re-run: https://github.com/grafana/mimir/runs/4104035197