mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 03:41:50 +08:00
alerting: fixes per-receiver metric cardinality (#34915)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user