mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
alerting: fixes per-receiver metric cardinality (#34915)
This commit is contained in:
parent
9aca032d10
commit
cc38613ba4
@ -448,7 +448,7 @@ func (am *Alertmanager) buildReceiverIntegrations(receiver *apimodels.PostableAp
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
integrations = append(integrations, notify.NewIntegration(n, n, r.Name, i))
|
integrations = append(integrations, notify.NewIntegration(n, n, r.Type, i))
|
||||||
}
|
}
|
||||||
|
|
||||||
return integrations, nil
|
return integrations, nil
|
||||||
|
Loading…
Reference in New Issue
Block a user