mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -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 {
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user